I am creating dashboards based on “Dashboards and Analytics”.
-
Created A text analytic as html and created a radio button
-
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&RepositoryType=C&RepositoryName=Test&DocumentExt=afd&DocumentId=M0yg2KYAB1zjACvw_gAAUl8BAp8RaCkAAAA&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&RepositoryType=C&RepositoryName=Test&DocumentExt=afd&DocumentId=M0yg2KYAB1zjACvw_gAAUl8BAp8RaCkAAAA&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)