Can we make one entity Parent of 2 Child Entities
I have a Use Case where I must show totals as KPIs for a few Data Points.
The Data Points are at an intersection of 2 Entities - non-related to each other
If I use these cubes directly to show the KPI, the KPI Value changes by changing the page's selectors.
I was trying to bypass this by creating an entity that is the parent of both these entities and then storing data in a second KPI cube using a data flow.
Please let me know if someone has came across something similar
Accepted Answer
-
Hi @Adwait ,
since the system is using the relationships to create aggregationpaths along the hierarchies, this is not possible.
You could, however, use a mapping cube to "connect" those entities to each other. That cube would combine the source and target entity by a "1" on each desired match.Best,
Helmut0