Hi
CR 2008 w/Oracle 10g
I created a cross-tab report. It was completed until the user wanted to suppress columns they didnt want to show.
Year 2010
Month 5/2010 6/2010 7/2010
Days 5/1/2010 5/25/2010 Total 6/15/2010 total 7/1/2010 total
x 1 2 3 2 2 3 3
Y 2 3 5 3 3 5 5
Z 5 4 9 10 10 15 15
They wanted to see the months and days total for the current month only. And for the previous months, they only wanted to see months total.
My question is = how do I suppress the previous days date and total? I did a conditional suppress using month(xdate) < current month(date/time ) and year(xdate) < year(date/time). It suppressed everything.
Please advice.
Lin
CR 2008 w/Oracle 10g
I created a cross-tab report. It was completed until the user wanted to suppress columns they didnt want to show.
Year 2010
Month 5/2010 6/2010 7/2010
Days 5/1/2010 5/25/2010 Total 6/15/2010 total 7/1/2010 total
x 1 2 3 2 2 3 3
Y 2 3 5 3 3 5 5
Z 5 4 9 10 10 15 15
They wanted to see the months and days total for the current month only. And for the previous months, they only wanted to see months total.
My question is = how do I suppress the previous days date and total? I did a conditional suppress using month(xdate) < current month(date/time ) and year(xdate) < year(date/time). It suppressed everything.
Please advice.
Lin