Hi there, I'm trying to build an asset register in smartsheet with parent rows for the initial addition of the asset record and then child rows to record any future tickets logged against that asset and the corresponding asset status (so the asset history can easily be tracked). The objective is to provide customers with a live view of asset status by make/model.
I have a column to input the date the row was added to the asset register so, in theory, I was hoping you could generate a report or dashboard that either shows the parent row data if there are no child rows and if there are child rows, pull in only the row with the most recent date.
Report table would ideally look something like this:
Summary:
- In-stock - XX qty
- Delivered - XX qty
- Collected by retirement provider - XX qty
- Awaiting assessment - XX qty
- etc
Make/Model breakdown
In-stock:
- Asset type 1 qty
- Asset type 2 qty
- etc
Awaiting Assessment
- Asset type 1 qty
- Asset type 2 qty
- etc
Is this possible?