Krishna
3 years agoValued Contributor
Data Cell Conditional Input rule ???
All - I am working on Conditional Input rule and when I create a Finance rule & attach to the Cube business rule it is working but when I am trying to call the Finance rule or extender rule using DM job it is not locking the cell. Any idea? why it is not working? Any input is appreciated. Thanks
Case Is = FinanceFunctionType.ConditionalInput
'If api.Pov.Time.Name="2022M1" Then
If api.Pov.Scenario.Name="Forecast" Then
'If api.Pov.Account.Name.XFEqualsIgnoreCase("ReadAccts") Then
Return ConditionalInputResultType.NoInput
'End If
End If