tableau - Conditional formatting on numeric and date measure value -


is there way conditional format measure value date in case , numeric in cases? have measure value max, measure dates , numeric. if convert numeric lose dates , viceversa. can select single measure , define max of date , others numeric?

this depend on how dates formatted, date in dd/mm/yyyy format identified following calculated field.

iif((find(attr([max]), "/") > 0), 'date', 'number') 

identifying numeric or date values using calculated field


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -