Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I am facing a issue with missing values in Qlik Sense Pivot Table.
The requirement is to replace the missing values (-) with Zero (0), since there is no provision in front end to fix the issue. Need suggestions/Advise that can be fixed using the load script.
I used the Master calendar, where I have Month-Year from 2018 to 2020, when I add the month in Pivot Table Column, the missing values shows as (-), I wanted to replace them with Zero (0).
Please Help.
Hi @rjn ,
If you use Set NullValue = 'NULL'; on your load script, does it work for you?
Hi Wlad_Masi,
I tired with Set NullValue = 'NULL'; , doesn't work.
Hi @rjn ,
my current idea is a little messy but I think this is the only possible workaround.
First you have to create a temporal master table with the dimensions you want to add into the pivot table and the yearmonth associated value.
After that, you have to create a fake master calendar with the same combinations of dimensions and all the possibilities of year month.
Finally do the substraction of both tables to get the values you have left to add a 0 value, and then concatenate it with your original sales data.
Hope this will help.
Best regards, Marcel.