Moving or adding Sorting Filter

rico1931rico1931 Member Posts: 295
Hi Everyone,

is there a way to add or move a sorting filter on a report? I want to add/move the sorting filter from Customer to Sales Order Line instead. vhp6068lu71i.jpg

Thank you
-rico1931

Best Answer

  • AluanAluan Member Posts: 158
    edited 2022-06-08 Answer ✓
    Hello rico1931,
    in the Report you have to remove the Key (DataItemTableView), from the Sales Line.
    So it should look like this afterwards:
    WHERE(Document Type=CONST(Order),Outstanding Quantity=FILTER(<>0))
    

Answers

  • AluanAluan Member Posts: 158
    edited 2022-06-08 Answer ✓
    Hello rico1931,
    in the Report you have to remove the Key (DataItemTableView), from the Sales Line.
    So it should look like this afterwards:
    WHERE(Document Type=CONST(Order),Outstanding Quantity=FILTER(<>0))
    
Sign In or Register to comment.