I created an URL link in my report so I can open a popup page which opens another APEX page in same application
Here I am trying to create URL using a href= option not using the Link option on the column definition. The Link option on Column definition works fine but for this I need to dedicate a column which we cannot do.
I need to populate the third parameter 15337503334554 which looks like it is a session Id of some sort which generates every time page is refreshed. How can I achieve this?
example in my select I have this:
<a href="javascript:popupURL(''f?p=301:9:<PUT_ID_HERE>:P9_EMP_ID:2222222'')">LINK</a>'
f?p=301:9:15337503334554::NO::P9_EMP_ID:2222222
If I keep this value blank then the page hangs. I need to get this value on the runtime. please help..