Dimension analysis - three amount columns on the same view

JTPro
Member Posts: 169
Hello all,
I would like to ask you for help with my new task.
My client wants me to create a form (similar to the analysis by dimension), but it needs to contain three amount columns (Actual Amount, Budgeted Amount, Variance) for the same period, on the same view.
For example:
Client wants to see on date 2007-04-17 three columns side by side, containing mentioned amounts.
Any idea how to start with that?
Thanks in advance.
Best regards,
JTPro
I would like to ask you for help with my new task.
My client wants me to create a form (similar to the analysis by dimension), but it needs to contain three amount columns (Actual Amount, Budgeted Amount, Variance) for the same period, on the same view.
For example:
Client wants to see on date 2007-04-17 three columns side by side, containing mentioned amounts.
Any idea how to start with that?
Thanks in advance.
Best regards,
JTPro
Navision Application Version: 4.0SP1
Navision Database Version: 4.0
Navision Database Version: 4.0
0
Comments
-
Add a new Field to the Table (preferably at the end of the list so you don't mess up any data in the table, nor cause any major troubles with any other entities that access this table.) named Variance or whatever and...
Form - OnAfterGetRecord() { Variance := "Actual Amount" - "Budgeted Amount"; }
This will display a value within the new field but not actually save any data to the table.
Or perhaps I didn't understand your question?0 -
Hi,
Thanks a lot for fast reponse.
You didn't catch the idea of my problem. The form should be of the matrix type (as Analysis by dimensions). In the case of "Analysis by dimensions" you are able to see Actual Amount, Budgeted Amount, Varinace one by one. There is no possibility to see three amount at the same time, for example for one G/L Account.
As result I should have:
Left side of the matrix form:
G/L Account
Right side of the matrix form:
1st column: 2007-04-17 - Actual Amount
2nd column: 2007-04-17 - Budgeted Amount
3rd column: 2007-04-17 - Variance.
I hope my issue is clear right now.
Best regards,
JTProNavision Application Version: 4.0SP1
Navision Database Version: 4.00 -
This doesn't require any modification. You can create an account schedule to do this.
Once the account schedule is create you can use the account scheudule overview to see a form.
Financial Management -> Analysis & Reporting -> Account Schedules (use the Account Schedule ANALYSIS) -> Acc. Sched. button -> Overview.
Then try changing
(try using the DEFAULT Column Layout Name and the BAL ONLY column layout name to see whats possible).
If you want to learn more about Account Schedules check out this download:
http://dynamicsuser.net/files/folders/n ... 07306.aspx0
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