Hi,
I have a “Email” field for companies in my database, and I’d like to have a filter for my repeating group to filter “Companies with email only” (so email not empty), “Companies without email only” (so email is empty), or “Companies with or without email (all)”.
How can I do that, as I can’t put conditions on “is empty” and “is not empty” for the field Email?
Here I can’t put a condition for “is empty” / “is not empty”.
So for the moment I’m doing this :
Depending on the value of my url parameter “Yes/No/Whatever”, I change the data source of my repeating group by intersecting it with a “Do a search for” (with for example as shown below, the list of companies without emails).
This is working, but I need to do that for many fields, and so I have to create multiple “hidden” repeating groups, and I don’t think that’s the best practice!
Thanks for your advices!