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
Query functions are not working on page or set as property value, on a property with type Text
Create node with {{function(sum [result 2 4])}} or create a node with the following:
{{function(sum [result 2 4])}}
{{function (sum (map (fn [x] (* (:user.property/Pricing-QWeO2Veb x) (:user.property/Term-nP4sUoWF x))) result))}}
Query function should compute simple value(number) Query function should be the to compute values of properties without error.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search first
What Happened?
Query functions are not working on page or set as property value, on a property with type Text
Reproduce the Bug
Create node with
{{function(sum [result 2 4])}}
or create a node with the following:
{{function (sum (map (fn [x] (* (:user.property/Pricing-QWeO2Veb x) (:user.property/Term-nP4sUoWF x))) result))}}
Expected Behavior
Query function should compute simple value(number)
Query function should be the to compute values of properties without error.
Files
Browser, Desktop or Mobile Platform Information
No response
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.
The text was updated successfully, but these errors were encountered: