Hi

I've 2 dataviews shown as dropdownlist to filter the 3rd dataview. I defined
2 filters on the 3rd dataview, then connected both ddl-dataviews to the 3rd
dataview. The ddl are filtering the content with the event onchange. All is
working fine expect if I select the 1st filter and then the 2nd, the 1st
filter has no more effect.

I added an item "Select all" with value "##dvt_all##" to the ddl's, but I
get an error. How can I force the dataview to show all records.

I think booth problems are related, if I can kill the filter all records
will shown and I can start to filter.

Thank's

Re: Filter problems with dataview webpart from sharepoint by Stefan

Stefan
Wed Jun 08 04:01:31 CDT 2005

You may want to try the WSS newsgroup at news://msnews.microsoft.com/microsoft.public.sharepoint.windowsservices


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Daniel" <Daniel@discussions.microsoft.com> wrote in message news:E9387D90-252B-419B-A206-B1685947E0DE@microsoft.com...
| Hi
|
| I've 2 dataviews shown as dropdownlist to filter the 3rd dataview. I defined
| 2 filters on the 3rd dataview, then connected both ddl-dataviews to the 3rd
| dataview. The ddl are filtering the content with the event onchange. All is
| working fine expect if I select the 1st filter and then the 2nd, the 1st
| filter has no more effect.
|
| I added an item "Select all" with value "##dvt_all##" to the ddl's, but I
| get an error. How can I force the dataview to show all records.
|
| I think booth problems are related, if I can kill the filter all records
| will shown and I can start to filter.
|
| Thank's