<p>I am trying to create a dynamic hyperlink in my BIRT report that will launch Maximo and open a specific workorder. I am able to make this work by hard coding a WORKORDERID into the hyperlink;</p>
<p> </p>
<p><a data-ipb='nomediaparse' href='
http://srcsdq-maximo02/maximo/ui/maximo.jsp?event=loadapp&value=WOTRACK&uniqueid=4025830'><span style="color:rgb(0,0,255);">
http://srcsdq-maximo02/maximo/ui/maximo.jsp?event=loadapp&value=WOTRACK&uniqueid=4025830</span></a></p>
<p> </p>
<p>this will launch Maximo and open the workorder after logging in.</p>
<p> </p>
<p>But I cannot seem to make the hperlink use the value of the record;</p>
<p> </p>
<p><u><a data-ipb='nomediaparse' href='
http://srcsdq-maximo02/maximo/ui/maximo.jsp?event=loadapp&value=WOTRACK&uniqueid=+row['><span style="color:rgb(0,0,255);">
http://srcsdq-maximo02/maximo/ui/maximo.jsp?event=loadapp&value=WOTRACK&uniqueid=+row["WORKORDERID</span></a><span style="color:rgb(0,0,255);">"]</span></u></p>
<p> </p>
<p>this will launch Maximo but throws a HTTP 500 eror after logging in.</p>
<p> </p>
<p>Any suggestions on the proper syntax?</p>
<p> </p>
<p>Thanks</p>
<p> </p>
<p>Norm</p>