Replies: 3
Good morning, I am unable to display the running total of a checkbox field that contains fixed values and formulas. For example, BX is the ID of the checkbox field. In BX I have EO which corresponds to the formula: IF(BX == 44) { 500 } and EI which corresponds to the formula: IF(BX == 2 AND A <= 70) { 1600 } In a total EZ formula, which I add to the total of the entire form, I therefore do EI + EO to get the cumulative total but it does not work, why? On the other hand, if I check just EO or just EI in the BX field, I have the values displayed in the form total. please, can you help me? I have the latest version of the pro plugin and everything is up to date.