I'm wondering if there is a way to have a series of repeats either all refresh their data/calculations, or somehow advance automatically through a predetermined number of repeats?
I have a form for servicing assets located at various sites where each asset is recorded as a repeat. If the asset is inaccessible this is then noted in the repeat. Sometimes an entire site will be inaccessible for reasons, and thus all assets within that site need to then be noted as inaccessible. This can be kind of tedious for the user when they have to individually create and page through several repeats and select "inaccessible." In order to help reduce the tedium I've used a combination of repeat_count, if(selected()) and pulldata() calculations in order to prepopulate not only the number of repeats (i.e., assets) at that site but also mark them all as 'Inaccessible' if a previous null field checks out to 'Site Inaccessible=Yes'.
So far this works great, however I'm noticing that I still have to actually page through all the repeats in order for the calculations to all fire. Ideally I would like it so that as soon as they select the site name and 'Site Inaccessible=Yes', they can just submit the data.