Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Is it possible in a straight or pivot table to hide columns when they total zero?
Thanks
Thanks, these seems to work
Hi,
Do this thing
In chart properties -> presentation -> then select which column you want to hide and in conditional option write code
if(FieldName <> 0,1,0)
Hope this helps
Thanks & Regards