The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
BillHandelman
2 years agoNew Contributor II
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...
- 2 years ago
Thank you to Austin Wise for the following which is what I needed.
GetDataCellUsingMemberScript(si, "Cube", memberScript).DataCellEx.DataCell.CellAmount
BillHandelman
2 years agoNew Contributor II
Thank you to Austin Wise for the following which is what I needed.
GetDataCellUsingMemberScript(si, "Cube", memberScript).DataCellEx.DataCell.CellAmount
Related Content
- 4 months ago