jlongoria Posted September 15, 2015 Posted September 15, 2015 I have a report with a text field that, when clicked, drills down to another report via ReportExecution link type. It successfully drills down, but it seems like it is not passing the parameter to the drill down report. I have designed these reports in Studio Professional Edition (6.0.0 final) and deployed them to Jasper Server (6.1). The drill down report has an input control defined for this parameter in Jasper Server. Can anyone tell me what is going wrong?
Solution RamaKrishna.B Posted September 16, 2015 Solution Posted September 16, 2015 Hi Hyperlinks on the text field can be done using below steps,LinkTarget : SelfLink type : Report ExecutionParameters :_report ----- 2nd report path in the serverparameter_name ----- field _value (which value you want to pass to the 2nd report)the parameter_name in the main report should match with parameter_name in the 2nd report.if you need any further information let me know.Mostly it should work by using above steps.ThanksB Rama Krishna
zh3ntil Posted September 16, 2015 Posted September 16, 2015 You should add the parameters to textfield hyperlink parameters. For example assume that there is parameter named 'param1' in both report. So in textfield hyperlink section. You should add param1 and mapped $P{param1}. add the parameters where you defined the drill down report path with '_report' in textfield hyperlink
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now