close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Searching multiple fields from a multi-selection dropdown list

Thread began 9/03/2009 8:49 am by gab13726 | Last modified 9/03/2009 12:35 pm by Ray Borduin | 1620 views | 3 replies |

gab13726

Searching multiple fields from a multi-selection dropdown list

I want to build a query that looks like this:

WHERE (subCatID = 7 OR subCatID2 = 7 OR subCatID = 11 or subCatID2 = 11) AND etc.

The numbers 7 or 11 come from a dropdown list. subCatID and subCatID2 are two fields of the database.

So I want to be able to search two fields with multiple selections from a dropdown list.

I cannot set this up using the DataAssist Interface. Can you tell me how to modify this manually?

The following code does not quite get me there:

'keyword array declarations

'comparison list additions
WAQueryBuilder1_whereClause=BuildFromList("subCatID","subcatID","","=",1,WAQueryBuilder1_wildCard,WAQueryBuilder1_dateSeparator,WAQueryBuilder1_whereClause)
WAQueryBuilder1_whereClause=BuildFromList("subCatID2","subcatID","OR","=",1,WAQueryBuilder1_wildCard,WAQueryBuilder1_dateSeparator,WAQueryBuilder1_whereClause)
WAQueryBuilder1_whereClause=BuildFilterString("dwft","" & cStr( Request.QueryString("minwft") ) & "","AND",">=",1,WAQueryBuilder1_wildCard,WAQueryBuilder1_dateSeparator,WAQueryBuilder1_whereClause)
etc.

It gives me... WHERE ((subCatID = 10) OR (subCatID = 43)) OR ((subCatID2 = 10) OR (subCatID2 = 43)) AND (dwft >= 8) AND etc.

The parentheses are not in the right groupings.

Sign in to reply to this post

Eric Mittman

You are not going to be able to edit this manually to get the parenthesis rearranged, if you know the precise query that you want to use you should just create the recordset for it manually.

If you are trying to do a range search, like matching one value in a series of values then you only need to have a single criteria for this. You can select the columns and then the multi select list as the value. This way you will have a range of values that are checked for that criteria.

Sign in to reply to this post

gab13726

Searching multiple fields from a multi-selection dropdown list

I tried to create an array WAQueryBuilder1_Array = Array("subCatID1","subCatID2") but it will not do this for a dropdown list with multiple selection possibilities. DataAssist sets it up as a keyword search rather than a list search. It does not seem to work.

Sign in to reply to this post

Ray BorduinWebAssist

Your first example looks correct.

Try using:


WAQueryBuilder1_whereClause=BuildFromList("subCatI D2","subcatID","AND","=",1,WAQueryBuilder1_wildCard ,WAQueryBuilder1_dateSeparator,WAQueryBuilder1_whe reClause)

instead of:


WAQueryBuilder1_whereClause=BuildFromList("subCatI D2","subcatID","OR","=",1,WAQueryBuilder1_wildCard ,WAQueryBuilder1_dateSeparator,WAQueryBuilder1_whe reClause)

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...