You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Currently there's workaround by using wordcloud
with a timstamp field, created a calculated column converting it to a string
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)
set row limit to 1 and sort by metric
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.
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
The text was updated successfully, but these errors were encountered:
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
Currently there's workaround by using wordcloud
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
The text was updated successfully, but these errors were encountered: