I have a requirement where i need to display the Current 12 Week which includes the current Week and the Previous 11 Weeks. I need to display the Week Numbers as 1- 12.
I need some inputs as to how to dynamically change the Week Number for the current week and the previous ones. This has to be done in Webi 3.1
I am fetching data from the oracle Database… and i have the Week Nbr from the Time DImension table, but it will give me the actual weel number. i was the current week to display as ‘12’ and the previous week as 11 and so one for the last 12 weeks.
I havea column in my DB which gives me the last day of the week and the Data is designed in such a way that the EOW is defined by the last day of the week that is Friday. SO i guess i dont have to use the 1st function using Relative Date or should i use the Last day of the week?
[quote:d90a018e81=“chetan.mudike”]
I havea column in my DB which gives me the last day of the week and the Data is designed in such a way that the EOW is defined by the last day of the week that is Friday.
[/quote]
To get 1st day of the week you need first function.
Create the variable and test it, if that is not required you can remove later right.