Hiding in a RG group

Hi all,

In my product DB there is a field called isVisible that has yes or no. This filed I want to use to display the data yes or no from the record. I can get it working in a RG group with a Conditional but I need to put a Conditional in every Element in the RG. Quit some work but the output is not what I want it to be. There is a white spot where normally the element info should be.

I need the white spot in the RG to be gone.

Any tips for me.

Thanks all, Dirk

Hi there, @Dirk-Ummy… if I understand your post correctly, you shouldn’t be using conditionals on the elements to get the desired result. Instead, you should add a constraint to the repeating group’s search where isVisible = yes so that only the things you want to show in the repeating group are returned in the search.

Hope this helps.

Best…
Mike

Hi @mikeloc , thanks for the quick response and it is the solution. Thank you very much.

Thanks Dirk.

1 Like

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