Hi lbass
I attached my file. You will see the 3rd row showing the month day year. Plus the values below it. I need this to be suppressed.
thx
Linhttp://www.mediafire.com/myfiles.php
If you look at my example, there is a third row for the days(date).
The current date - should show all. Month/Year and Days/Year.
Any date prior to current date should show only Month/Year. Therefore third row should not show up. Client wants only level 1 and 2 for prior months.
Does this help?
Hi lbass
I used your formula and it works great for the month, but now I need to suppress the days as well. I need the days to work the same way as the months.
thx
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...
Hi
Can you load that xml file to your computer?
If you go to Set Datasource Location and go to Create new datasource, you should select ADO.Net (XML).
Then select the XML file to retrieve the data.
Lin
Sorry. I didn't realize I put two else.... here is it again
Create Two Parameters:
Begin Created On
End Created On
Create 2 formulas:
IF not HasValue({?Begin Created On})
then CurrentDate - 30
else {?Begin Created On}
IF not HasValue({?End Created On})
then CurrentDate + 30
else {?End...
Create Two Parameters:
Begin Created On
End Created On
Create 2 formulas:
IF not HasValue({?Begin Created On})
then CurrentDate - 30
else {Command.Created On}
else {?Begin Created On}
IF not HasValue({?End Created On})
then CurrentDate + 30
else {Command.Created On}
else {?End Created On}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.