V
VJ
Hi,
I have a Localcube (*.cub) with a couple of dimensions. One of the dimension called "Stock" has a "member property" - "StockName" defined.
Using OWC XP pivot table user interface I can view or hide the memberproperty value displayed in tool tips and also on the report. But I couldn’t find any property or function that can be used to extract the memberproperty value programmatically.
I tried using the "PivotTable1.ActiveView.FieldSets("Stock").Member.ChildMembers(0).Field.MemberProperties(0)" but this does not expose any methods or properties to access the property value
Am I missing any other object or property to get the memberproperty value
Thanks
Vija
I have a Localcube (*.cub) with a couple of dimensions. One of the dimension called "Stock" has a "member property" - "StockName" defined.
Using OWC XP pivot table user interface I can view or hide the memberproperty value displayed in tool tips and also on the report. But I couldn’t find any property or function that can be used to extract the memberproperty value programmatically.
I tried using the "PivotTable1.ActiveView.FieldSets("Stock").Member.ChildMembers(0).Field.MemberProperties(0)" but this does not expose any methods or properties to access the property value
Am I missing any other object or property to get the memberproperty value
Thanks
Vija