Skip to:
The conversations() query’s location filter does not filter results by location. Instead, all conversations are returned.
conversations()
location
Steps to reproduce:
Add a Flow Query template variable to a dashboard
Choose an Application from your Flow Classification rules. For example, App0.
Set the query to conversations(App0, some_location, 10)
conversations(App0, some_location, 10)
Expected result:
The query results should be filtered to only conversations for the location some_location
some_location
Actual result:
The query returns the top 10 conversations for the selected application, regardless of location.
The
conversations()
query’slocation
filter does not filter results by location. Instead, all conversations are returned.Steps to reproduce:
Add a Flow Query template variable to a dashboard
Choose an Application from your Flow Classification rules. For example, App0.
Set the query to
conversations(App0, some_location, 10)
Expected result:
The query results should be filtered to only conversations for the location
some_location
Actual result:
The query returns the top 10 conversations for the selected application, regardless of
location
.