I have the following requirement which I achieve using crystal reports. I group the "BATCH CODE" in order to calculate the total sales qty for a respective batch code.
But after grouping, I want the report to be sorted as per the "SORT ORDER" field which resides in another table. Both tables (TB_ITEMS and TB_SALES) are linked by the "IT CODE" (PRIMARY KEY). I tried to sort by using "Record Sort Expert", but it does not get sorted. What is the correct method of doing this?