I have a form with a repeat that capture the information of apartments in a building. One of the information captured is the floor number of the apartment in the repeat.
Since the enumerator should start from the highest floor to the lowest one, I want that when the enumerator entered the floor number in each repeat to compare it to the floor number of the previous repeat since it should be less or equal (but not more).
Is there a way to do that?