Forum Discussion

Asa94's avatar
Asa94
Helper I
4 years ago
Solved

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