Forum Discussion
NMil
4 years agoAdvocate I
Advanced Card format text when (Blank)
Hi all, Due to the normal cards being unable to left allign, and the 'card with states' being slow and unable to 'bold' text I am currently using 'advance card' visualisation on my dashboard. ...
- 4 years ago
NMil , usually conditional formatting does not work with blank. But if field values conditional formatting is supported in that visual, You can use this measure in conditional formatting using field value
You can use
measure = if(isblank([measure]), "white", "black")
amitchandak
4 years agoSuper User
NMil , usually conditional formatting does not work with blank. But if field values conditional formatting is supported in that visual, You can use this measure in conditional formatting using field value
You can use
measure = if(isblank([measure]), "white", "black")