| 
Welcome, Guest

[SOLVED] List filters are not applying
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: [SOLVED] List filters are not applying

[SOLVED] List filters are not applying 1 year, 11 months ago #127159

  • Posts:
  • Karma:
I have two test users "John Doe" and "Jane Doe". I've created a new field called, "List Type", which is a "Multicheckbox". When I have a list set to display my Registered users...both my users show. When I apply a filter of:

`cb_tkdlists` = 'Students'

...my list is blank. One of my test users has "Students" selected. I've tried LIKE, as well, nothing.

Thoughts?

Post edited by: krileon, at: 2010/03/19 19:28
The topic has been locked.

Re:List filters are not applying 1 year, 11 months ago #127230

  • Posts:
  • Karma:
Multi-Selects are stored in database as value,value,value; thus need a LIKE filter. Please use the following advanced filter

 
`cb_tkdlists` LIKE '%Students%'
 
Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Documentation - Templates - CBSubs - Hosting - Forge - Incubator - GroupJive
--
If you are a Advanced, Professional, Developer, or CBSubs subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Advanced, Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM EST to 4:00 PM EST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My personal site(s)/link(s): AllMySocials - Tutorials
The topic has been locked.

Re:List filters are not applying 1 year, 11 months ago #127256

  • Posts:
  • Karma:
Thanks. I had attempted the LIKE filter, but didn't think to put the percent signs on either side to denote he wild card(s). Duh.

Thanks, again.
The topic has been locked.
  • Page:
  • 1
Time to create page: 0.72 seconds