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')
Comments
Post a Comment