Try to put a URL in the send e-mail that contains %

I have a little problem when I try to send an e-mail at the end of my build. I want to put an url that have % in it and the FinalBuilder 5 thinks that there's some variable in my link. Is there a way to put my url in my e-mail ??

Here's my URl :

http://something/ReportViewer.aspx?%2fTestTracking%2fSummary+Tests+Report&rs:Command=Render

 

Thank's

Pinky

Hi,

You can escape %'s by using two %'s instead of one. For example: http://something/ReportViewer.aspx?%%2fTestTracking%%2fSummary+Tests+Report&rs:Command=Render

Regards,
Paul.

 

P.S. I've removed the duplicate post entry from the FinalBuilder 'Wish List' category.

Tank's a lot

It works fine :)

pinky