We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
This query does not work as expected %dpl | makeresults | eval a = 10/2
Expected behavior
The query should divide the two numbers and return the result, but it gives below error message:
[UNRESOLVED_COLUMN.WITH_SUGGESTION] A column or function parameter with name 10/2 cannot be resolved.
10/2
...
How to reproduce
Run the above query
Screenshots
Software version
pth_10 version: 8.2.1 pth_03 version: 9.2.0
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
This query does not work as expected
%dpl
| makeresults | eval a = 10/2
Expected behavior
The query should divide the two numbers and return the result, but it gives below error message:
[UNRESOLVED_COLUMN.WITH_SUGGESTION] A column or function parameter with name
10/2
cannot be resolved....
How to reproduce
Run the above query
Screenshots
Software version
pth_10 version: 8.2.1
pth_03 version: 9.2.0
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered: