Hi
I would like to sort (dynamically) the customer no. with the sum of sales quanity they buy and place them in ascending order. Is it possible using Jet report???
Date
Votes
1 comment
-
Jet Reports Historic Posts Yes it is.
Here is an example:
=NL("Rows","Customer","No.","-=nl(""Sum"",""Cust. Ledger Entry"",""Amount"",""Customer No."",NF(,""No.""))","*")
You can adjust any fields to your specific need.
-HP
Please sign in to leave a comment.