Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SharePoint Links and Query Strings with Spaces in them

Status
Not open for further replies.

lday

MIS
May 19, 2009
9
GB
Hi,

I have got a couple of SharePoint Designer Workflows workflows in place that have links in them. However these links are dynamic and are partly made up by values pulled from the item (i.e. a filename).

The problem i have is the links miss out the first space in a value that is pulled in from SharePoint, for example if i put the value Customer ABC Limited into the link, it would become CustomerABC Limited and therefore cause the link to be incorrect as the space between Customer and ABC has been removed.

Can anyone help me work out how to correct this?

Many Thanks in advance
 
try using a %20 for the space - Customer%20ABC%20Limited.

just a thought....

carl
MCSD, MCTS:MOSS
 
Hi Carl,

Thanks for your response. However these values are pulled directly from SharePoint and i cannot store all my values in SharePoint with %20 as the space...

If you have any further ideas they would be greatly appreciated.

Cheers
 
Is there a way to script a replacement, so that it gets replaced automatically as soon as a document is added?

--

"If to err is human, then I must be some kind of human!" -Me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top