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

asked on

SharePoint Developer Forums

I am new to SharePoint development but have some questions I need to get addressed on a project I am working on.  Does anyone know of a good SharePoint Forum where you can post questions.

And not Stump The Panel, questions sit way to long there.
Avatar of Matt Pinkston
Matt Pinkston

ASKER

so I have a custom display form called DispForm_Custom.aspx for LIST(BP), on that form there is a field displayed called WBS Code:

<xsl:value-of select="@WBS" />

Somehow I want to hyperlink that to point to a list view for LIST(Opportunity Hours) by passing the WBS code above and only showing the rows that match.

http://teams8.sharepoint.xx.com/teams/GSSTA/TA/LOAD/Lists/Opportunity Hours/AllItems.aspx
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
ASKER CERTIFIED SOLUTION
Avatar of scifo_dk
scifo_dk
Flag of Denmark image

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