
praveen_kulkarni1.5524903534734543E12 asked a question.
Is there a limit on number of and / or in one condition?
I am trying to write a conditon which has a series of and and or. The moment I add the 11th condition, IS throws an error, saying invalid condition. Is that an limitation with IS 14 (2008) or am I doing something wrong there.
If thats the limitation, is there any workaround?
Break your condition up into manageable chunks.
for each chunk create two actions. one to set a value to true and another (with the compliment of the given condition as a condition) to set a property to false.
then you can simply rewrite the condition in question in terms of the properties that these new actions set.
good luck!