performance difference between advance if condition and simple comparison

  • 7 October 2016
  • 1 reply
  • 0 views

Badge

is there any any performance difference between  when I choose to select advance condition and simple comparison. for example

 

if ( data label = true)

or 

if data labe contains true 

 

 

thank you.


1 reply

Badge +3

I didnt notice any performance difference. I use advanced rule when there is multiple conditions to be checked and If it is a single condition, simple comparison is used.

Reply