I have sharepoint list with several columns - month, year and some custom data. I want to provide 2 dropdowns to allow user select month and year to filter rows.
How can I apply 2 filtering criteria?
Thanks,
Juraj
The List View WEbpart allows only 1 connection at a time (source, look at the notes under the "Ways to filter a List View Wep Part" header) so the described approach won't work. There is a work around though: by using the Data View WEbPart (DVWP or DFWP (Data Form webpart as it is sometimes called)) through SharePoint Designer to create a webpart that mimics a list view.
The DVWP ships with all versions of sharepoint and is basically a regular gridview, and pretty much the most customizable webpart there is when it comes to displaying list data.