All Questions
Tagged with query-string caml-query
2 questions
3
votes
1
answer
2k
views
How to add multiple condition filtering in query string to list view
I've gone through some articles, knowing that I can use querystring to filter a list web part:
https://msdn.microsoft.com/en-us/library/cc751316.aspx
https://stackoverflow.com/questions/24702889/...
1
vote
1
answer
6k
views
How can I pass a Query String variable into the CAML of a jQuery script?
I'm using Marc's SPServices jQuery library - the SPFilterDropDown script - to filter the items in a Lookup multi-select field on a New Item DVWP. It works fine if I stick some static text in there - ...