Share via

SharePoint list filter does not work.

Anonymous
2018-05-05T02:25:55+00:00

hi ,

I am editing a page with a list. I created a list filter and connected it to the list. But when I saved it viewed the page. It cannot change the view of the connected list.

I did follow the instruction to define the filter value and send it to the list. I also checked the box of server render.

Is there any steps I missed?

Thank you.

Microsoft 365 and Office | SharePoint | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2018-05-10T07:46:16+00:00

hi Neo,

Thank you for your follow up.

My problem solved. After complex troubleshooting I realized the issue is caused by too many web parts. I added the list several times. Although I deleted for the page. After remove them all in page property, filter works very well.

Was this answer helpful?

0 comments No comments

Answer accepted by question author

Anonymous
2018-05-05T17:09:19+00:00

Hi YI,

To check if you create filter normally, please check the following articles: Connect a Filter Web Part to a List View Web Part on a classic pageUse filtering to modify a SharePoint view.

If you still can't use filter, please share with me more info as below:

  1. Where does this list located? Site created in SharePoint homepage or admin center?
  2. The detailed steps about how you create the filter.
  3. Does this issue happen to all lists even new created ones or related ones?

Thanks,

Neo

Was this answer helpful?

0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2018-05-08T23:31:24+00:00

    It's pretty common for the query list filter web part to be configured incorrectly because of the odd, unintuitive way it's designed and the rather strange language Msft uses. You can also filter a list on a page with simple url query parameters.

    Add an html select box to your page (or use a bootstrap drop down box if you have bootstrap running) and add links as options, appending a query to them like this:

    <a href="site/pages/mypage.aspx?FilterField1=internal field namer&FilterValue1=value in field">Display text</a>

    The result will be the same as using the filter web part only it's a bit less work.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-05-08T22:43:14+00:00

    Hi YI,

    Have you checked the info above? Can you create a filter normally now? Please share with me your recent progress.

    Thanks,

    Neo

    Was this answer helpful?

    0 comments No comments