Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bignumber]display a specific date in the dataset as bigumber #16221

Closed
junlincc opened this issue Aug 12, 2021 · 1 comment · Fixed by apache-superset/superset-ui#1307
Closed
Assignees
Labels
#bug Bug report P1 Priority item - Major

Comments

@junlincc
Copy link
Member

junlincc commented Aug 12, 2021

As a user, I would like to extract a certain date from my temporal columns and display is as bignumber. e.g. latest date available using MAX

Screen Shot 2021-08-11 at 9 10 12 PM

Currently there's workaround by using wordcloud

  1. with a timstamp field, created a calculated column converting it to a string
  2. create a wordcloud chart, series will be the calculated column, and metric (if you want most recent date) would be be max(original timestamp column)
  3. set row limit to 1 and sort by metric
  4. For visual purposes make the font size big and format as flat so that there is less variability into where the single date is appearing. b/c a word cloud randomly places the words.

Screen Shot 2021-08-11 at 10 13 20 PM

However.... I'm not sure this workaround may not be always valid.

The minmuml we can do is to have bignumber to support MAX/MIN on time converted string like wordcloud does

@junlincc
Copy link
Member Author

junlincc commented Sep 1, 2021

reopening this issue as we are still experiencing the bug. @zhaoyongjie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#bug Bug report P1 Priority item - Major
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants