Replies: 1 comment 1 reply
-
The expression parser does not evaluate variables from the scope as an expression. It would be interesting though to think though implementing a solver that can resolve these kind of Excel-like expressions. See also: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I try to use evaluate() but it through an error if the value in scope is an expression
I think that it would be nice to support solving such cases..
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions