-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Filter box on a metric #9502
Comments
I have exactly same problem |
The filter box "visualization" could have an option to reuse the |
Workaround idea: creating a "bracket" column either as a physical column or as an expression. Ex: instead of an integer age column, you can expose a But that's just a workaround. Curious how other dashboarding tools do it. I remember seeing range sliders and such on other tools. |
Yes this work in cases where we have static ranges known. We have created some calculated columns to define filter ranges and then use it dimension filters. |
Longer term we want to make filter box as a dashboard native component (as opposed to the current "special visualization" status) and completely redesign it. SIP-34 touches on some ideas around contextual filter bars. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
Hi,
I want to create a filter box for my dashboard.
I want to apply the filter control on a metrics (not a columns)
Expected results
I expect metric or custom sql space in the filter controls bar
Actual results
currently I can only choose my columns
Screenshots
Environment
(please complete the following information):
superset website
python --3.7
node -v
npm -v
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: