If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
Hello,
I get alot of requests to change the values for missing data (- with grey background) to just display either 0 or a white background.
Is there anything new that can address this below?
Thank You,
Michael
@ChristofSchwarz just posted last month about this exact thing on his YouTube channel
You can use the Styling section of the MultiKPI object to hide the grey and the dash!
.cell.ng-scope.null-value {background-color:rgba(0,0,255,0); color: rgba(0,0,0,0); font-size:0px;}
Hi
Try using isnull function in the expression and replace with it 0
thanks
@ChristofSchwarz just posted last month about this exact thing on his YouTube channel
You can use the Styling section of the MultiKPI object to hide the grey and the dash!
.cell.ng-scope.null-value {background-color:rgba(0,0,255,0); color: rgba(0,0,0,0); font-size:0px;}
Hi
Try using isnull function in the expression and replace with it 0
thanks
I did try that but the problem is there is no data in the pivot table so it never gets evaluated.
Michael
This is brillant!
Thanks,
Michael