I need to let my user pick from dropdown values of ALL, Female Only or Male Only
But in my database I have a field gender which is Male or Female.
Is there a way to have the drop down values not be exactly what is displayed, but an internal value? I remember in html there’s ability to have drop down’s display value and internal value be different.
Otherwise, doing my database query, I have to change my drop down to be ‘Female’ or ‘Male’ which makes less sense.
So I was able to match my database field by changing it to what you see here
But the query only works for ‘all’ when you select the blank entry. I thought it might work as it matched none, and would be null based on this repeatinggroup query