I have an OLAP for lightswitch and I want to load different OLAPX to show different views and analysis setup let say
1. Products count per month per sales man
2. Products count per sales man
3. Product category count per product
4. Category count per product
All of them are using same OLAP view and query, it just the definition or the columns and rows will be be different. I know that there is the "open OLAPX" function in the control that will load the definition by browsing the *.olapx file, but I want to achieve that those 4 options stated above by just selecting it maybe on a dropdown box. In the long run the the OLAP definition might be added or deleted or not even show depending on authorization.
Putting a code-behind just to access the OLAP object in the code is fine with me as long as i can achieve it.