Focal Point
[Solved]Passing parameters to hyperlink(from a tooltip)

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4937029096

November 13, 2018, 11:41 AM
srajeevan
[Solved]Passing parameters to hyperlink(from a tooltip)
Hi,

I have to drill-down from a tool-tip on a ESRI Map.
I have added hyperlink to the report on the tooltip as below.

   
COMPUTE ORDER_NUMBER/A500V=''||ORDER_NUM||'';


I have given hyperlink to this compute field and it is being displayed in the tooltip. On click on the tooptip on ORDER_NUM i am being navigated to the link in the hyperlink.

My question is how can i pass parameters to that fex in the hyperlink.
How can i pass the ORDER_NUM to the fex.?

Any idea?

This message has been edited. Last edited by: srajeevan,


WF8206,Windows 7,8,10
HTM,PDF,EXCEL
November 13, 2018, 11:45 AM
Hallway
Try putting the field name in the url, preceded with an amper like this:
 
COMPUTE ORDER_NUMBER/A500V='<a href="http://xx.xxx.xx.xxx:9090/ibi_apps/run.bip?BIP_REQUEST_TYPE=BIP_LAUNCH&|BIP_folder=IBFS%253A%252FWFC%252FRepository%252FAPP%252FAPP1%252FProcedure%252F&|BIP_item=Latest_Order_Summary_Rp_Drill2.fex&'||ORDER_NUM||'" target="_blank">'||ORDER_NUM||'</a>';
 



Hallway

 
Prod: 8202M1
Test: 8202M4
Repository:
 
OS:
 
Outputs:
 
 
 
 
November 13, 2018, 12:27 PM
srajeevan
Hi,

Thanks for the reply.
Helped to modify the hyperlink according to my requirement.

I changed the URL to
  
|BIP_item=Latest_Order_Summary_Rp_Drill2.fex&|ORDER_NUM='||ORDER_NUM||'" target="_blank">'||ORDER_NUM||'</a>';


And it is working now.
I think i can pass more parameters like this.


WF8206,Windows 7,8,10
HTM,PDF,EXCEL
November 13, 2018, 12:34 PM
Hallway
Sorry, I did miss that important part.

Yes, you can pass as many variables as you'd like in the url.


Hallway

 
Prod: 8202M1
Test: 8202M4
Repository:
 
OS:
 
Outputs: