Insert List as a DataSource and Filter it according a parameter .
Hello ,
- I have a List (ProjectList) in my SharePointSite .
- Then I create an new Page.aspx by SharePoint Designer .
- I open DataSourceLibrary ..... Then SharePointLists ..... select ProjectList......RightClick and Choose insert DataSource Control .
- When The DataSource Control Created . Then I need to Filter it .- I choose Configure DataSource and Press Button " Filter " . The "Filter Criteria " windows is opened .
- In this windows there is a problem : The Value Column forced me a put a static value and cannot create a new parameter .-
So How I can Create a new Parameter in a value column .
ASk- CambiadoMike Walsh MVPMVP, Moderadorjueves, 02 de julio de 2009 9:39spd q (From:SharePoint - Development and Programming)
Respuestas
- Hi,
It seems you cannot use parameters when filtering in the Data Source.
Why do not use a Data View Web Part where you would be able to filter data received from your data source by parameters, for example by one that received from a filter web part?
Peter- Marcado como respuestaXue-Mei Chang-MSFTMSFT, Moderadorjueves, 09 de julio de 2009 8:47
Hi,
As Peter said, you cannot use parameter to filter a data source in SPD. You should insert a data view and set the data source to the list, after this you can filter the list by parameters. You can create data view parameter from (in the data view>click “common data view tasks”>”Parameters”).Hope it can help you.
Xue-Mei Chang- Marcado como respuestaXue-Mei Chang-MSFTMSFT, Moderadorjueves, 09 de julio de 2009 8:47
Todas las respuestas
- SPD questions go to Design/Customization. Moving this
WSS FAQ sites: http://wssv2faq.mindsharp.com and http://wssv3faq.mindsharp.com
Total list of WSS 3.0 / MOSS 2007 Books (including foreign language) http://wssv3faq.mindsharp.com/Lists/v3%20WSS%20FAQ/V%20Books.aspx - Hi,
It seems you cannot use parameters when filtering in the Data Source.
Why do not use a Data View Web Part where you would be able to filter data received from your data source by parameters, for example by one that received from a filter web part?
Peter- Marcado como respuestaXue-Mei Chang-MSFTMSFT, Moderadorjueves, 09 de julio de 2009 8:47
Hi,
As Peter said, you cannot use parameter to filter a data source in SPD. You should insert a data view and set the data source to the list, after this you can filter the list by parameters. You can create data view parameter from (in the data view>click “common data view tasks”>”Parameters”).Hope it can help you.
Xue-Mei Chang- Marcado como respuestaXue-Mei Chang-MSFTMSFT, Moderadorjueves, 09 de julio de 2009 8:47

