Hi all
Wonder if its possible to create a report which shows the inventory history of a particular inventory item? e.g. If I enable Inventory History for Computer.Memory.Physical.Bytes Total, can I later generate a report for all devices which I have upgraded RAM and how much was the upgrade/difference?
Chyr
not from within the product, no. You'll need to access the database directly (think Crystal Reports) and pull from the inventoryhistory table.
I have been looking for similar functionality. There is a product out there called iRecall that utlimately does the entire inventory history. It might be more than you are looking for but possibly worth considering.
Thanks guys for the reply. iRecall looks interesting and I'll give it a try.
Chyr
What should we do to get in the canned reports? So many times this question has been asked?
You don't get it out-of-the-box. If you want canned reports, you need to contact NetworkD and ask them about iRecall.
If you want to guarantee something is in the product that is not in the product, such as a report your want, you have to pay for it yourselves. If you work with your reseller to cost the time to have the report created, it is usually simple to add the report to the next version.
If you submit an enhancement, there is no guarantee the enhancement will even make the radar of things needed to add to the next version.
By the way...in this instance I don't see why you cannot do this very easily by running a CSV report now. And then running the same report later and merging the two.
Create a CSV report that has two fields:
Computername, Bytes Total
machine1, 256 MB
machine2, 384 MB
etc...
Then do the same report after the upgrade.
Computername, Bytes Total
machine1, 512 MB
machine2, 1024 MB
etc...
Now open both csv file in excel, and copy the Bytes Total column from the second report to the first report. Add a subtraction in the fourth column.
Computername, Original Bytes Total, New Bytes Total, Difference
machine1, 256 MB, 512 MB, 256MB
machine2, 384 MB, 1024 MB, 640MB
etc...
Now you have all you data in excel and you can do any of the pretty excel charts you want.
Here's more information and some examples of this technique in action: http://www.droppedpackets.org/inventory-and-slm/interxtips2007.ppt/view
|
|||||