Forum Discussion
subrahmanyam kommireddy
Sep 20, 2018Copper Contributor
How to pass dynamic data to the "Where Condtion"
Hi, Can some one help me how to pass the variable data dynamically in where condition for log analytics query . below query is not executing , it is telling that "Syntax Error" Example : let ID...
- Oct 05, 2018
Hi Patrick ,
Sorry for the late reply.. I got other solution...
And yes It is working as well, appreciate your help.. thank you.
Sep 20, 2018
I see a couple things that could cause the error. There is no semicolon at the end of the let statement and TimeGenerated on the second line is incorrect. It looks like you are referencing custom logs so I can't run it in the demo site to better test. If you are not already, try running the query in the new "Logs" Blade in the Log Analytics portal. Analytics has auto-complete and error indication that may help weed out syntax errors.