Hi,
I'd like to combine a few values to compare with another and then present in a pie chart. How am I supposed to formulate this in a query.
I've got a main table listing out a vast amount of values with one field being StatusID.
There are 5 possible statusID's:
1,2,3,4,5.
In the pie chart, I'd like to sum the count of the number of times StatusID's 1,2,3, or 4 show up in the main table (i.e. combine all the individual sums). The other count will be of StatusID 5. So, therefore I will have 2 counts to display in the pie chart.
Thanks for your help.