Forum Discussion

Paolo_lito's avatar
Paolo_lito
Frequent Visitor
4 years ago
Solved

Zero instead Blank in a filter context

Hi , Hope you can help me on this subject . I would like to have zero instead Blank in my Matrix  but only for the filtered value   If I add a Zero as suggested the most of the time then ...
  • tamerj1's avatar
    4 years ago

    Try 

    VAR Code = Your Code

    VAR Result = IF ( ISBLANK ( Code ), 0, Code )

    Return

    Result