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

RobbSalzmann
Valued Contributor

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

 

1 ACCEPTED SOLUTION

CubeViewGrid...

Works for me in 7.4.

View solution in original post

4 REPLIES 4

JackLacava
Community Manager
Community Manager

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

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.  

CubeViewGrid...

Works for me in 7.4.

That was it.  Thank you.  I guess I should have included that I was working in 7.3.1.  It's there in 7.4.1 - where I'll continue this work.