Crystalguru
Technical User
I have a manual crosstab that has values for each month and each year. The final numbers are averages for each month. What I would like to do is, if a month is not yet over (for this example March) then don't report the numbers.
My report:
YR Jan feb mar
2002 5 6 3
2003 3 5 1
Avg: 4 11 3
Since March of 2003 year has not completed the data is not complete. So, I don't want ANY values to appear. Is there a formula to do this? Such as
If date_day in 03-01-2003 to end of month
then #value
else
0
thanks
My report:
YR Jan feb mar
2002 5 6 3
2003 3 5 1
Avg: 4 11 3
Since March of 2003 year has not completed the data is not complete. So, I don't want ANY values to appear. Is there a formula to do this? Such as
If date_day in 03-01-2003 to end of month
then #value
else
0
thanks