I have four fields that calculate the sum of repeats (related to the amount of funding). I want to calculate the sum of all of the summed repeats, however, when I use the following calculation, nothing appears in the field (I have tried two options and neither work):
option 1: ${sum_funds_est_nfhp}+${sum_funds_est_other}+${sum_funds_est_match_nonfed}+${sum_funds_est_match_fed}
option 2: int(${sum_funds_est_nfhp})+int(${sum_funds_est_other})+int(${sum_funds_est_match_nonfed})+int(${sum_funds_est_match_fed})
I've attached the group with the repeats for reference.
Thanks!