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
Issue: If you want to use a sum (or other array operation) with a nested expression which itself contains a string literal, the page is rendered as:
..evaluateExpression('sum(listName, "test == 'string literal'")')
This breaks the page rendering.
Encoding the expression as javascript will help to support deeper quote nesting.
The text was updated successfully, but these errors were encountered:
Encode expression as javascript to support nested quotes #222
e75908e
Fixed test for #222
5b43fe8
No branches or pull requests
Issue:
If you want to use a sum (or other array operation) with a nested expression which itself contains a string literal, the page is rendered as:
..evaluateExpression('sum(listName, "test == 'string literal'")')
This breaks the page rendering.
Encoding the expression as javascript will help to support deeper quote nesting.
The text was updated successfully, but these errors were encountered: