BusinessObjects Board

BOXI R2 Relative Date (Oracle)

I am a WebI report writer. We use Oracle.

I have asked the Universe folks to include a relative date capablilty so that we can run scheduled reports based on:

Last Quarter-end
Last Month-end
Last Week (consistent day of week)
Yesterday

Without this functionality, the schedules need to be set up period by period with different date(s) for each instance. (way too much maintenance)

I’ve been told it’s not a high priority. so I have two quesitons

1-how hard is it to add this functionality to the Universe(s)
2-any thoughts on selling its value would be appreciated.

Thanks and best regards


LaurenBOXI :us: (BOB member since 2009-09-15)

That is very easy.

"Yesterday’, for example, as a Predefined Condition, would be:

trunc(fact_table.the_date) = trunc(sysdate)-1

The others would be slightly more complex, but easily done with combinations of next_day/last_day/add_months.

Joe


joepeters :us: (BOB member since 2002-08-29)

And this will help too:


Marek Chladny :slovakia: (BOB member since 2003-11-27)