Hello!
I have the same question as Ido Tamir had about a year ago:
Dec 07, 2012; 9:53am Ido
Tamir conditional in Compute tool
Hi,
is it possible to do a conditional in the
compute tool?
something like:
"a" if c1 == 4 else "b"
or
if c1 == 4 "a" else "b"
or
c1 == 4 ? "a" else "b"
thank you very much,
ido
Thank you very much,
Alex