I have a pivotchart that displays some scientific data collected over several months. Every datapoint has a timepoint in months (set to single since I have some data at 4.5 months). On the pivotchart the y-axis is the data result and the x-axis is the time in months (which I want to sort in ascending order).
I set the sorting option for the x-axis on the chart to ascending but it's not sorting it properly. The first few timepoints are in the correct order but then they become a mess. I'm not sure but it seems like it's first sorting the time by timepoints with the most datapoints. Then it sorts them by time so they are in pseudo-ascending order (see sample database attached). How can I force it to sort the x-axis in absolute ascending order (i.e. 0, 3, 4, 4.5, 6, etc.)?
I've attached a sample of my database to show exactly what's going on (pivotchart is chtInfect which is based on qryInfect). Any help would be greatly appreciated!
Thanks!
I set the sorting option for the x-axis on the chart to ascending but it's not sorting it properly. The first few timepoints are in the correct order but then they become a mess. I'm not sure but it seems like it's first sorting the time by timepoints with the most datapoints. Then it sorts them by time so they are in pseudo-ascending order (see sample database attached). How can I force it to sort the x-axis in absolute ascending order (i.e. 0, 3, 4, 4.5, 6, etc.)?
I've attached a sample of my database to show exactly what's going on (pivotchart is chtInfect which is based on qryInfect). Any help would be greatly appreciated!
Thanks!