Ammar
November 15, 2019, 7:12am
1
can we filter results of a query based dropdown based on the results of another query based dropdown?
i want the user to be able to select a location and then sub locations.
2 Likes
jesse
November 15, 2019, 3:46pm
2
This question has come up a few times in the past. Like here:
Is there any way we can add the search button that requires a result from couple of dropdown… if yes can anyone help me with this?
You can work around it with a Query Parameter and a Query Filter
Hi all
is it possible (in visualization) to have two syncronized dropdown lists based on queries?
For example: list A shows some strings from a query. When I select an item, list B shows some results by query based on list A choice.
And there is a feature request you can vote for here.
I would like to see query-based dropdown list with additional parameter: observable parameter name.
Modification of observable parameter should refresh query of this element to show relative choises.
For example: first parameter {{ test_name }} defines by dropdownlist or text field. Second parameter {{ test_group }} observe first to provide list of test groups relative to selected test
2 Likes
jesse
November 15, 2019, 11:56pm
3
Just linking a few more places this has been asked so as to help others in later searches.
Currently, for a dropdown list for a query parameter, you provide a comma delimited list.
In many cases, these are values that existing in the database that we’re querying, so populating this list with another query would be the easiest way to ensure that this list is complete/accurate.
From a UI perspective, this is a feature that is available for dashboards in Splunk.
Is there a way to add Filtering for DropDown based on Query ?
I’ve tried to create filtered query, which I use in Dropdown in another (target) query.
It seams that it uses result set from latest execution (based on used parameters) when populating Dropdown for target query.
I would like to have possibility to have both dropdowns in function relation (cascade parameters) or to get separate pop-up to choose the filter for query which populates dropdown in targeted report
Hope I was not too con…
Is there a way to have 2 dropdowns, where the query of one has a parameter that it pulls from the other one being selected. So a situation where the second dropdown is blank until you choose something in the first, and if you change the first, the second one gets updated as well?
Right now, if the query in a dropdown list has a {{Parameter}} it doesn’t seem to inherit from anything on the dashboard, even if the parameter is marked global. It only inherits from the choice in the dropdown on th…
I have a querys with multi filters, such as filter1, filter2 … and filter2 is a Query Based Dropdown List, how to pass filter1’s value to filter2?
1 Like