Skip to main content
Nintex Community Menu Bar

Ask about the QueryList action

  • June 12, 2018
  • 1 reply
  • 13 views

Forum|alt.badge.img+1

Dear everyone,

I have a  using QueryList action and filter with a field (type is Yes/No). The problem is when I filter with value is Yes => It not work. If I filter with value is 1 => it worked

By the way, if I want to set value to this field => set the value is No or 0. Because I see Nintex only allow to select Yes/No in dropdownlist. If I want to set the value is 0, I have to set value by a variable (variable set value to 0)

Please let me know why ?

Thanks and regards,

//Tan Nguyen

1 reply

Forum|alt.badge.img+14
  • Scholar
  • June 13, 2018

sharepoint implements yes/no field as a Boolean field and stores its values as 0 or 1.

I'm not sure what's your exact case, but CAML recognizes Yes and No values as well

216565_pastedImage_3.png

216564_pastedImage_2.png

216568_pastedImage_6.png