Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inequality comparison issue using <> logic #1328

Closed
Bill2464 opened this issue Apr 29, 2024 · 1 comment · Fixed by #1347
Closed

Inequality comparison issue using <> logic #1328

Bill2464 opened this issue Apr 29, 2024 · 1 comment · Fixed by #1347
Labels
papercut annoying but not the end of the world type: bug something is broken

Comments

@Bill2464
Copy link

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 (<>)

@luke-quadratic luke-quadratic added the type: bug something is broken label Apr 29, 2024
@luke-quadratic
Copy link
Contributor

Good catch, we'll get this fixed!

CleanShot 2024-04-29 at 14 13 48@2x

@luke-quadratic luke-quadratic added the papercut annoying but not the end of the world label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
papercut annoying but not the end of the world type: bug something is broken
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants