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.
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.