04-24-2024 02:14 PM
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?
Solved! Go to Solution.
04-24-2024 03:30 PM
Thank you to Austin Wise for the following which is what I needed.
GetDataCellUsingMemberScript(si, "Cube", memberScript).DataCellEx.DataCell.CellAmount
04-24-2024 03:30 PM
Thank you to Austin Wise for the following which is what I needed.
GetDataCellUsingMemberScript(si, "Cube", memberScript).DataCellEx.DataCell.CellAmount