Forum Discussion
NMil
Advocate I
4 years agoAdvanced 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
Super User
4 years agoNMil , 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")