I would like to build hierarchies with as much as depth possible to offer users "navigation paths" to their data.
Often, I am blocked as the metadata can not be properly placed into multilevel hierarchies due to source data constraints. Or if I manage to solve it, I can only make one navigation path and not an alternative that mixes the levels.
Consider for example the following cost center structure: Business Unit > Manager > Department > Cost Center
To enforce this structure I have to do a lot of preparation in the ETL to ensure these relations will exist all the time.
Would it be possible in icCube to define for this (and similar) examples 4 hierarchies:
- Business Unit -> flat Business Unit -- links to fact
- Manager -> flat hierarchy Manager -- links to fact
- Department -> flat hierarchy Department -- links to fact
- Cost Center -> flat hierarchy Cost Center -- links to fact
and as a next step define the following hierarchies based on these (a bit similar to the icCube's MDX+ Category function):
hierarchy/ navigation path:
Cost Center (BMDC)
level 1: [Business Unit]
level 2: drill down to [Manager]
level 3: drill down to [Department]
level 4: drill down to [Cost Center]
but also:
Cost Center (MBDC)
level 1: [Manager]
level 2: [Business Unit] (that belong to this manager)
level 3: [Department] (that belong to this Business Unit)
level 4: [Cost Center] (that belong to this Department)
or a slowly changing structure like this:
Cost Center (Year)
level 1: [Year]
level 2: [Business Unit]
level 3: [Cost Center]
or just a useful end-user navigation path like this:
Product - Customer
level 1: [Product]
level 2: [Customer]
Then, as a logical next step, I would like to use these navigation paths in the dashboard filters to display the hierarchy for the end-user to navigate through. Very powerful in my opinion.
Is something like this possible to do in icCube?