Here is the puzzle
We are using profit center hierarchy and want user to select region level, then display a chart of only the children in the region
We have an unbalanced hierarchy, meaning a region may or may not have an additional level for district or only profit centers.
We are stuck in that DS does not seem to allow excluding the parent member. This makes charting useless as the parent will blow out the scale.
Olap analysis appears to have this feature, but it is not in design studio 1.5.
We don’t want to have to add a query for every possible level of the hierarchy as there are already way too many queries.
Any idea how to only select children or the lowest level nodes and exclude the parent?
Any advice is appreciated!
Lee Lewis