Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I create report to show sale cost and in some month don't have sale cost but I need to show value as zero in report when select "Show All Values" for a dimension in Dimension tab report show all value in database include data I don't need to show in report.
How does your variable sale cost look like when there is no cost? a blank, or a '-', or another sign?
simple solution would be , if its a straight or pivot table than go to presentation tab and you will see the representation for the null and missing as - ...change it to 0 it will work ......
if you need it in the script level we have the other ways to achieve it , please let me know if you need that
Hi,
In Presentation tab I set the missing symbol to 0 and null to "-" but in the month that no transaction was not show in report but I need to show it as 0.
Please provide the script.
Thanks.
Hi,
I already set it but it doesn't worked because that month I need to show is no transaction.
If have another way please help.
Thanks.
1) In Dimension make sure that suppress null values is unchecked for Month.
2) try this expression - Alt(YourExpression,0)
3) In presentation tab uncheck Suppress zero value
any luck?
Sounds like you need a master calendar created in your data load to use as your dimension to link to your fact data.
That way if you miss months in your data you wont have any gaps.
Regards
Andy
Hi Use this.
Hope this will helps you.
I tried it before it doesn't worked. I think on that point of data is no value in table so then report will not show the result right?