Rule not validated while patching configuration
Hi,
I have created a rule :
Measure1 = if(Measure2 == TRUE, if(Measure3 != -1 || Measure3 != 0, if(Measure4 == TRUE && Measure5 == TRUE, "7", "11"), ignore), ignore)
Measure1 is a status measure (I have added "11" as an extra value of range in the measure)
Measure2 is a Boolean
Measure3 is a integer measure whose NA value is -1 (so here I am intending that the Measure 3 has a value )
Measure4 & Measure5 are also Boolean for actioned items
N.B - Only Measure 1 is present in the workbook as a visible measure. I have added rest all the measures to the Workbook because the rule will be using them.