Forum Discussion
While I can figure out how to select the dimension via parameter to feed another parameter to pull the dimension name, the real problem, as I think about it, is setting the dimension type for the row. I don't think there's a way to set that programmatically (or not one that I've found so far). I haven't given up, but that's today's roadblock.
There are a variety of ways to get the DIm Type for a given row header. One of them is shown in the code posted above (circled in green below as well). Its the dim name that we need to pass in to GetMembersUsingFilter that seems to be the mystery. Dimension name cannot come from a hard coded param, we need it from an object within the CubeView object hierarchy for the Report currently being parsed.
Related Content
- 3 years ago
- 3 years ago
- 3 years ago