Dashboard Extender BR - Get data cell value

BillHandelman
New Contributor II

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?

1 ACCEPTED SOLUTION

BillHandelman
New Contributor II

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

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

View solution in original post

1 REPLY 1

BillHandelman
New Contributor II

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

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