Excel PowerPivot as a way to replace the Inventory Valuation
john_bellinger
Member Posts: 34
NAV2009 R2 (Version US Dynamics NAV 6.0 SP1)
I built an Excel Power Pivot worksheet as a way to replace the out of the box Inventory Valuation report (I think). I’m getting results that agree to that report (in my limited testing). I’m wondering if anyone else has used this method and can share their experience. ??
I used the Value Entry table; this is what my Query looks like;
SELECT [dbo].[MYCOMPANY$Value Entry].[Item No_],
[dbo].[MYCOMPANY$Value Entry].[Location Code],
SUM (
[dbo].[MYCOMPANY$Value Entry].[Cost Amount (Actual)] +
[dbo].[MYCOMPANY$Value Entry].[Cost Amount (Expected)] ) AS [Cost Amount] ,
SUM (
[dbo].[MYCOMPANY$Value Entry].[Item Ledger Entry Quantity] ) AS [Item Ledger Entry Quantity]
FROM
[dbo].[MYCOMPANY$Value Entry]
WHERE
[dbo].[MYCOMPANY$Value Entry].[Item No_] <> '' AND
[dbo].[MYCOMPANY$Value Entry].[Posting Date] <= '01/31/2013'
GROUP BY
[dbo].[MYCOMPANY$Value Entry].[Item No_],
[dbo].[MYCOMPANY$Value Entry].[Location Code]
I related the Item and Item Category tables for descriptions and categorization (by Item Category code).
Processing is much more acceptable in PowerPivot vs. NAV, not to mention analysis reporting potential (slice/dice information and graphical presentations). Of course, this assumes I’m getting the results I expect (Inventory Valuation as of a defined date).
Any experiences would be appreciated.
Thanks.
I built an Excel Power Pivot worksheet as a way to replace the out of the box Inventory Valuation report (I think). I’m getting results that agree to that report (in my limited testing). I’m wondering if anyone else has used this method and can share their experience. ??
I used the Value Entry table; this is what my Query looks like;
SELECT [dbo].[MYCOMPANY$Value Entry].[Item No_],
[dbo].[MYCOMPANY$Value Entry].[Location Code],
SUM (
[dbo].[MYCOMPANY$Value Entry].[Cost Amount (Actual)] +
[dbo].[MYCOMPANY$Value Entry].[Cost Amount (Expected)] ) AS [Cost Amount] ,
SUM (
[dbo].[MYCOMPANY$Value Entry].[Item Ledger Entry Quantity] ) AS [Item Ledger Entry Quantity]
FROM
[dbo].[MYCOMPANY$Value Entry]
WHERE
[dbo].[MYCOMPANY$Value Entry].[Item No_] <> '' AND
[dbo].[MYCOMPANY$Value Entry].[Posting Date] <= '01/31/2013'
GROUP BY
[dbo].[MYCOMPANY$Value Entry].[Item No_],
[dbo].[MYCOMPANY$Value Entry].[Location Code]
I related the Item and Item Category tables for descriptions and categorization (by Item Category code).
Processing is much more acceptable in PowerPivot vs. NAV, not to mention analysis reporting potential (slice/dice information and graphical presentations). Of course, this assumes I’m getting the results I expect (Inventory Valuation as of a defined date).
Any experiences would be appreciated.
Thanks.
John Bellinger
ERP Manager
Activar, Inc.
ERP Manager
Activar, Inc.
0
Comments
-
I am wondering, did you have success using this PowerPivot model for the Inventory Valuation replacement?0
-
I found this which satisfied my end users request. I did not pursue PowerPivot any further regarding the Inventory Valuation report, but have used it successfully on other item type activity (sales / purchases stats);
http://mibuso.com/blogs/ara3n/2009/07/0 ... amics-nav/John Bellinger
ERP Manager
Activar, Inc.0 -
We have a similar approach fully packaged up as a NAV report, run like any other NAV report with the same filtering options as the base Inventory Valuation. http://www.epimatic.com/products/fastinventoryvaluationRob Hansen
http://www.epimatic.com0 -
rdhansen wrote:We have a similar approach fully packaged up as a NAV report, run like any other NAV report with the same filtering options as the base Inventory Valuation. http://www.epimatic.com/products/fastinventoryvaluation
But this one is for sale and the other one is free?Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
That's right. Companies that are happy to work with the direct SQL output or building on top of it to create a SQL report to run outside of NAV (or build a NAV report on top of it) can use the query and do that at no cost. For those that lack the expertise and want something that runs like any other NAV report with all the filtering options, etc. can consider our product. No one's obligated to buy anything from us...just wanted to mention it.
Rob Hansen
http://www.epimatic.com0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 250 Dynamics CRM
- 102 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
