-
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
[Lens] Table Allow for Filtering of Rows on the string Column Value(s) #122170
Comments
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
Duplicate of #86190 |
@flash1293 I'm not sure if the issue you linked as a duplicate is a true duplicate. While I think it might cover the second use-case:
I don't think it covers the first use-case of being able to filter by the any column, as it seems like the issue you linked is just for numbers, where the first use-case is for text-based column. Unless this closure is saying there are no plans to add this feature for text. |
@flash1293 yes, after looking into it seems like include/exclude parameters would cover the use case here. Though it looks like the old aggregation table won't support my use case, as my table uses Though one thing I would like to see that I don't see in either ticket, is being able to apply the filter adhoc in the visualization itself, so that an end user doesn't need to edit the visualization. Possibly in the table column drop-down: |
@BenB196 makes sense, I will reopen, thanks for explaining. |
+1 |
+1 |
1 similar comment
+1 |
In order to provide better transparency of priorities, issues that will not be prioritized within the next 24 months are being closed. Tracking request in Lens general improvements ice box, solvable possibly with ESQL #184648 |
Describe the feature:
With rows in Lens table, it is currently only possible to filter via an Elasticsearch filter. This has a downside of not being able to filter by the generated column values. It would be nice if you could add filters directly to tables after they have been constructed.
(I recognize that this might enter the realm of multi-part queries if you only use ES, which from my understanding currently isn't possible)
Describe a specific use case for the feature:
Lets say I have a table that looks like the below:
In Excel I can do things like filter column:
Thing
to only showDog
.Thing
starts with the letterC
(Car
andChair
).Dog
with count of2
I can also filter to show only rows with the column value:
Count of Thing
>7
.The text was updated successfully, but these errors were encountered: