Forum Discussion
Anonymous
3 years agoNot applicable
x axis order
Hi there -- For some reason the order of my x axis has not followed the chronogical order of my data. When i inputted wk-11 q4 data into my file and refreshed the chart it pushed it 2nd in the chart....
- 3 years ago
Anonymous , You need to create a column where
the week is like Wk-01-Q4
You need to create it in this manner
"Wk" & format([WeekNumber], "00") &"-" & [Qtr Year]
Anonymous
3 years agoNot applicable