I have created a report that displays A part number and other fields of data.
I would like to sort the report by the number of occurances of a part number and then sort by the part number so that the report shows that part number in order of the highest occurance of that part number.
I noticed that in the sorting and grouping window for my report I can only select on a field contained within my query but is it possible to sort on count([part number])?
This chokes when i try it with the following error message: "Extra ) in query expression '[count([part Number])]".
How can I set this up to sort by part number showing the highest occurances first?
Thanks!
I would like to sort the report by the number of occurances of a part number and then sort by the part number so that the report shows that part number in order of the highest occurance of that part number.
I noticed that in the sorting and grouping window for my report I can only select on a field contained within my query but is it possible to sort on count([part number])?
This chokes when i try it with the following error message: "Extra ) in query expression '[count([part Number])]".
How can I set this up to sort by part number showing the highest occurances first?
Thanks!