BusinessObjects Board

Date objects

How to create the

Current Month to End of Year

Current Week to End of Year

objects at designer level. The calender is normal calender which starts from jan and ends in Dec.

I am using oracle database. and i have daydate object at Universe.


krish007 :india: (BOB member since 2006-10-06)

Hi,

This topic may get you started:


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

I’m not really sure what you’re asking for. do you need the nuber of days between the two dates, a list of dates between the two dates, something completely different…


pablolee :uk: (BOB member since 2008-07-29)

pablolee,

I have to create pre built conditions at universe for the below

Current Month to End of Year

Current Week to End of Year

From the current date to End of Year the client will retrive the data
(there will be planned data which will be available at client database)


krish007 :india: (BOB member since 2006-10-06)

Define an object “Start of Current Month”
Define an obejct “End of Current Year”

Create a pre-defined condition as

table.date_column between @Select(Start Of Current Month) and @Select(End of Current Year)

Obviously you’ll need to apply the correct syntax to the above but that’s the basic principle.

Thanks Mark p :smiley:
I have created the objects and they are parsing.


krish007 :india: (BOB member since 2006-10-06)