Execute a BR upon specific conditions in PBCS
Hi all,
I wonder if it is possible to make a calc that detects some specific conditions and then it executes one business rule or another depending on those conditions.
Usually, you conditional rules will look like:
FIX (you cube region)
SparseMember(
IF (Conditions)
Calc A;
ELSE
Calc B;
ENDIF
)
ENDFIX
I'm looking for something more like:
IF (Contitions)
Launch a very large, complex, almost unintelligible business rule
ELSE
Launch another vary-likely-to-be large, complex, almost unintelligible business rule
ENDIF
Is there a way to do this?
Many thanks in advance.
Regards,
G.S.Feliu