![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Our custom built client application is a collection of linked reports. A user can open one report from another. When opening the next report, we collect the information from the previous report and use that to dynamically build the MDX for the next report. E.g.: a report could consist of Divisions on rows and Products on columns. A next report could then be the Clients on rows and Products on columns for the clients of the Division that the user clicked on. We use the information in the Axes objects returned by the Cellset object(Cellset.Axes(Y_Axis).Positions.Members.Uniq ueName) to construct the MDX. In some reports we use the VisualTotals function. The rows that have re-calculated totals contain no metadata, so we cannot link through to another report... The information like Key or UniqueName seems totally lost. Is there any way to set or retrieve the properties of substituted totals ? If not, is there a way to get both the totals and the visualtotals for a filtered set ? Thanks for all help! Tom |
#3
| |||
| |||
|
| With Set [CustomerSet] as |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |