I need a way to do a very simple calculation on one of the rows in my table. The forms user will input the monthly base salary in both columns (current and effective), they will also input manually the PI Pay amounts. I was trying to allow the forms user to skip the annual base salary row because it is simply whatever was input on the monthly row above times twelve (*12).
The name of the table is:
Salary_Schedules
Column 1 are the row titles
- Monthly Base Salary
- Annual Base Salary (the row I need to calculate *12 from "Monthly Base Salary")
- Annualized PI Pay Amt
Column 2 Current_Salary_Schedule_Monthly "Current Compensation"
Column 3 New_Salary_Schedule_Monthly "Compensation Effective"
When I view the variables of this table in variable management, the only thing I can see is the column headers as variables, not what each "cell" variable name or field ID would be.
Would this need to be handled via Java script or CSS?
My only other option is to bail on the look of the table all together and use single line fields and currency fields independently, which is fine, but was hoping to keep the clean look of the table if possible.
Thank you community in advance for any and all input!