1. NielsHenrik
  2. General
  3. Wednesday, February 22 2017, 12:36 PM
I want to filter a user list for all user with an empty value in a checkbox (and alternatively all users with any non-empty value in the checkbox). How to do that?
admin Accepted Answer
Admin
Hi,
you can use "Custom SQL Where" parameter (docs at http://docs.easy-profile.com/article/sql-custom-where).

In your case:
checkbox_field_alias = ""


and alternatively all users with any non-empty value in the checkbox

You can try something like this
checkbox_field_alias <> ""
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.