Link to home
Start Free TrialLog in
Avatar of Matt Pinkston
Matt Pinkston

asked on

Displaying a SharePoint with with Passed filter

I have a custom display that has a field called WBS. This field is a key field in another list called Hours. I would like to build a hyperlink on the custom display, when clicked it will display the list Hours but just the records where the WBS field = the WBS field I clicked.

Any suggestions


Avatar of GeorgeGergues
GeorgeGergues

yes you can as long as the two are on the same site.

on your page add the following web parts.

Sharepoin list filter.( under filters)
the list web part that has your data.

on the list filter select the value to be the wbs column.
send connection value from the filter to the list view on that variable.


best of luck.
 
Avatar of Matt Pinkston

ASKER

Okay I set that up "i think"

Now how do I call this from a different display form?
You don't need a display form .

Simply Select the item from the Filter , it will show the items on the other views.
okay so by passing:

http://teams8.sharepoint.xx.com/teams/GSSTA/TA/LOAD/Lists/Opportunity%20Hours/AllItems.aspx?wbs=US1-CI089.40.10

I get the matches.  But lets say that I need to filter on
wbs=US1-CI089*  meaning that is starts with US1-CI089
no that would not work .
This is not SQL :)
no way to do a starts with?
ASKER CERTIFIED SOLUTION
Avatar of GeorgeGergues
GeorgeGergues

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
nat the answer I was looking for