Hi All,
I am currently working on Jasper Server Pro Dashboards.
The Problem i am facing is I am connecting to Dashboards thru iframe.
My dashboard uses the Control parameters as year(drop down) and week no(text).
Both fields have default value .
when I try passing the value from URI
as
http://ip:port/jasperserver-pro//jasperserver-pro//flow.html?dashboardResource=test&_flowId=dashboardRuntimeFlow&viewAsDashboardFrame=true&j_username=test&j_password=test&prm_year=2001&prm_week=23
it shows the dashboard with Default value set.
I want it to take my parameter value.
I have tried using control
&action=updateControlValues¶mString=control_8@@PRM_YEAR@@2010
My dashboard uses same Input_control for several reports.
But No luck yet.
Can't we override the default value used in dashboard.
Help me out ..
Regards,
Gaurav
Post Edited by itsgauravdas at 06/22/2011 11:35
Post Edited by itsgauravdas at 06/23/2011 04:50