Maybe this should be in the bug section, or maybe I'm a dumbass, and I'm not doing this properly.
In any case, I have an 8 bit lookup table that has a piecewise linear conversion.
In order to accomplish the piecewise part, I was hoping to use nested IF statements based on the value in the table. But, I can't seem to even get a simple IF statement to work in the conversion.
I have:
IF(X<20;X;X*2)
in the conversion, and the output is all zeros, even though there are differing Hex values in the table.
Any ideas?
IF Statement in Table conversion
Moderators: Mangus, robertisaar, dex