junlincc opened a new issue #16221:
URL: https://github.com/apache/superset/issues/16221


   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
   
   <img width="1787" alt="Screen Shot 2021-08-11 at 9 10 12 PM" 
src="https://user-images.githubusercontent.com/67837651/129137368-2a87c574-b5aa-4a6d-bafd-6e3bcac1d0ce.png";>
   
   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.
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to