Hi
We are filtering SharePoint list by passing multiple parameters (which will be having And and OR Conditions) through query string in SharePoint designer 2010.
Here we are filtering based on different combinations as Group using Data-view parameters. In this case we can only write one group of condition for a Data-form web-part, hence it requires multiple Data-form web-parts for multiple combination.
So, I have a plan to use XSLT/Xpath expression . Whether it is preferable or not. If it is preferable then please let me know how to do.
Thanks in Advance.