Forum Discussion

NMil's avatar
NMil
Advocate I
4 years ago
Solved

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.   ...
  • amitchandak's avatar
    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")