Skip to main content
Nintex Community Menu Bar

List view for Nintex Forms, Caml Query filter

  • February 24, 2015
  • 4 replies
  • 75 views

Forum|alt.badge.img+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

Forum|alt.badge.img+16
  • March 16, 2015

Try this

  <Contains>

         <FieldRef Name='Department_x0020_Code' />

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

      </Contains>


Forum|alt.badge.img+2
  • Author
  • March 16, 2015

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


Forum|alt.badge.img+2
  • August 10, 2015

Hi Ankita,

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

Thanks,

Saeid


Forum|alt.badge.img+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.