Hi all,
I use IBM Cognos Version 10.2.1.
Can you please advise to implement a drill through from source report page to multiple target report pages on same report?
I have a source report page with three columns; all status quote count, 'A' status quote count, 'B' status quote count.
I am trying to setup drill through from the source report page to the target report pages.
If the user clicks on the "all status quote count" in the source report page, the target report that has all status records should be opened.
And it should be the same functionality for other columns also.
In addition, the source report page and target report pages are on same report.
Because my customer needed the report urgently, I just developed target reports separately, not on same report.
But my customer requested the source report and the target reports are located on same report.
Please help me.
Thanks in advance.
Young.
You can pass a static value in each Drill-through definition and use it as a Parameter to render your Target Report pages conditionally.
Just add 3 new data items with static values, e.g.:
[P1]:='page1'
[P2]:='page2'
[P3]:='page3'
In each Drill definition Pass one of these Data Items as a Parameter value
Add a Render variable based on this Parameter to required Pages and/or Layout Objects
Please reply if you need more details