Skip to main content
April 24, 2024
Solved

Dashboard Extender BR - Get data cell value

  • April 24, 2024
  • 1 reply
  • 0 views

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?

Best answer by BillHandelman

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

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

1 reply

BillHandelmanAuthorAnswer
April 24, 2024

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

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