A
Adam Harding
I am trying to set up a condition on my rules that i want to say
If A=1 and B is between X and Y then do M
OR IF C=1 and B is between X and Y then do M
Do i have to setup two separate rules or does infopath apply it's logic this
way.
My infopath statement reads
MyField 'A' contains '1' OR
MyField 'C' contains '1' AND
MyField 'B' is greater than 'X' AND
MyField 'B' is less than or equal to 'Y'
Does this apply the logic i want or does it say
A contains 1 OR
C contains 1 and B is greater than 'X' and B is less than or equal to 'Y'
as my condition.
I can't find out from testing as it is on my submit function and will
involve my directors who wouldn't be happy at having this tested on them.
Thank you in advance
If A=1 and B is between X and Y then do M
OR IF C=1 and B is between X and Y then do M
Do i have to setup two separate rules or does infopath apply it's logic this
way.
My infopath statement reads
MyField 'A' contains '1' OR
MyField 'C' contains '1' AND
MyField 'B' is greater than 'X' AND
MyField 'B' is less than or equal to 'Y'
Does this apply the logic i want or does it say
A contains 1 OR
C contains 1 and B is greater than 'X' and B is less than or equal to 'Y'
as my condition.
I can't find out from testing as it is on my submit function and will
involve my directors who wouldn't be happy at having this tested on them.
Thank you in advance