Check if iterator is empty after filtering

Hi. Is there a good way of checking the amount of results from the filtering on an iterator?
I want a container below the iterator list to be visible, only if the iterator shows no items.

Its a bit tricky to make the reverse filtering

Best Regards,
Fridtjof Mollatt

Hi! This sounds like it could be a case for Client Filters? There’s a video in the link below as well demonstrating it :wink:

1 Like

Hey @Fridtjof! If you use Client Filters, you get access to the built-in Is Empty and Is Not Empty properties, which make this most straightforward. Otherwise, you can still achieve this with the use of the function editor for evaluating the visibility condition.

1 Like