I have some issue when using the CAML Contains statement when the field is a lookup field on a calculated column.
It basically does not work, the Equal works though.
here is the query, nothing special ...
<Where>
<Contains>
<FieldRef Name='MyLookupOnACalculatedField' />
<Value Type='Text'>some value</Value>
</Contains>
</Where>
Anybody else has the same issue ?
thanks