Getting declared variables from Globals #171
Unanswered
sentholuke
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, after using
KustoCode.ParseAndAnalyze(str);
, I don't find in theGlobals
property the list of declared variables. The string contains this piece of code:I would like to be able have correct parse and analyze for queries using these variables, since in the current case a error like:
The name 'starttime' does not refer to any known column, table, variable or function.
is raised even if the variable is defined. I did not find a way to add variables declaration to Symbols.Any help would be really appreciated!
Beta Was this translation helpful? Give feedback.
All reactions