1. NielsHenrik
  2. Support
  3. Tuesday, April 07 2015, 11:29 AM
I am trying to select users based on the checkmarks in a checkbox variable.
The variable is defined as:
Be|Bestyrelsen
KU|Kunstnerisk Udvalg
FU|Festudvalget
By|Byggefonden

I want to enter en expression in the SQL WHERE field which will return all the users with e.g. checkmark in Bestyrelsen, but all I have tried returns an empty result.
Please explain what I should write
Accepted Answer
Fiorino_De_Santo Accepted Answer
Hi,
in database the checkbox or multiselect values are store in JSON format, so you can use something like
alias_field LIKE '%"Be"%'


Json format is something like this:
["FU","Be"]
  1. more than a month ago
  2. Support
  3. # Permalink


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.