This content has been marked as final.
Show 2 replies
-
1. Re: Missing something in Extended Checkbox widget
Lilybiri Sep 2, 2014 8:27 AM (in response to Sreekanth_S)Sreekanth, have no time to test it out but I suspect it is due to the AND condition. I already had similar problems in the past with the operator 'not equal to' when embedded in such an AND sequence. Never got an answer about the why, so I try mostly to avoid that operator. Maybe try out a combination like the one I created for the short answer question? Have a boolean variable that will only be set to 1 when all conditions are fulfilled, and split up your AND in two decisions (both with 'is equal to')... Hope you understand my very short explanation? There is some logic flaw, that happens in those combinations.
-
2. Re: Missing something in Extended Checkbox widget
Sreekanth_S Sep 2, 2014 8:57 PM (in response to Lilybiri)Thanks Lieve, I got that.
Sreekanth



