How do I prevent a repeating group from showing all records (things) initially?
Let’s say I have a repeating group showing Employees. I have constraints to show only employees based on the value of another field (element). When the repeating group first loads it shows all employees UNTIL a value has been entered into this other field.
I don’t want to see any employees UNLESS a value is entered into this other field. How do I accomplish this? I run into this situation anytime I have a repeating group. Current practice has been to hide the repeating group until a value has been entered into this other field but I don’t like this method. There must be a better way.
Thanks.