Tagged Questions
0
votes
1answer
118 views
Grabbing a filter value via CEWP code behind
I have employed a Query String Filter to parse a value and send it to a chart web part.
now I would like to use this value in a CEWP to provide an explaination/clarification for the chart, but the ...
1
vote
3answers
837 views
Page a list via A-Z
So I am trying to create an a to z directory from a list of items which should be an easy task and it is really, however, I am trying to find the most efficient way of doing it.
So I was thinking use ...
1
vote
1answer
3k views
Querying a simple list with a 'User' column, using CAML
I'm having some trouble getting a CAML Query working against a very simple list.
My custom list has the fields:
Person : User
Date : Date
Amount : Lookup
My query looks like this:
<Query>
...