Hide the firs item on the repeating group

Hi eveyrone,

I would like to hide the first item on a repeating group. Thus, the user cannot delete or edit the profile (Below the picture to understand).

So could I hide the first item on the repeating group ?

Thank you


Hi there, @thomascope… this topic comes up a good amount, and the answer is you don’t hide items in a repeating group… you add constraints to the repeating group’s data source or use operators to make sure the appropriate items are being shown. So, in your case, maybe you can add the :minus item operator or the :items from # operator to the end of the data source expression to get rid of that item.

Hope this helps.

Best…
Mike

2 Likes

Okay I’m gonna checking!
Grazie mille Mike

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.