I am using Enhanced Search widget with Flex Viewer 3.7, it's a great tool. I am getting issue at one point when I try to configure link.
Example is as below:
<links>
<link alias="My Page" popuplinktype="image"><![CDATA[/MySite/Login/ProjectSelection/Project:LoadSummaryReport:session={session value from URL}&reportfile=TrackingReport&customsql=PROJ_ID='{PROJ_ID}']]></link>
</links>
I want to grab the session value from the current url and replace {session value from URL} with retrieved value.
Thanks in advance.
Brijesh
Brijesh,
There is no ability to grab a parameter from the url string to use in the link.
Robert,
Thanks for the reply, I will try to find another way to deal with this problem.
Brijesh