Parameterized function in cross workspace queries
Hi,
I’m looking to get some input on a query I’m working on.
The thought is to create a query for each customer in our Lighthouse tenant, then be able to query a function named for the customer, so for example,
CustomerA(“SigninLogs”)
| where Identity contains “someperson”
However, when calling the function above, I’m getting the following error.
Is there some limitation with the workspace command or where am I doing wrong?
Hi, I’m looking to get some input on a query I’m working on. The thought is to create a query for each customer in our Lighthouse tenant, then be able to query a function named for the customer, so for example,CustomerA(“SigninLogs”)| where Identity contains “someperson” However, when calling the function above, I’m getting the following error. Is there some limitation with the workspace command or where am I doing wrong? Read More