You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/11/17 06:44:54 UTC

[GitHub] rumbin commented on issue #6392: Using a FilterBox

rumbin commented on issue #6392: Using a FilterBox
URL: https://github.com/apache/incubator-superset/issues/6392#issuecomment-439593389
 
 
   The metric is simply used to overlay a bar chart in the drop down list of each filter column/field.
   So the bar length is defined by the metric result.
   Common use case is often to just use a COUNT(*) metric here, so the user gets a feeling on how much the application of a filter will affect the amount of records taken into account.
   You could as well use a dummy metric of just "1" and end up with a selection that will solely show the distinct values without any further hint to the user.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org