cancel
Showing results for 
Search instead for 
Did you mean: 

Hyperlink formatting

Former Member
0 Kudos

Hi All,

I use the following hyperlink:

"https://www.123.com=PO&id="&{ProductOrder.id}"

Whenever I test the hyperlink in CR 2008, the {ProductOrder.id} display a 4-digit number (i.e. 4553 as it should. When I run the same report in my asp.net web app, the {ProductOrder.id} displays as 4,553.00. I can't figure out why it's formatting it that way in the web site.

Any ideas as to why the web app is formatting it differently and how to change that?

Thank you in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Can you please let us know the Visual Studio version that you are using? In case you are using VS2008 please make sure you have updated the CR to SP0 or SP1.

Is this issue in development machine or production machine?

Also in the report can we place the filed inside a textbox and set the number format accordingly and test it?

Thanks,

AG.

Former Member
0 Kudos

I have VS 2008 and CR 2008 with SP1

Answers (1)

Answers (1)

Former Member
0 Kudos

I fixed it by using cstr() to remove the decimals and then replace() to replace the "," to "".