I’m building a CAML that search elements in a list.
This list, have a Calculated field. When i want to search with LEQ and GEQ operator, it not found anything. Any idea about this?
Example:
<Lt>
<FieldRef Name=’NumeroCP’ />
<Value Type=’Number’>100</Value>
</Lt>
Thanks for your reply!!
In one case i used Text Type, but this search was filtering alphabetically. I need that the filter be with number value.Â
For example, if i put “text” type, if i have the number 11, if i search this:
<Leq>
<Value Type=’Text’>100</Value>
</Leq>
The 11 number will not be in results. Do you understand?
Thanks for your reply!!
Use the Type = “Text” . I hope this will work for u
<Value Type=’Text’>100</Value>