Skip to main content

Cannot find any examples, but I am not able to use CAML custom query to filter List view on a Nintex Form.

I use similar to this

<Query>

   <Where>

      <Contains>

         <FieldRef Name='Department_x0020_Code' />

         <Value Type='Text'>Information Technology</Value>

      </Contains>

   </Where>

</Query>

But no luck.

Try this

  <Contains>

         <FieldRef Name='Department_x0020_Code' />

         <Value Type='Text'>Information Technology</Value>

      </Contains>


Thank you both, Chris and Fernando, that worked perfectly!


Hi Ankita,

Did you ever figure this out? I'm trying to filter using control value in a CAML Query.

Thanks,

Saeid


I am looking for the same. I want to filter on Control value in CAML Query. How do we achieve it? At the moment the item property has the value but filter yields no results.


Reply