aabdin01 opened a new issue #4150: Filterbox Full name Search URL: https://github.com/apache/incubator-superset/issues/4150 Make sure these boxes are checked before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if any - [ ] I have reproduced the issue with at least the latest released version of superset - [ ] I have checked the issue tracker for the same issue and I haven't found one similar Hello, I am currently using supserset 0.20.6. Here is the issue I am trying to see if there is a solution: I have a table called users which contains several columns, **first_name, last_name, user_name**, and other columns. I am trying to create a filter from this table and this filter would then be included in my dashboard. My dashboard contains several other slices which would be altered by this filter. My goal is to be able to create a dropdown from this filter with the first_name and last_name columns combined. The user would be able to click on this first_name and last_name combination, then I would like to have this converted to a user_name since the other slices contain a column with user_name. Is there currently a solution that handles this situation. I have tried to use **CONCAT_WS** in order to combine the first_name and last_name but superset threw an exception **1054, "Unknown column 'CONCAT_WS(', ', first_name, last_name)' in 'field list'")**. Thanks in advance, Abdul
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
