gsfeliu
3 months agoContributor II
CellStatus retrieves a different status than shown in the Cube View
Hi all,
I'm trying to build a CV with Entities on rows and Scenarios on columns that will show the status of the cell with the help of a Dynamic Calc.
Here's the aspect of the CV (Scenario and UD...
- 3 months ago
I wonder if you dimed the cell status as a True or False Boolean like this:
Dim isReadonly = BRApi.Finance.Data.GetDataCellUsingMemberScript(si,"Your YourCube","YourCellPOV").DataCellEx.DataCell.CellStatus.ReadOnly If Not isReadonly Then Whatever you want to do End If
If it would behave differently?
I am doing something similar and it is working for us.