
At yesterday's Advanced nVision tips and techniques webinar, I discussed the ability to determine from your ledger data, where the values came from (such as AP, AR, Asset Management, etc.). This was one of the most popular topics of the webinar, and yet I haven't taken the time yet to post it to the blog.

This is a special drilldown layout that you can use in nVision that will look at the underlying transactions and categorize them by the system in which the financial numbers came from. When combined with the Auto-Drill feature of our Excel Add-in product, your users can automatically be directed from a management report, to the breakout of a number by system, into the transaction detail of the source system, and even into the application to see the transaction itself. This can all be done by double-clicking on the numbers you want to explore in more detail.
The starting point is figuring out how to categorize transactions into the source systems. The Journal Header contains a field (SYSTEM_SOURCE) that is tantalizingly close to allowing you to accomplish this, but there are over 100 values in it, and those values are defined as translate values (meaning there's no additional metadata other than description to help organize it). What is needed is the ability to add additional metadata to help accomplish this.
Here enters the tree. There are a few nice things that come from using a tree to help accomplish this
In fact, one technique that I've used over and over is to use trees to fix data model issues in the application (such as creating a common reporting structure when the underlying values are not constent across business unit).
You can download all the code from here, but here is exactly what was done to accomplish this
And, that, my friends, is how it's done.
Labels: Financials, nVision, Tree_Manager

