Not sure if this is a feature request or just unfamiliarity with the Logical Editor.
I am trying to change a value that is above 50 to be 3 times its amount above 50 less 1 .
Use the condition to select the type, and the value > 50, then
set x = ((x-50)*3) - 1
For value 51, substitute 2
For value 52, substitute 5
For value 53, substitute 8 … etc
Can’t seem to get that into the logical editor as an Operation. Any ideas or workarounds?
Thanks