Hi All....I have an issue ...we are forming a url which has a string field with '&' in its value example: ST&G ....the url is erroring out.However if we replace thsi value by ST%26G it works as expected.I tried replace('ST&G','&') it asks to enter substitution value and outputs ST which is not what i need...i need the output to be ST%26G.Please suggest.