InfoPath boolean comparison in K2

  • 13 December 2007
  • 1 reply
  • 0 views

Badge

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

Badge +8

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

Reply