Hi,
Is it possible to pass IP address (captured as a universe object) to a hyperlink designed in report?
Following is code snippet I am using to design the hyperlink:
"<a href=\"http://"+ [IP] +"/protrace/com.tekelec.cssg.nsp.protrace.gwt.XdrViewer/XdrViewer.html?appli=protrace&nvid="+URLEncode(""+[ProTrace Link].[NvId])+"&nvname="+URLEncode(""+[ProTrace Link].[Network View Name])+"&begin="+URLEncode(""+[url Start Time])+"&end="+URLEncode(""+[url End Time])+"&qname=BssapQuery&dict="+URLEncode(""+[Dictionary])+"&A="+URLEncode(""+[url Lac Start])+"&B="+URLEncode(""+[url Lac End])+"&C="+URLEncode(""+[url Lac Values])+"&D="+URLEncode(""+[url Cell Start])+"&E="+URLEncode(""+[url Cell End])+"&F="+URLEncode(""+[url Cell Values])+"&expr=%28%28A+AND+B%29+OR+C%29+%28%28D+AND+E%29+OR+F%29\" title=\"\" target=\"_blank\" nav=\"web\">View Details</a>"
In the above code, the [IP] is a variable created in the report. When I am keeping the value of the [IP] variable as a static IP like "10.203.100.61", the designed hyperlink is working fine. But when I map this IP to a universe object (as IP address is picked from the database), the hyperlink disappears.
Anything wrong in my approach?
Thanks,
Sus.
Edited by: SUS_India on Apr 20, 2009 4:00 PM