Its no longer working with SP 2010 scenario url filter options in SharePoint 2013. I still see one or two records filter options out of 10 are still working with SP 2010 filter format url AllItems.aspx?FilterField1=Title&FilterValue1=test
When I researched, it is in the following format:
#InplviewHash{viewid}=FilterField1%3D{columnname}-FilterValue1%3D{columnvalue}
But I have a challenge of even with columnValue of text type as well. The above syntax works well until columnValue and I have a column values like this:
3:16md2051 1:13mp20342 9:16so894 2:16ws2345 (The field type is of text)
However when I manually filter the url shows similar to the screen below:
FilterValue1%3D%250A0%253A16cv3352%250A (Not sure why the text fields are converted like this)
FilterValue1%3D%250A1%253A15cv12730%250A
FilterValue1%3D%250A1%253A15cv13124%250A
FilterValue1%3D%250A1%253A16cv7229%250A
FilterValue1%3D%250A1%253A16cv894%250A
If I replace after %3D with actual column values, the list doesnot return any items. however if I filter column header, the column will will be generated similar to the screen shown above.
Could you please any throw some light? How can I use the filter options using the url.
Thanks
Shri