Consolidating FIX Statements
Summary:
Content (please ensure you mask any confidential information):
I have an out of the box/implementation rule that has multiple FIX statements. Can I consolidate them all into one FIX statement? See part of the rule below.
Version (include the version you are using, if applicable):
PBCS 23.11.60
Code Snippet (add any code snippets that support your topic, if applicable):
FIX (@RELATIVE("Total Employees", 0))
@IDESC("TaxEarn");
ENDFIX
FIX (@RELATIVE("Total Employees", 0))
@IDESC("TotBene");
ENDFIX
FIX (@RELATIVE("Total Employees", 0))
@IDESC("Total 401k");
ENDFIX
FIX (@RELATIVE("Total Employees", 0))
@IDESC("TotTax");
ENDFIX
FIX (@RELATIVE("Total Employees", 0))
@IDESC("TotalComp");
ENDFIX