I have a custom field 'internal'
The the field has a number of selections
0|Executive Team
1|Main Committee
2|Planning sub-committee
3|Administration
4|Member
I am trying to display just Executive team members in the user list
So I set the SQL to be this: internal = (0)
But when I use this it selects everybody
How can I just select the Executive team??
Any help would be great