Report 10062 - Top __ Customer List

Magneto
Member Posts: 18
This report ranks the Customer by Sales or Balance. My customer wants a similar report grouped by Salesperson Code. Does anybody have an example or idea on how this can be done? Please let me know. Thanks for all your help.
0
Comments
-
The Salesperson Code is also stored in the "Cust. Ledger Entry" (21). So you can design your own report based on "Cust. Ledger Entry" and SalesPerson Code. Report "Customer - Top 10 List" use a calcfield in customer table "Sales (LCY)" and "Balance (LCY)". So you can add the same calcfield logik to the sales person table (13).
Other way if you doesn't wont to add FlowFields on Sales Person table, you select in your report all "cust. ledger Entries" from the sales person, calculate the needed fields in a loop and store this in a temp table. Thats also the same principle like report Top 10 List, but without calcfields.
RegardsDo you make it right, it works too!0 -
Basically, they want a report with the Salersperson Code as the "header" and then the salesperson's customers (detail) in ranked by Sales or Balance... For Example:
Salesperson Code XX1
Rank Customer Sales
1 ABC Co 100.00
2 ABA Co 99.00
Salersperson Code XX1 Total 199.00
=========================================
Salesperson Code XX2
Rank Customer Sales
1 BBC Co 150.00
2 BBY Co 100.00
3 BBE Co 50.00
Salersperson Code XX2 Total 200.00
==========================================
Report Total 399.00
This is for all salesperson code within a given filter.
Are we talking about the same thing? Please let me know. Thanks.0 -
You can also export to Excel & let your users sort there themselves.NAV - Norton Anti Virus
ERP Consultant (not just Navision) & Navision challenger0 -
I think it's simple..Report 10062 correct?
Dataitems are
Integer (Heading)
-Customer
-Integer (Print Loop)
Add::
Integer (Heading)
Salesperson/Purchaser
-Customer
-Integer (Print Loop)
Dataitem link for Customer Is: Salesperson Code=FIELD(Code)
Now View->Sections and in Salesperson/Purchaser Body add the salesperson info you want.
Give it a try0 -
In addition on the SalesPerson/Purchaser dataitem
change property .. PrintOnlyIfDetail to YES
The totals are running so they don't reset - you'll have to take care of that but basically I think it looks the way you need it to look.
Hmm maybe it's not so easy - I notice you have to correct the % too - but I find that column just for show anyway. It does sort correctly top to bottom & by salesperson.0 -
Another quick fix to the report
on the Salesperson/Purchaser dataitem add
OnAfterGetRecord()
CLEAR(TopTotal);
edit..ok it's easier this way - my version is old so you might want to alter a copy of yours.
PS open 10062 and save as (new # & new Name) then edit the new copy
http://savatage99.googlepages.com/50053 ... person.txt0 -
Savatage wrote:Another quick fix to the report
on the Salesperson/Purchaser dataitem add
OnAfterGetRecord()
CLEAR(TopTotal);
edit..ok it's easier this way - my version is old so you might want to alter a copy of yours.
PS open 10062 and save as (new # & new Name) then edit the new copy
http://savatage99.googlepages.com/50053 ... person.txt
Works like a charm. I can take it from here. Thank you! =D> =D>0 -
-
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions