Forum Discussion
Asa94
4 years agoHelper I
Using IF and ISBLANK method for a card visual
Hi everyone, I have a card visual in my report that shpwcaes 2 cut off times. With the 2nd cut off times, some of the values in the column are blank and need to be shown as "No 2nd Cut Off"in the...
- 4 years ago
Asa94 , You are using a text with number in if format secondcut as text or
use
if(<condition>,
"No second cut off",
, secondcut &"" )
amitchandak
4 years agoSuper User
Asa94 , You are using a text with number in if format secondcut as text or
use
if(<condition>,
"No second cut off",
, secondcut &"" )
- Asa944 years agoHelper I
Thank you so much, I tried your second method and it worked!
Appreciate it so much!