Skip to main content
Nintex Community Menu Bar

InfoPath boolean comparison in K2

  • December 13, 2007
  • 1 reply
  • 13 views

Forum|alt.badge.img

I know I have run into this before, but for the life of me I cannot remember the solution.


I have an InfoPath that has a set of boolean values in it.  I want to use these to drive the line rules in my workflow.  The problem is that the line rule always fails no matter what the value is.  I am fairly certain that it is a comparison issue where I am not comparing correctly the value for true or false.


 I have tried


field <> 'true'


field <> true


neither seems to work.  Do I need to compare against 1 or 0?

1 reply

Forum|alt.badge.img+8
  • December 17, 2007

YES - use zero or one.  That will resolve the problem.  It is a known bug with Hotfix 2.  I have not checked with SP1 yet to see if that resolved it.


Jason