-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
VizType filter_box does not show the "verbose name" of a column but rather the column name. #1363
Comments
+1 |
12 tasks
zhaoyongjie
added a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 17, 2021
zhaoyongjie
added a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 24, 2021
zhaoyongjie
added a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 25, 2021
zhaoyongjie
added a commit
to zhaoyongjie/incubator-superset
that referenced
this issue
Nov 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When setting up a new slice of visualisation type "filter_box" on a table T1 with a column name "dim_A" and a verbose name "Dimension A", the filter box is shown with the column name "dim_A" on the dashboard.
I would rather want the "verbose name" to show on the dashboard and only show the column name if there is no versbose name.
My understanding is to use the verbose name for non technical users and column name for technical users (in queries, ...)
The text was updated successfully, but these errors were encountered: