hyouinKyouma opened a new issue #13369: URL: https://github.com/apache/superset/issues/13369
Hi all, I was working with the filter box and noticed that we can add filter drop downs in it. So I have table and a filterbox in the dashboard now I have a data set where I can filter different products based on their attributes, lets say that I have an attribute of color and I get drop down of all the colors in the filterbox. But when no filter is applied all the data is shown and I can't have an option to 'group by' the products based on the color in the table. So lets say that I have a 500 products of different colors, red = 100, blue=100, green=100, orange=100, yellow= 100. No when no filter is applied it will show me all the 500 products in the table, and I can select any color from the drop down to show the respective color product. But here is the problem I can have a group by option in the filter box to count of products in the 'Table' for different colors. Wouldn't it be nice to have a checkbox beside the filter box drop down to specify the group by category for the data? ---------------------------------------------------------------- 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]
