J
Jorist
I have a report that delviers data in the following manner:
Company A
Item A 60
Item B 20
Item C 120
Company B
Item A 100
Item B 10
Item C 20
Company C
Item A 75
Item B 100
Item C 130
This report needs to have the data grouped so that the company's Item A,
Item B, and Item C remain with the comany. Further Items A - C need to be
sorted in their alphabetic order. However I need Company A, Company B and
Company C sorted based upon the value of Item A highest to lowest. As such,
the example above would result with the order of Company B, Company C, then
Company A with everything else being the same.
If anyone has any suggested solutions, I would greatly appreciate it. Thanks
in advance.
Company A
Item A 60
Item B 20
Item C 120
Company B
Item A 100
Item B 10
Item C 20
Company C
Item A 75
Item B 100
Item C 130
This report needs to have the data grouped so that the company's Item A,
Item B, and Item C remain with the comany. Further Items A - C need to be
sorted in their alphabetic order. However I need Company A, Company B and
Company C sorted based upon the value of Item A highest to lowest. As such,
the example above would result with the order of Company B, Company C, then
Company A with everything else being the same.
If anyone has any suggested solutions, I would greatly appreciate it. Thanks
in advance.