I have a table which contains fields ItemID and W1,W2,W3,W4….upto W53 – these fields are used to store values for week 1 to week 53 during a year.
I need to produce a graph which displays w1 to w53 as the series.
How can I rearrange the data so that i get a query which holds the data as:
itemid w1
itemid w2
itemid w3
etc
to allow me to then use this query data as the chart series……or is there another way around this?
John