quadratic
quadratic copied to clipboard
Inequality comparison issue using <> logic
When attempting to use the not equal to logic "<>" in the formula portion of quadratic we get the following error:
Example Code: IF(C23 <> 1, 11, 22) Result: ERROR: colum 14 to 15: Expected expression
We think this is due to quadratic reading the less than sign (<) seperately from the greater than sign (>) rather than holistically as (<>)
Good catch, we'll get this fixed!