I want to group on an Item field but sort on an object
code field.
For example, my item field contains salaries, fringes,
travel, communications, etc.
The object code field contains numbers such as 1000,
1012, 1100, 1212, 3400, 3500, 6000, 6200, etc.
So, I want to group all the salaries (item field)
together but I don't want to sort on the item field. The
salaries codes have a range from 1012 to 1212 for
instance, while the communications codes have a range of
3400 to 3600.
If it is grouped on Items, it seems to automatically sort
the report by items. Thus, communications will be the
first records in the report instead of salaries if it was
sorted on object code.
If I try to sort on object code, it seems to group the
like object codes together (all of the 1012's) instead of
grouping the items together (all of the salaries) like I
want.
Any suggestions on how to group by Item but sort by code?