Another "where" question.

3 posts by 2 authors in: Forums > CMS Builder
Last Post: June 19, 2012   (RSS)

Re: [Toledoh] Another "where" question.

By Chris - June 19, 2012

Hi Tim,

Is the problem that items.application_group is a Multi-Value List field? If so, you'll want to do this:

'where' => "application_group LIKE '%\t".intval($applicationsRecord['num'])."\t%'",

Does that help?
All the best,
Chris

Re: [Chris] Another "where" question.

By Toledoh - June 19, 2012

Thanks Chris!
Cheers,

Tim (toledoh.com.au)