Skip to content
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

[FEATURE] Ability to sort and filter direct query results without issuing a new query #1858

Open
engechas opened this issue Aug 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@engechas
Copy link

engechas commented Aug 7, 2024

Is your feature request related to a problem?
When running a direct query, example:

SELECT * FROM <table> LIMIT 1000

the results are rendered in Dashboards. However the results have limited sorting and filtering capabilities. A few use cases that would helpful:

  • Filter the rendered results by a field value
  • Filter the rendered results by field value <, >, etc
  • Sort the results by numeric or text columns

What solution would you like?
Similar filtering/sorting capabilities as provided when analyzing query results in Discover

What alternatives have you considered?
Updating the SQL/PPL query to perform the filtering/sorting. This is non-ideal as it requires the data to be refetched

Do you have any additional context?
Add any other context or screenshots about the feature request here.

@engechas engechas added enhancement New feature or request untriaged labels Aug 7, 2024
@dblock dblock removed the untriaged label Aug 26, 2024
@dblock
Copy link
Member

dblock commented Aug 26, 2024

[Catch All Triage - 1, 2, 3, 4, 5]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants