I have an assets schema in which software is registered. To illustrate my problem, I have created a very simplified schema: A software is divided into three objects in the following hierarchy:
Software
- Software Identification
- Support Contract
Software is the generic software title, supplemented with the department that supports the software (MS SQL Server, for example):
I have been tasked with creating a report that lists per department (software) how many software versions are no longer supported (date on the support contract). Unfortunately, I don’t see a way to use the departments as a dimension and sum up the support contracts from this object type, as the reference directions are not following the hierarchy:
Software ← Software Identification → Support Contract
The solution requires creating custom hierarchies in the Object dimension and a highly tricky formula for counting the expired licenses per Department. As an introductory source, I recommend checking this article on how to create a report with inbound references:: Assets: How to Import "Inbound References" in eazyBI
I created a similar object schema for demonstration: