Fitting this syntax in BIP window
I know there are limitations on the number of characters that we can use in the BIP Properties window and to use the help text. If that is not enough to use the field browser. Well that even truncates my code.
Here is all the code that I need to use:
<?((sum(AC_EARNINGS[REPORTING_NAME='CmpEarn40']/CURRENT_HOURS)+sum(AC_EARNINGS[REPORTING_NAME='CmpEarnRetro']/CURRENT_HOURS))*0.5
+(sum(AC_EARNINGS[REPORTING_NAME='CmpEarn40']/CURRENT_HOURS)+sum(AC_EARNINGS[REPORTING_NAME='CmpEarnRetro']/CURRENT_HOURS))
+(sum(EMPLOYEE_ACCRUALS[ACCRUAL_CODE='Comp24']/CURENT_AMOUNT))+sum(EMPLOYEE_OTHER_INFORMATION[NAME='Comp 40 Unrep Retro Earned This PP']/VALUE)
Here is all the code that I need to use:
<?((sum(AC_EARNINGS[REPORTING_NAME='CmpEarn40']/CURRENT_HOURS)+sum(AC_EARNINGS[REPORTING_NAME='CmpEarnRetro']/CURRENT_HOURS))*0.5
+(sum(AC_EARNINGS[REPORTING_NAME='CmpEarn40']/CURRENT_HOURS)+sum(AC_EARNINGS[REPORTING_NAME='CmpEarnRetro']/CURRENT_HOURS))
+(sum(EMPLOYEE_ACCRUALS[ACCRUAL_CODE='Comp24']/CURENT_AMOUNT))+sum(EMPLOYEE_OTHER_INFORMATION[NAME='Comp 40 Unrep Retro Earned This PP']/VALUE)
0