BusinessObjects Board

How to create Week filter in Universe

hi,

i need a predefined filter for last week (last week 7 days) how to create this please provide the syntax my DB is oracle and DB field is having timestamp

Thanks in Advance


sat.dpi :india: (BOB member since 2009-02-12)

Hi,

This topic should get you started:


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

If you are using MS SQL server use this
dateadd(dd,-7,current_timestamp)

in predefined filter


krvin :india: (BOB member since 2010-08-16)