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
60
How to get PivotGrid row value?
posted

We are attempting to retrieve the value of the "SKU" (circled - red) row/cell. We can get the cell value from the column Sales$ (circled - yellow) but the same method does not seem to work for the row values.

Can you please provide us with some direction on this?

Thank you.

Parents
  • 6120
    Offline posted

    Hello Paul,

    In the above PivotGrid, the values circled in yellow and red belong to two different data areas. The value highlighted in yellow is from cell values of measures that are queried for and the one highlighted in red is from the Rows/Columns header cell values. Both values cannot be accessed using the same method.

    You would have to look into the row headers in order to access the value circled in red.

    Please let me know if I may be of further assistance.

Reply Children