objectdatasource filterexpression question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a filter expression now but I want multiple filters

filterexpression="ID1=(0}; ID2 ={0)"

This is baiscally what I am trying to do with no success. As it is I can
only do one filter and yes I have control parameters set in <FilterParameters>

Thanks
 
i found my answer in one of my books which led me to a different book and its
actually pretty logical

(ID = 'something') AND (ID2 = 'somethingelse')

Thus you have to build the on a button event after the user selects all the
dropdown options for example. Its works like a dream :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top