I was wondering if someone could point me in the right direction. I have a repeat that calculates certain fields and based on that field I want to aggregate and sum up all of the users input. I can successfully do this with the aggregate sum function; However, if the user does not provide an input for that integers field, this aggregate sum function does not populate. Is there a way to assign a default value to the aggregate field of zero so at least the calculation can proceed?