List view for Nintex Forms, Caml Query filter

  • 24 February 2015
  • 4 replies
  • 31 views

Badge +2

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.


4 replies

Userlevel 6
Badge +16

Try this

  <Contains>

         <FieldRef Name='Department_x0020_Code' />

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

      </Contains>

Badge +2

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

Badge +2

Hi Ankita,

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

Thanks,

Saeid

Badge +2

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