Hello,
I have to create a report in WEBI, The report contains 3 columnns mainly.
Type, Date, Amount
Type is coming from Dimension Table, Date & Amount coming from same Fact table.
There is no direct joins between these 2 tables, There is another dimension table which joins these 2 tables.
The report should show the amount sum for each type. but the sum should be for last 1 year.
for example.
If the user enter the date between last month (05/01/2009 - 05/31/2009)
for each type i should get all 31days and with the sum amount for last one year.
example
Type date amount
aaa 05/01/2009 300.00
aaa 05/02/2009 310.00
aaa 05/02/2009 340.00
-----
-------
----
bbb 05/01/2009 600.00
bbb 05/02/2009 710.00
bbb 05/02/2009 740.00
Kindly Help
Thanks
I have to create a report in WEBI, The report contains 3 columnns mainly.
Type, Date, Amount
Type is coming from Dimension Table, Date & Amount coming from same Fact table.
There is no direct joins between these 2 tables, There is another dimension table which joins these 2 tables.
The report should show the amount sum for each type. but the sum should be for last 1 year.
for example.
If the user enter the date between last month (05/01/2009 - 05/31/2009)
for each type i should get all 31days and with the sum amount for last one year.
example
Type date amount
aaa 05/01/2009 300.00
aaa 05/02/2009 310.00
aaa 05/02/2009 340.00
-----
-------
----
bbb 05/01/2009 600.00
bbb 05/02/2009 710.00
bbb 05/02/2009 740.00
Kindly Help
Thanks