Aug 19 2024 07:42 PM - edited Aug 19 2024 07:43 PM
I have a number of Sentinel workbook queries where I click on a value in the 1st query which is then exported as a parameter to be used in a 2nd query. This is working great except when the workbook is first loaded, because I haven't clicked on anything in the 1st query, the 2nd query displays the following error. How can I specify a default value to satisfy the query until I click on a value?
Query could not be parsed at ')' on line [2,21] Token: ')' Line: 2 Position: 21
The first 2 lines of the 2nd query look like this:
let ActivityType = dynamic({AType});
CloudAppEvents
| where...
Any help to resolve this error is appreciated.
Aug 20 2024 03:00 AM
SolutionThe alternative method is to "hide" the other queries until the first has been selected - its also much neater on the screen
Aug 20 2024 07:35 PM
Aug 20 2024 03:00 AM
SolutionThe alternative method is to "hide" the other queries until the first has been selected - its also much neater on the screen