BusinessObjects Board

Running Dates for each row

Hi,

I have a user requirement to display the records in the following way as 1 day incremental for each next row:
E.G.
Account NO Date Transaction Amount
1234 11/06/2012 1000
1234 12/06/2012 0
1234 13/06/2012 0
1234 14/06/2012 0
1234 15/06/2012 5000
1234 16/06/2012 2000
1234 17/06/2012 0

In the database table this account has only 3 rows for which transaction is made(I.E. 11 june,15 june,16 June),but the user needs the report with data for all the days irrespective of transaction made or not.

I need incremental dates for each row in report.

May be this is too simple,but it is not striking me.Please help me urgently.


navneetkaur (BOB member since 2010-08-27)

Hi,

This Reporter’s FAQ can get you started:


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

The function you need is TimeDim()

I documented it here :

Peter


pderop (BOB member since 2010-10-27)