Exclude specific records from a list

3 posts by 2 authors in: Forums > CMS Builder
Last Post: 9 hours ago   (RSS)

Hi Mark, 

Try this:

    'where'       => " category LIKE '%Telecoms%' AND num NOT IN (421,83,122)",

Just replace the numbers with the ones you want to exclude.

Let me know if that works for you.

Dave Edis - Senior Developer
interactivetools.com

Yep that worked, thanks Dave :)