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

Computed variables with nested quotes don't render correctly #222

Open
chrisala opened this issue Jan 3, 2024 · 0 comments
Open

Computed variables with nested quotes don't render correctly #222

chrisala opened this issue Jan 3, 2024 · 0 comments

Comments

@chrisala
Copy link
Collaborator

chrisala commented Jan 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant