Forum Discussion

BillHandelman's avatar
BillHandelman
New Contributor II
8 months ago

Dashboard Extender BR - Get data cell value

I am working with a Dashboard Extender BR and need to get the value of a cell. In another section of the code I am able to get the value of a cell in the V#Annotation but have not been able to figure out how to get the cell value of the V#Periodic. Any thoughts?

  • Thank you to Austin Wise for the following which is what I needed.

    GetDataCellUsingMemberScript(si, "Cube", memberScript).DataCellEx.DataCell.CellAmount

  • BillHandelman's avatar
    BillHandelman
    New Contributor II

    Thank you to Austin Wise for the following which is what I needed.

    GetDataCellUsingMemberScript(si, "Cube", memberScript).DataCellEx.DataCell.CellAmount