1. francis-saa-dittoh
  2. General
  3. Thursday, March 22 2018, 03:49 PM
Hi, I have a checkbox with option list (I have tried numbers as well)

accra_office|Accra Office
directorate_of_procurement|Directorate of Procurement
estates_directorate|Estates Directorate
finance_directorate|Finance Directorate
ict_directorate|ICT Directorate

My User List module is not listing anything with office = "ict_directorate"

Other fields work normally with the same module

Please advise
admin Accepted Answer
Admin
Hi,
checkbox field type store data into JSON format, so to have a correct Custom SQL Where it should be something like:
office LIKE '%"ict_directorate"%'


docs at http://docs.easy-profile.com/index.php/article/sql-custom-where
  1. more than a month ago
  2. General
  3. # 1
francis-saa-dittoh Accepted Answer
Thanks a lot. I missed that in the article
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


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