Greetings,
In regards to order of operations: How would the following comparison be calculated?
( {TYPE} = 'A' AND {CATEGORY} = 'ED-F' OR {CATEGORY} = 'EDN-F'
Would it be read from left to right as in VBScript? Or would the ORs be grouped first and evalulated against the and?
Thanks,
Jeremy
In regards to order of operations: How would the following comparison be calculated?
( {TYPE} = 'A' AND {CATEGORY} = 'ED-F' OR {CATEGORY} = 'EDN-F'
Would it be read from left to right as in VBScript? Or would the ORs be grouped first and evalulated against the and?
Thanks,
Jeremy