Viewing Report based on Radio Button on dashboard

I am creating dashboards based on “Dashboards and Analytics”.

  1. Created A text analytic as html and created a radio button

  2. How to invoke the report/analytic in Viewer from Text analytic where i put radio button . Upon clicking

I am using following code but its not working

   <script type="text/javascript">
function blah() {
  location.href="http://servere:41040/PerformanceManagement/jsp/aa-open-inlist.jsp?url=openAnalytic.jsp?DocumentName=Analytic Name&amp;RepositoryType=C&amp;RepositoryName=Test&amp;DocumentExt=afd&amp;DocumentId=M0yg2KYAB1zjACvw_gAAUl8BAp8RaCkAAAA&amp;mode=ful"  target="hiddenFrame";
}
</script>
<style type="text/css"></style>
</head>
<body>

<input type="radio" onclick="blah()" />Click me

</body>

However , A simple Hyperlink works

<a href='http://server:41040/PerformanceManagement/jsp/aa-open-inlist.jsp?url=openAnalytic.jsp?DocumentName=SUMMARY_ANALYTIC&amp;RepositoryType=C&amp;RepositoryName=Test&amp;DocumentExt=afd&amp;DocumentId=M0yg2KYAB1zjACvw_gAAUl8BAp8RaCkAAAA&amp;mode=ful'  target='hiddenFrame' >Open report</a>

Kindly Adivse

If one’s this resolved , I can use for any HTML Controls

[Moderator Edit: Added code formatting - Andreas]


warren40k (BOB member since 2010-09-20)