newbie Report Sort Question

sp4tcsp4tc Member Posts: 16
edited 2007-03-05 in Navision Financials
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?

Comments

  • gulamdastagirgulamdastagir Member Posts: 411
    Set the DataItemTableView to:


    SORTING(Expected Receipt Date) WHERE(Document Type=CONST(Order),Outstanding Quantity=FILTER(<>0))
    Regards,

    GD
Sign In or Register to comment.