How can a dependent query be entered in KQL?
Pseudocoded:
location.keyword : "Detroit" //
auto.keyword: // Show only automakers in Detroit
Now, the second part selects ALL automakers in the database.
I want to limit the scope of the second piece based on the first.
Similar to a "Parent Control" in an "Options List" for a "Controls" visualization--except in KQL.
Ty, Keith :^)