Forum Discussion
Sean
10 years agoCommunity Champion
Blank( ) in Card/Multi-row Card
Is there an easier way to output 0 instead of blank in a card / multi-row card I've been using => IF ( ISBLANK (expression), 0, expression ) Is there any way to avoid repeating the expression...
austinsense
10 years agoImpactful Individual
Little simpler, but you still have to repeat the expression IF ( [Measure], [Measure], 0 )
LLABROOY
9 years agoNew Member
I'd also be interested in how to remove (Blank)
This is made up of individual Card vizulisations and i have lutiple different revenue and count cards over my report that i would need to create a measure for to remove (Blank) Is there a way to create a report level filter or at least page level filter that changes this to some relevant '0' or '-' .