pavankanth1985 opened a new issue #10100: URL: https://github.com/apache/incubator-superset/issues/10100
In the superset version 0.36 we are using a Pivot view with Verbose name set on the columns. However the results don't consider the Verbose column name and show the names as per the underlying table. When flipping over to Table view the results show up as per Verbose name. ### Expected results The columns in the pivot view to be named as per the Verbose names provided to the columns. ### Actual results Only the first column in the pivot view get the verbose name applied. The rest all show the table column name as it is.   If applicable, add screenshots to help explain your problem. #### How to reproduce the bug 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ### Environment (please complete the following information): - superset version: `0.36.0` - python version: `3.7` ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [No ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ Yes] I have reproduced the issue with at least the latest released version of superset. - [ Yes] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
