Customer-Summary Aging Report Problem

Mrinmay
Member Posts: 74
Hi Exparts,
I have got a problem in cutomer -Summary Againg Report. actually it is not filtering the data accorinding to dimensions. can any body explain me why it is not coming? in detailed cutomer ledger entry the dimension is storing as Initial entry global dimension. still is not coming. In report i am selecting Dimension filters.
I have another question also. what is the difference between Global dimension Code and Global Dimension Filter.
Regards
Mrinmay
I have got a problem in cutomer -Summary Againg Report. actually it is not filtering the data accorinding to dimensions. can any body explain me why it is not coming? in detailed cutomer ledger entry the dimension is storing as Initial entry global dimension. still is not coming. In report i am selecting Dimension filters.
I have another question also. what is the difference between Global dimension Code and Global Dimension Filter.
Regards
Mrinmay
0
Comments
-
You need to modify the report and add the following code.
Customer - OnAfterGetRecord() PrintLine := FALSE; LineTotalCustBalance := 0; Customer.COPYFILTER("Currency Filter",DtldCustLedgEntry."Currency Code"); //MOD01 start Customer.COPYFILTER("Global Dimension 1 Filter",DtldCustLedgEntry."Currency Code"); //MOD01 ENd FOR i := 1 TO 5 DO BEGIN DtldCustLedgEntry.SETCURRENTKEY("Customer No.","Initial Entry Due Date");
0 -
I have another question also. what is the difference between Global dimension Code and Global Dimension Filter.
Dim Code is a regular field that is used to define the default dimension.
Dim Filter is a flow filter and it is use for setting dynamic filters to calculate flowfields. Balance on customer card for example.
Also for the code change above use the global dim filter on the report.0 -
Hi Rashed,
Thanks for ur reply. I have added code how u told. but still it is not coming properly.it is not filtering the data according to filters. for currency fiter it is coming properly.
Regards,
Mrinmay0 -
sorry I made a mistake.
Customer.COPYFILTER("Currency Filter",DtldCustLedgEntry."Currency Code"); //MOD01 start Customer.COPYFILTER("Global Dimension 1 Filter",DtldCustLedgEntry."Initial Entry Global Dim. 1"); //MOD01 END
notice DtldCustLedgEntry."Initial Entry Global Dim. 1"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