Hello all!
I have the following problem. Is it possible to display a text using ASP
which is a pivot table. I mean,
GROUP 200401 200402 200403 200404
GR_1 1 2 3 5
GR_2 4 1 5 3
GR_3 9 7 8 7
How to achieve such display while source data looks like this???:
GROUP WEEK VALUE
GR 1 200401 1
GR 1 200402 1
GR 1 200402 1
GR 1 200403 3
GR 1 200404 5
GR 2 200401 4
GR 2 200401 1
....
VALUE in the pivot table is a sum of VALUE.
Kind regards
Thank you in advance for your help
Marcin