-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-select (OR) dashboard filtering #3693
Comments
Eagerly looking out for this feature. In our use case we would like to have multiple products selected in the query.Like Product= "P1" OR Product = "P2".Currently it's not straightforward.If possible can you please attach some milestone also for this enhancement. |
This is definitely a must-have-feature. |
Let's take a very common situation: A dashboard, which contains a visualization that shows a country of origin. For our business users it should be really easy to select a subset of countries from that one visualization (for example all Nordic countries) ... and immediately see other visualizations show statistics about that subset. Now the only way is to add all countries in the search query with OR between them. That's not intuitive. Sure, I understand that OR also requires a possibility to add parenthesis between filters... But I trust you could soon come up with a neat UI solution for that. |
+1. |
+1 |
+1 |
3 similar comments
+1 |
+1 |
+1 |
This is must to have requirement. Can someone please tell, when can we expect this feature? |
+1 |
Although having this feature implemented in dashboards is key, it might be good to generalize it to other views (Discover, Visualize).
In both cases the values included in the OR filter would need to be displayed in the filter bar with a new color (green=positive, red=negative, yellow/orange=OR?) and grouped to make it easier to deactivate, negate or set the main operator:
|
Ping about this feature (how about a P2? :)) ) How about this
would this make sense? |
+1 |
2 similar comments
+1 |
👍 |
Yet another +1! |
+1 |
worth adding one more +1 |
+1 |
2 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
Atleast if they tell how to pass multiple values in an URL it will be useful. |
+1 |
this is being worked on and tracked here: #127247 |
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
Currently you can create OR filters for XY charts, we plan to offer more advanced filtering capabilities to other charts and we are tracking this here #150304 You can now create OR filters on the dashboard level from the filter builder |
As @ppisljar mentioned, the filters UI was also extended to provide more options |
Hi, I'd like to allow business users of our dashboard to select multiple values from a graph/table to filter the dashboard by. Unlike the current behavior, the filters would have an OR relationship instead of AND. For example if I have two rows in a table, one with ID=1 and one with ID=2, I'd like to be able to check both of those and have the dashboard filter for ID=1 OR ID=2.
The text was updated successfully, but these errors were encountered: