Links in diferent enviroment

I have a Link

“<ahref="http://SERVER_DEV:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=8658&swindow=New&lsSProduct:=”+URLEncode(“”+Trim([union_pivot].[Product]))+“&lsSRegion:=”+URLEncode(“”+Trim([union_pivot].[Region]))+“&lsSArea:=”+URLEncode(“”+Trim([union_pivot].[Area]))+“&lsSPeriod Date:=”+FormatNumber([union_pivot].[Period Date];“###”) +“&lsSGroup By:=”+URLEncode(“”+Trim([Group By]))+ “"title="”+([Valor] )+“" target="_blank" nav="web">” + [Valor] + " "

But I pass this report to PROD

I need the name of the server change automaticly, becouse I have 15 or more liks.

Can any HELP ME¡¡ :hb:


dicanalu (BOB member since 2009-07-23)

I have created an object called “server url” in my universe, and we reference that in the reports. That way I can update the server address in the universe and everything is updated.

Alternatively you can skip the url and use a relative reference instead of an absolute reference.


Dave Rathbun :us: (BOB member since 2002-06-06)