Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Double Filter?

New Here ,
Oct 10, 2011 Oct 10, 2011

I have a page that displays data from a mysql database and I can successfully use one filter however I need to filter the recordset by two different fields. Is this possible in the advanced settings? Any help is awesome. Thanks a lot.

TOPICS
Server side applications
553
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 10, 2011 Oct 10, 2011

SELECT * FROM table WHERE field1 = 'whatever' AND field2 = 'whatever2'

Sure - you can do that in the advanced section.  Just add another filter to the WHERE.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 26, 2012 Mar 26, 2012
LATEST

***ANSWERED***

...as far as i'm concerned.

THANK YOU to Murray for your clear, concise, & perfect answer. i've been searching & reading for hours on how to do this, and ALL the other solutions so far were so convoluted and hard to understand. but yours was simple and exactly what i needed.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines