Hi all,
I've created a side by side bar chart which I've plotted the count of records for this week against the previous week.
My data:
Current Week Previous Week
AA 11 4
BB 5 5
CC 6 1
DD 2 2
EE 4 1
Thanks for any help.
My question is how will I sort the chart so that it's sorted using the values in the current week. At this stage, the sorting is based on the count of records for both current and previous week.
So if I'm getting the top 3 record, this should be how the chart will be sorted:
Current Week Previous Week
AA 11 4
CC 6 1
BB 5 5
I've created a side by side bar chart which I've plotted the count of records for this week against the previous week.
My data:
Current Week Previous Week
AA 11 4
BB 5 5
CC 6 1
DD 2 2
EE 4 1
Thanks for any help.
My question is how will I sort the chart so that it's sorted using the values in the current week. At this stage, the sorting is based on the count of records for both current and previous week.
So if I'm getting the top 3 record, this should be how the chart will be sorted:
Current Week Previous Week
AA 11 4
CC 6 1
BB 5 5