Hi All,
Here is my question:
I have a large contacts list. I wish to use a form web part to collect filter values as a kind-of search function:
i.e. The user can enter a complete (or fragment of) first name and/or last name and/or department (perhaps from a drop down) and hit 'Go' to get the filtered results.
I have this working fine using a form web part connected to parameters in a dataview for FirstName begins with OR LastName begins with [Parameter].
I would like this to work with an AND operator, unless the field is blank.
It's that last bit that is stumping me...
It may be that XSLT Filtering can help by evaluating the cotent of the parameter, but I don't know this very well esp not the concept of wildcards from the data?
All your help much appreciated!
Thanks
Ben