Hello
I would like to know what condition to put inside an element to change what it shows (otherwise a text) depending if a Repeating Group is empty or not.
Thanks
Hello
I would like to know what condition to put inside an element to change what it shows (otherwise a text) depending if a Repeating Group is empty or not.
Thanks
Use RG:count < 1
expression.
Be sure not to use RG:count is 0
cause there is a bug that leads to huge WUs consumption. Details here:
This RG: count < 1 is in Repeatting Group or in the element would be like change?
Thanks
It depends on what you’d like to achieve. If you would like to hide RG and show some text element like “No results” - you will need to manage both elements conditionals when they should be shown or hidden.
OK thanks