Forum Discussion
T_Kress
Contributor III
One option would be to use a conditional no input Finance BR and attach that to your cube(s). The no input rule would appear as follows:
Case Is = FinanceFunctionType.ConditionalInput
If api.Pov.View.Name.XFEqualsIgnoreCase("Annotation")
Return ConditionalInputResultType.NoInput
End If
Return ConditionalInputResultType.Default
This would make all V# Annotation intersections Read Only, always. If you need to only have them be Read Only in certain instances, you can include other IF statements.
jurgenkaiser12
3 months agoNew Contributor II
Thanks Terasa
We managed to solve this
Related Content
- 9 months ago
- 8 months ago
- 12 months ago
- 7 months ago