BusinessObjects Board

Prompt Dates

Hi,

I have 2 prompts in a report. Begin Date and End Date

Begin Date: 07/01/2007 and end date : 06/30/2008

How do I get all month(s)-year between those 2 dates…

I mean… JUL-2007, AUG-2007, SEP-2007… and so on…

Thanks :cry:

BO 5.x


eye_candy :us: (BOB member since 2005-03-18)

You obviously must be having objects for
Begin Date and end date.

Set your prompts such that
Begin Date >=07/01/2007 and End Date <= 06/30/2008

Then in the report… Use one of these objects (Start or End Date) to extract the month and year

“=Formatdate(Date,“Mmm - YYYY”)”


chander165 :us: (BOB member since 2005-12-20)

The only way to ensure that you get every date - no matter what is in your database tables - is to use an extra data provider that imports only the calendar structure. It’s covered (with not much detail, as I see now that I review it) in this FAQ post:


Dave Rathbun :us: (BOB member since 2002-06-06)

Veena:

If you are using Full Client, you can create an EXCEL FILE and add it as a second data provider in your report.

You can create/load the whole time dimension table values in excel(for 1 or 2 years) and use it.

Note : This is not possible in BO XIr2 WebI. :expressionless:


BO_Chief :us: (BOB member since 2004-06-06)