Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
285
Click Event on RowHeaderCells
posted

Hi,

Is there any event I can subscribe to that triggers when I click on a RowHeaderCell? What I'm trying to do is say my first dimension attribute is Company Name, I would like to be able to click on that item name, get out the MemberData.Name property ([Company].[Company].&[{Guid}]], and use that Guid to open up another window that allows me to see the details behind the aggregated data. Is there any way to do this?