Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Hyperlink in Cross Tab (Hyperlink send me to a new parameter screen)
lupo
Question:
In a cross tab report, I created a hyperlink to display the details from an aggregated payment amount to the list of payments.
I would expect the proper parameters to be sent to the detail report automatically, but the BIRT viewer force me to go through an intermediate “parameter screen”
Please check attached screnshots.
1- Master Report
I created an Hyperlink in the Master Report linked to a Cross Tab field.
2- Detail Report
I have a grid that contains elements from a dataset.
I then created filters to restrict the data that will be populated in the details report
3- Report Execution in BIRT viewer
When I run the master report, the behaviour is as expected. The parameter screen is displayed and I can run the report
The master report is displayed and I then click on one of the hyperlink to check the details
When I do this I would expect the details report to be populated.
Instead, a new parameter screen is displayed (with the expected parameters value) and I have to click on OK to go to the detail report
Find more posts tagged with
Comments
mwilliams
Hi lupo,
From the sounds of it, you need to make the report parameters in the detail report not required by opening the parameter editor box and unselecting the "is required" check box. Let me know.
lupo
Hi Michael,
I did not have to use your solution. Instead I found out that my hyperlink options was creating the issue.
I was using the dimension of my crosstab for the parameter currency. I changed it to data["Currency"] and now it works fine.
Thanks for spending the time to have a look at my question
mwilliams
lupo,
Great! Let us know whenever you have questions.