How do you do filter not equal?
-
I’m trying to filter the pdb_list, to only show first name, last name, email, and services and to only show records where the services field is not empty. Not having much luck. What I’m getting is the email and the services for all the records. This is my shortcode:
[pdb_list fields=”first_name, last_name, email, services” filter=services!]
I’ve tried a number of different ways to do “not equal” but none of them work. I have gone into phpmyadmin and the Null values in that column to ”.
Thanks in advance.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘How do you do filter not equal?’ is closed to new replies.