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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -