Dynamic View - User pick values for several Fields then see view of doc's matching the field choices

I need to let the user pick data for several fields then pass into a view selection formula. (ex: user wants to pick Country, Brand, Rep, Channel and see view of those docs). Has anyone been able to give user a ‘selection panel’ to drive the view selection formula?define several fields for user to specify values that would then pass into the selection formula of a view? I tried embedded view but wonder if there is a limitation of one single (field) category that passes to the view selection formula. Hoping there’s a way or other approaches/ideas?

Thanks, Phyllis

Subject: Dynamic View - User pick values for several Fields then see view of doc’s matching the field choices

you could consider doing a full text search. This would be faster than building a personal view on the fly

wim stevens

Subject: RE: Dynamic View - User pick values for several Fields then see view of doc’s matching the field choices

You could do a search on the values a users selects i.e. prompt them to enter values, then using this information, do a db.search …

put the results into a folder and there you have it… a view that a user can see all there matching results…