Two conditions var and field
-
I have quite a large set of nested
IFs and been trying to clean those up with a combination ofORs andANDs. I know we can do stuff likefield_2value_2compare_2. But I ran into an issue when I need to use avarand then anORwith a field. Neitherfieldorfield_2seem to be doing what I’m expecting.[if var=time-delta compare_1=less value_1='1200' relation=or field_2=item_type value_2='3' compare_2=not]Also tried the first compare items without the number etc. Is this even supposed to work?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Two conditions var and field’ is closed to new replies.