Hello together,
i would like to create a list with all salespersons (listed in value entries) and sales amount (sum - descending). The list should be sort by column H (sales amount (actual) - descending). Should i insert a NL function in the NL function in D10?
Attached you find the Report.
Thanks in advance
3 comments
-
Jet Reports Historic Posts Hi Daniel,
What you want here is a sort by sum, which can be implemented with a calculated filter field. Unfortunately, sorting this way can be pretty slow. However, you can speed up your current report significantly by replicating your rows from the Salesperson/Purchaser table and linking to the Value Entry instead of replicating from the Value Entry. You can also use Link= instead of NL(Filter) to perform your filter on the Customer table, which should be faster. Hopefully this will help offset the speed lost with doing the sort by sum. I am attaching your report with these changes. Does this help?
Regards,
Hughes -
Jet Reports Historic Posts Hi fhilton,
thanks for your help. It was very helpful. I have only one question: If i want to analyse also the value entries with empty Salespers./Purch. Code, how should i change the formula?
Thanks -
Jet Reports Historic Posts Hi,
i Need to sort the attached Report by sum per customer (3rd group). I inserted a -NL sum function in cell C12 and filtered with this cell in field G12 (Customer No.). It doesn't work! The Report has already a sorting by salesperson (see row 10). What is the reason for the value error in the customer line (row 12)
Thanks.
Kind regards