I'm using SharePoint 2013. I want to automatically filter a discussion board view based on which category [tile] was clicked. Here's the view my users are starting from:
When you click on a tile, you see a filtered view of the discussion board. I want to create a custom view and have it displayed based on category data in the URL. In this example, 'CA' is the title of the category. I can manually filter the view by setting that value equal to 'CA,' but I want to create one view that pulls the category value (from the URL) dynamically, and automatically.
Any help you can provide is appreciated! I've never done anything with JavaScript, jQuery, etc. but I suspect some form of one or the other needs to be used to "get" the category value from the URL. That value (as a variable) would then need to be "put" into the filter field. I have no idea how to do this! Thank you. :)

