Other cubes added in AX 2012 R2 include Budget control, Budget plan (my team worked on this), Profit tax, and Retail.
Showing posts with label InventSumDateTrans. Show all posts
Showing posts with label InventSumDateTrans. Show all posts
Monday, May 20, 2013
Dynamics AX Inventory cube now present in AX 2012 R2
It was recently brought to my attention that Microsoft Dynamics AX finally ships with an inventory value cube out of the box in version 2012 R2. You can find details on the measures available in the cube here, which even includes some KPI's for inventory turns and other indicators. I'm looking forward to cracking this open and comparing it to the home grown inventory cube I built on AX 2009. The primary issue is that you can't simply look at inventtrans records because those statuses are updated over time as postings occur.
Labels:
2009,
2012,
2012 R2,
Aggregate,
AX,
Axapta,
BI,
Business Intelligence,
Cube,
Dynamics AX,
Inventory,
inventory turns,
InventSumDateTable,
InventSumDateTrans,
InventValueCube,
OLAP,
R2
Wednesday, April 10, 2013
Slow Inventory Reports
A user over on the AXUG Community recently posted a question about poor performance on the standard AX Inventory reports, specifically Physical Inventory by Dimension. It turns out the fix ended up being to clear the records in two tables in the database that are used only for building this report. Normally the records are created, the report run, and then the records are deleted. However if the process is cancelled the records can be left behind. Multiple users reported the same issue.
If you are having this issue or even minor performance issues with these reports, look into deleting all of the records in the InventSumDateTable and InventSumDateTrans tables via SQL.
If you haven't joined the AXUG Community forum yet go check it out. It's a great free resource for users.
If you are having this issue or even minor performance issues with these reports, look into deleting all of the records in the InventSumDateTable and InventSumDateTrans tables via SQL.
If you haven't joined the AXUG Community forum yet go check it out. It's a great free resource for users.
Subscribe to:
Posts (Atom)