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

Double Filter?

New Here ,
Oct 10, 2011 Oct 10, 2011

Copy link to clipboard

Copied

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

Views

485

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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