1. vinnie
  2. General
  3. Friday, July 12 2019, 06:15 PM
Good evening,
I'd like to know about SQL WHERE in the User Map module.
Can I filter users by 2 custom fields, with 2 "alias_of_field = 'value_to_filter' "?
Is that possible? If yes, how to do it?
thanks!
Accepted Answer
admin Accepted Answer
Admin
Hi,
Custom SQL Where parameter uses SQL syntax, so you can use a code like this:
alias_of_field = 'value_to_filter' AND 
alias_of_field = 'value_to_filter'
  1. more than a month ago
  2. General
  3. # Permalink
vinnie Accepted Answer
That's right!
Thank you!
  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.