Hi
I have a copy of the Sales - Invoice Report that I want to modify.
On the "Sales Invoice Line" I want to use a filter so that only certain lines are removed from the dataset.
As default it is "SORTING(Document No.,Line No.)"
In pseudocode I want a where claus that says
Where ("No."<>"" and "Quantity">0) or ("No."="" and "Quantity"=0)
Is that possible?
*This post is locked for comments