I'm new to MS Dynamics NAV 5.0, I have created new Purchase Inventory Line Report using Report Designer. I have also group the line per item and total the quantity and the amount. What I trying to achieve is to sort the amount descending order.
This are my settings for the report.
DataItem: Purch. Inv Line
Properties:
GroupTotalFields = No.
TotalFields = Quantity, Amount
Sections:
Purch. Inv. Line, Header
Purch. Inv. Line, GroupFooter
Now how do I sort the TotalField: Amount by descending order?