Below is the format of the report I need to develop:
Product Year Season Week1 Week2 Week3 Week12
to date to date sales sales sales ....sales
Sales sales
------- ------- ------- ----- ----- ----- -----
Using report net I created this report filtering all the sales that happend after minimum(begining of year dt, week12 begin Dt). Then I cross tabbed the report based on 'end of week date' column which resulted in columns 'Week1 sales'...'Week sales' indicated above.
Now what I need is to display columns Week1 sales thru Wk12 sales only. Any Columns beyond WK12 should not get displayed though it needs to be fetched because
'Year to date sales' and 'Season to Dates sales' are calculation columns where I used the IF then else structure to compute their values.
Hope that makes sence.
Thanks.
Product Year Season Week1 Week2 Week3 Week12
to date to date sales sales sales ....sales
Sales sales
------- ------- ------- ----- ----- ----- -----
Using report net I created this report filtering all the sales that happend after minimum(begining of year dt, week12 begin Dt). Then I cross tabbed the report based on 'end of week date' column which resulted in columns 'Week1 sales'...'Week sales' indicated above.
Now what I need is to display columns Week1 sales thru Wk12 sales only. Any Columns beyond WK12 should not get displayed though it needs to be fetched because
'Year to date sales' and 'Season to Dates sales' are calculation columns where I used the IF then else structure to compute their values.
Hope that makes sence.
Thanks.