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>
Use the Type = “Text” . I hope this will work for u
<Value Type=’Text’>100</Value>