1. gadocane
  2. Features Request
  3. Thursday, September 22 2016, 04:12 PM
Good morning, I have a problem to set a static filters on Users Lists. I try to filter Users with custom fields, so I create a field named "tipologia" (checkbox type) and 2 values named "artista" and "locale". I try to filter the users that check the value "locale" in the field "tipologia" with the SQL Custom Where parameter:

tipologia LIKE '%"locale"%'

but it dosn't work, and the list doesn't return to me any results.
Can you help me?
Thank you!!!
admin Accepted Answer
Admin
Hi,
can you provide me your site details to check this? you can use the form below the reply in "Site Details" tab (it is private)
  1. more than a month ago
  2. Features Request
  3. # 1
gadocane Accepted Answer
Ok
  1. more than a month ago
  2. Features Request
  3. # 2
admin Accepted Answer
Admin
Hi,
thanks.

I found the problem, you have these options:
0|Artista
1|Locale

values stored in DB are 0 and 1, so the correct SQL Custom Where parameter is

tipologia LIKE '%"1"%'
  1. more than a month ago
  2. Features Request
  3. # 3
gadocane Accepted Answer
Thank you very much!!!
  1. more than a month ago
  2. Features Request
  3. # 4
  • Page :
  • 1


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