You are not logged in.
Hi
I used a descriptive free text parameter in a Dynamic List. Under specific properties typed in some text, selected a subset and clicked the hyperlink button. The selected text changed to a hyperlink.
After I hit apply, the parameter gets updated and the hyperlinking vanishes.
How do I fix this?
We are using RS3.1.0-6015 (2019-10-19-15-14-01) Enterprise version.
Offline
I made the hyperlink work using a script parameter. The next task is to add parameters used by the report in this hyperlink.
The idea is that a user can select a parameter for himself and click on the hyperlink which uses this parameter in the link to open up another tool.
Noticed that there is an option of "depends on" earlier parameters in script parameter types.
How do I add existing report parameters to a hyperlink created in the groovy script parameter?
Last edited by aditi.raiter (2020-04-27 14:39:22)
Offline
Hi aditi.raiter,
can you please send some screenshots and the code you are using for creating the hyperlink ? You can use http://imgbb.com for the screenshots.
Regards,
Eduardo
Offline
Hey Eduardo,
Sorry for the delay. I missed the update on the thread.
I have an html code with href.
And the groovy script depends on the Profilename parameter. My thinking is if I get href to reference to the parameter. I can open up the new link for the parameter from the report.
Please right-click and load images in a new tab.
Last edited by aditi.raiter (2020-05-01 23:28:55)
Offline