Forum Discussion
Ethanhunt123
5 years agoHelper IV
Blank space Multi Row Card
I want to have one single blank space in multi-row card tried this measure (M = " "). But this is not working.
I want space between 1 and 2.
Ethanhunt123 , This measure seems correct. what are trying display that is not displaying?
Try have measure like
new measure =
if(isblank([measure])," " ," " )
This will force it work with that measure
2 Replies
- amitchandakSuper User
Ethanhunt123 , This measure seems correct. what are trying display that is not displaying?
Try have measure like
new measure =
if(isblank([measure])," " ," " )
This will force it work with that measure
- Ethanhunt123Helper IV
I want space between 1 and 2