Hi All,
I want to add an order by clause in crystal report record section. I tried using oRDER by clause but it is not working. I have used some of the columns for group by.
Please let me know how can I order by in record section as I have no query which I am directly putting in crystal report.
eg:
Tables which in report are:
customer table and item table
Customer table: CUST_ID, CUST_NAME CUST_ADDRESS
ITM TABLE : ITEM_ID, ITEM_QUALITY, ITEM_PRICE, DELIVERY_DATE
Now I want to order by ITEM_ID, TEM_PRICE and DELIVERY_DATE in descending order where I have already group by ITEM_ID.