Hi all,
i am trying to built a report where on click of each metric id it will pass a dynamic url link ,since i have to open that url in a new window with no tool bar and no menu bar. i have implemented the function WEOpenInNewWindowLink .
code :
(@path)="http://72.30.53.105:8090/DashBoard/helpFrameset.jsp?METRIC_ID="+{table.metric_id}
Metrc_id =WEOpenInNewWindowLink ({(table.metric_id) }, "w3", {@path}, {@font}, 300, 500, True, 0, 0, False, False, False, False, False)
Then I put the object <Metrc_id >in detail field, so that it can generate different url for their respective metric id, But its not happening,
Event
So on click (table.metric_id)
1 --> "http://72.30.53.105:8090/DashBoard/helpFrameset.jsp?METRIC_ID="+{table.metric_id}
2--> http://72.30.53.105:8090/DashBoard/helpFrameset.jsp?METRIC_ID=2
Any suggestion .....
Thanks in advance