Hello all,
I have been looking all over the net for advice or examples of how to create the ability to filter data on a reverse calendar basis.
I guess I could explain this better . I have a lookup table call lu_time and it has the following fields in it
date_key, datenbr, daydesc, week_key, period_key, year_key.
the date_key is a int
datenbr is a char 8
datedesc is a datetime
week_key is a int
period_key is a int
year_key is a int
the issue I am having is I need to be able to return a dataset that shows week1 week2 week3 week4 on only one metric value.
the week4 would be the end of the date range or selected period.
so the following dataset would be displayed in the week fields if the report had the following criteria selected
period = period 2
which incases week5, week6 week7 week8 id's
the report would show
week1= week5 data
week2= week6 data
week3= week7 data
week4= week8 data
REPORT
salesrep|sales/week1|sales/week2|sales/week3|sales/week4|othermetrics
207 -- 100 --200 --100 --900 78
207 -- 300 --220 --110 --900 76
207 -- 130 --222 --110 --400 98
207 -- 200 --240 --150 --800 90
I tried to utilize the transformation option but it only allowed me to show ytd for the current selected criteria or last week.
any suggestions?
thanks
talenx
I have been looking all over the net for advice or examples of how to create the ability to filter data on a reverse calendar basis.
I guess I could explain this better . I have a lookup table call lu_time and it has the following fields in it
date_key, datenbr, daydesc, week_key, period_key, year_key.
the date_key is a int
datenbr is a char 8
datedesc is a datetime
week_key is a int
period_key is a int
year_key is a int
the issue I am having is I need to be able to return a dataset that shows week1 week2 week3 week4 on only one metric value.
the week4 would be the end of the date range or selected period.
so the following dataset would be displayed in the week fields if the report had the following criteria selected
period = period 2
which incases week5, week6 week7 week8 id's
the report would show
week1= week5 data
week2= week6 data
week3= week7 data
week4= week8 data
REPORT
salesrep|sales/week1|sales/week2|sales/week3|sales/week4|othermetrics
207 -- 100 --200 --100 --900 78
207 -- 300 --220 --110 --900 76
207 -- 130 --222 --110 --400 98
207 -- 200 --240 --150 --800 90
I tried to utilize the transformation option but it only allowed me to show ytd for the current selected criteria or last week.
any suggestions?
thanks
talenx