Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
in the image below i want to display also days with no sales for exemple : day 1,2,3,9,...
my expression is : sum (sales)
Just above 'Show All Values', there is 'Supress When Value Is Null', check that option.
On presentation uncheck the supress zero values option
On chart Properties >> Presentation >> Uncheck the Supress Zero Values
i already tried this but not working, then i tried to check show all values on my dimension it's works but i'm getting the '-' sign after the day 31 any idea how to remove it
To remove '-' sign,
Properties --> Dimension --> Check "Suppress When Value Is Null"
Just above 'Show All Values', there is 'Supress When Value Is Null', check that option.
haven't see it lol
thanks for your help
i want to color the missed days lines so i used if(sum(Sales)=0,RGB(122,233,121)) in the background color option of my expression but i'm getting this results , what's the problem here ?