I am trying to calculate the sum of two numbers. The problem I'm running into is that I don't know which number will be present. The user selects an Infraction type, and based on the infraction, a specific number is shown "Points Added for this Infraction". I have a field rule to only show the user the number of points that will be added based on their selection. In the "Points Prior to Infraction" field I have that number being pulled from a SQL server based on the employee's ID number. How do I add the "Points Prior to Infraction" to another field based on their selection for the infraction, and have it show up in "Points After Infraction"?
Thanks!