Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Can this also apply to grey out zero values (e.g. 0.0)?
you could likely write in your measure formula to display the value null if it = 0?
thats an option.
However i would prefer if I could apply styling to the entire sheet (and all its objects) in one go.
This can be done with CSS for Null-values per the youtube clip