Skip to main content
May 1, 2023
Solved

How to get the Name of a Cube View in Cube View Extender Rule?

  • May 1, 2023
  • 1 reply
  • 0 views

Based on the XML, it looks like I need a reference to the OneStream.Shared.Wcf.CubeViewItem object that contains the CubeView.  The CubeView object doesn't seem to have a property for it's Name.

Does anyone know how to get the name of the Cube View currently calling a Cube View Extender from within the extender rule?

 

RobbSalzmann_0-1682970503044.pngRobbSalzmann_1-1682970519828.png

 

Best answer by JackLacava

CubeViewGrid...

Works for me in 7.4.

1 reply

May 2, 2023

Inside a CVExtender? I guess args.Report.CubeViewGrid.Name ...?

May 2, 2023

Jack, your response is the question I'm asking.  I've looked at every property for every object contained by the passed in CVExtenderArgs.  There is no "args.report.cubeview.Name" property.  

May 2, 2023

CubeViewGrid...

Works for me in 7.4.