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)
Interactivity between two report problem
Afraz
Hi All
We are creating a dashboard using BIRT and .NET. We developed two reports to make interactivity between these reports Using BIRT Report designer. For Example If I click on First report the value should reflect or change on second report. Both report must appear on same window. I am using invoke script for the interactivity, I am getting error when I am calling this reports in my .NET application. The error i am getting is parent.Windows.Callback is null. Please help if you know the solutions
Thanks
Afroz Shaikh
Find more posts tagged with
Comments
Virgil Dodson
Hi Afroz,
How are you adding your BIRT reports to your .NET environment? If you are having problems using the hyperlink wizard to create a drill-through report, then you could use a TEXT control to create your own <A HREF=... tags that will use a TARGET you specify.