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
760
Get Underlying data
posted

When I double-click on a cell, I'd like to access the underlying row that was used for the calculation.

I'd like to loop through every column for that row,  access the values to know which row was clicked.

Basically to help us build a drilldown report for that row.

 

How can this be achieved?

Parents Reply
  • 760
    posted in reply to A

     

    We would be happy if we are able to atleast the following details,

    For example,  from the attached screenshot.. 

    i) if the user double-clicked on the value "66", we should be able to get something like "Region = East"

    ii) if the user double-clicked on "36". , we should be able to get something like "Region=East AND Gender=Boy"

    iii) if the user double-clicked on "30". , we should be able to get something like "Region=East AND Gender=Girl"

    Pls. suggest if there's a way to get these details from the current version...(on a cell double-click event)

     

Children