crogers111
Technical User
CR XI
SQL
I have a report setup in Business Object Enterprise that I want to run for 2 different date ranges. I have the selection criteria working for each 'Instance' in BOE (In BOE you can have different record selection criteria run for the same report) I cannot figure out how to have a custom date range label to reflect the 2 different date rangess in the same report.
Here's an example of the Record selection critiera for each instance which works correctly:
1. {Data.CheckDate} in LastFullMonth
2. {Data.CheckDate} in {PlanStartDate} to @LastDayofPreviousMonth
The scenario that seems to be giving me the trouble is this one:
Let's say PlanStartDate = 7/1/2010
And I run the report with each selection criteria on 9/1/2010. Let's say there were no records with a {Data.CheckDate} in July so only August data exists.
How do I use the same report and have 1 label show that the report was run for August Data only (LastFullMonth) and within the same report have a date header/label that shows when the report was run for the second date range (7/1/2010 - 8/31/2010)...when no July data exists ?
SQL
I have a report setup in Business Object Enterprise that I want to run for 2 different date ranges. I have the selection criteria working for each 'Instance' in BOE (In BOE you can have different record selection criteria run for the same report) I cannot figure out how to have a custom date range label to reflect the 2 different date rangess in the same report.
Here's an example of the Record selection critiera for each instance which works correctly:
1. {Data.CheckDate} in LastFullMonth
2. {Data.CheckDate} in {PlanStartDate} to @LastDayofPreviousMonth
The scenario that seems to be giving me the trouble is this one:
Let's say PlanStartDate = 7/1/2010
And I run the report with each selection criteria on 9/1/2010. Let's say there were no records with a {Data.CheckDate} in July so only August data exists.
How do I use the same report and have 1 label show that the report was run for August Data only (LastFullMonth) and within the same report have a date header/label that shows when the report was run for the second date range (7/1/2010 - 8/31/2010)...when no July data exists ?