cancel
Showing results for 
Search instead for 
Did you mean: 

OnLeadSelect for MasterColumn in a table isnt working

Former Member
0 Kudos

Hello,

I have a table with a hierarchy inside it . I used MasterColumn to bind the node with Recursivenode. When I use the onLeadSelect method, its not working. I have seen couple of blogs and forum posts, I think they were dealing with NW04.

I am trying to find whether it is fixed in NW04s or any standard workaround there. I appreciate if somebody can give me a sample code to achieve this.

I want to retrieve the row the user selected and values of the row.

Thanks,

Raj Peddisetty.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The Followind Code works, and the problem is resolved. Thanks to Valery.

for(IPrivateMDXQueryConstruction.IResultTreeTableElement current = wdContext.currentResultTreeTableElement();

null != current;

current = current.currentResultTreeChildElement()

)

ele = current.getMEMBER_UNIQUE_NAME();