Forum Discussion
Anonymous
4 years agoNot applicable
Plotting query rows instead of columns
Hello 🙂 I have created the table below as an example since I can't share real data. I have an excel file that sotres data from several cases during several days. My number of cases is ar...
- 4 years ago
It looks like a case of Unpivotting those columns. Then you put the new Day column on the axis and plot the Value.
HotChilli
4 years agoCommunity Champion
It looks like a case of Unpivotting those columns. Then you put the new Day column on the axis and plot the Value.
Anonymous
4 years agoNot applicable
Uau such a simple thing and it actually worked quite well 🙂 Thank you so much!
If anyone else has other suggestions they are welcome as well 🙂