Sharepoint query string (URL) filter

Philip Bowman 1 Reputation point
2022-02-28T12:36:21.717+00:00

Good afternoon,

I'm having issues trying to fix something broken on my sharepoint site that has to do with the Query String (URL) Filter. So the way that it is supposed to work is the there is script editor, this pulls the names of all employees. you click the names of the employees and add them to the class roster. The Query string filter is then supposed to mark the employees in another table to show if they are eligible for the class because some classes require prerequisites. The Query String Filter web part is not connecting to the first table (I think) because when I try to click connections, its grey and I cant click anything (I assume this is because it cant find the table or list to connect to). any suggestions? this is sharepoint 2013 by the way.

Microsoft 365 and Office SharePoint Server Development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JoyZ 18,111 Reputation points
    2022-03-01T05:59:36.42+00:00

    @Philip Bowman ,

    If the connection is gray, it means that the current page has no data to connect to(which means it cannot retrieve tables in script web part).

    178742-image.png
    If you add a list in this page, we can see it as shown below:
    178716-image.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.