Forum Discussion

adavid999's avatar
adavid999
Icon for Helper V rankHelper V
6 years ago
Solved

simple 0 if blank

Hello I am doing a simple % calculation and would like to replace blanks with zero when blank is returned.   The calculation is  =[2020 total positive] / [total 2020] * 100   The [2020 total pos...
  • amitchandak's avatar
    6 years ago

    adavid999 , try like

    divide([2020 total positive] , [total 2020],0)

     

    You do not need *100, you can mark it as % column in format session.

     

    You can add +0, but that will create a left join. All data will be displayed