Created
February 21, 2014 16:58
-
-
Save purtuga/9138272 to your computer and use it in GitHub Desktop.
Response to post here: http://sympmarc.com/2014/02/18/getting-around-sharepoints-threshold-limits-for-large-reference-lists/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<And> | |
<Neq> | |
<FieldRef Name='ID'/> | |
<Value Type='Counter'>0</Value> | |
</Neq> | |
</And> | |
<Or> | |
... Real filters here filters you want here ... | |
</Or> | |
</And> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment