Question: Conditional In Compute Tool
0
Ido M. Tamir • 280 wrote:
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