I am trying to add another field to the sort on report 308, I want to be able to sort the report by original expected date.
I have added this to the keys for the purchase line document but when I get to the purchase line properties in the report the DataItemTableView is already filled in with;
SORTING(Document Type,Pay-to Vendor No.,Currency Code) WHERE(Document Type=CONST(Order),Outstanding Quantity=FILTER(<>0))
How do I add this extra sort function?
0
Comments
SORTING(Expected Receipt Date) WHERE(Document Type=CONST(Order),Outstanding Quantity=FILTER(<>0))
GD