CDE Dashboard drill down of multi level hierarchical dimensions
Posted Sun, 04/09/2011 - 00:04 by udid
Multi-level hierarchies are very common for data analysis,
for example user wants to drill the data by continent, country, state and city.
CDE does not have out-of-the-box support for multi-level drills, so we will develop one.
We will use:
- MDX queries to retrieve the members of each level
- javascript code to extend the default html selectors
- CDE to tie it all together
