Jump to content

Hyperlink to Dashboard


snehalata_d

Recommended Posts

Hi,

I have created a dashboard using JasperServer's dashboard designer.

I want to create another report in JasperServer which will have hyperlinks to dashboards.On clicking a hyperlink ,dashboard should get open.

I have tried creating hyperlink on a textfield and given Hyperlink Type as  report execution and hyperlink type as self.

I added one link parameter -- _report    "/Dashboard/Fin_Dash"

But it is not working.

Please help me.

Regards,

Snehalata

 

 

 

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Here is how we do this in a <textField> element

      <hyperlinkReferenceExpression><![CDATA["flow.html?_flowId=dashboardRuntimeFlow&dashboardResource=/CBI_Financials/Dashboards/O2C_Order_Detail&title=Order Detail&hidden_CompanyID="+$P{CompanyID}+"&hidden_FiscalVariant="+$P{FiscalVariant}+"&hidden_Year="+$P{Year}+"&hidden_Period="+$P{Period}+"&hidden_CustomerCode="+$P{CustomerCode}+"&hidden_Order="+$F{[Order].[Order]}]]></hyperlinkReferenceExpression>
      <hyperlinkTooltipExpression><![CDATA["Click to go to Order Detail report."]]></hyperlinkTooltipExpression>
 

 

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...