Hi,
I just cannot make this simple formula works : (mode=3?mode=0:mode=mode+1)
mode is a dynamic local variable. I tried with == but it return this error error calculating boolean(false) = integer(0) >> (boolean)null
it was working in ST but seems not after HE migration... Does anyone see something wrong?
yes, but not working! the value always have been incremented so its now 11, but when I enter your formula, it gives 111 so it looks like it just append 1 at the end... pretty strange!
Thanks!
its dynamic, I ll look at it again but I also tried with quotes and not working... for now this works to increment but not the if == part ... (mode==3?0:sum(mode,1))