Hello experts.
Is there any way to compare same day last year vs same day current year.
In example:
2014
month | day num. | day | value
----------------------------------------------------
March 1st saturday 1000
March 2nd sunday 2000
March 3rd monday 2500
March 4th tuesday 500
2015
March 1st sunday 2000
March 2nd monday 1000
March 3rd tuesday 2000
The requirement is to compare and get the difference comparing days(not day number) in the same month, and exclude the days that don't match in the criteria (like satudary, march 1st in 2014)
2014 vs 2015
sunday = 0
monday = 1500
tuesday = -1500
Thanks for your comments on this.
I have a UNX on top of my report with the following dimensions:
-Day number
-Day description
-Year
-Month
-Value (measure)
I'm retrieving the data on two queries (last and current year), using a SQL Server database as source.
BO Version:
Webi 4.1 SP3
Cheers,