Mar 30 2021
10:56 AM
- last edited on
Apr 08 2022
10:45 AM
by
TechCommunityAP
Mar 30 2021
10:56 AM
- last edited on
Apr 08 2022
10:45 AM
by
TechCommunityAP
Hello,
I have an issue with some code for a Workbook. I would like to run a Query in a Workbook and filter this on a list of computers that would be retrieved in a preceding parameter.
This parameter has the variable name {SuperComputerListPackageCode}.
I can successfully run the {SuperComputerListPackageCode} query:
Its result is:
["Computer1.mydomain.com", "Computer2.mydomain.com", "Computer3.mydomain.com", "Computer4.mydomain.com", "Computer5.mydomain.com"]
My stake is the following. In a subsequent request, I run the code:
Perf
| where Computer in ({SuperComputerListPackageCode})
| distinct Computer
and the result gives me an error.
Mar 31 2021 02:10 AM
SolutionMar 31 2021 02:48 AM