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 2019/03/30 07:10:50 UTC

[GitHub] [incubator-superset] rumbin commented on issue #7172: Add "metric" to show actual value of column, i.e. no aggregate

rumbin commented on issue #7172: Add "metric" to show actual value of column, i.e. no aggregate
URL: https://github.com/apache/incubator-superset/issues/7172#issuecomment-478215401
 
 
   You can use a workaround:
   Just define an aggregate that would yield the original value if only one element per group is present, like, e.g. sum, min, max, avg.
   Then, make sure you configure your chart to use the original time granularity.
   
   However, this workaround is only valid, as long as the timestamps are all distinct. Otherwise the grouping would actually aggregate more than one value...

----------------------------------------------------------------
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:
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