Is there a way to skip in calculation manager
Summary:
Content (please ensure you mask any confidential information):
I have a business rule that uses a prompt for entity. In the rule I have one calculation to convert to USD, another to convert to EUR. However, I don't need to run the EUR on all entites. How can I write this to skip the EUR conversion if certain entities are selected?
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
FIX (&CurrentVersion) |
|---|
FIX (@LEVMBRS ("TotalComp" |
"USD_Reporting" ( |
IF (@ISMBR ("Forecast")) |
IF ((@ISMBR (&FcstYr1) AND @ISMBR (&CurrentMonthWFP:"TP12")) OR @ISMBR (&FcstYr2) OR @ISMBR (&FcstYr3) OR @ISMBR (&FcstYr4)) |