I needed some help with report linking in Webi, I'd appreciate if any of you could take a look at it & give your suggestions. I'm trying to link from a Full Client BO report to a Webi detailed report.
Full Client Report: LINK_FROM
Webi Report: LINK_TO
LINK_FROM Prompts: CF, PF, RF
LINK_TO Prompts: CF, PT, RT
What I'm trying to do is: user enters the values in the prompts on the LINK_FROM report, a summary report is displayed. I need to create a downloadable button on the LINK_FROM report which when clicked directly takes me to the detailed report for the prompt values entered in the full client (LINK_FROM)report. For eg: CF= 8810, PF = 1997, RF = 1, when the user enters these values in the LINK_FROM report, it displays the report, now the user wants to see the detailed report for the same values, so he clicks on the downloadable button which takes him to the detailed report for the same values.
1)I have been successful to display the detailed report when I hard code the values in the html script behind the button:
'<A HREF=" Me 2</A>'
2) I can also go to the prompt screen of the detailed report, but I need to by pass that and go directly to the report. The script used here is:
'<A HREF=" Me 3</A>'
or the user response function in the script:
'<A HREF=" Me 3</A>'
Also I tried some other thnigs. One thing to note is we are trying to create this by creating the variable at the report level & not by creating an object in the universe. So, that means, I create the button on the master report by creating a new cell & right clicking on the mouse, selecting variable, clicking on the formula tab & then writing the html script there. I believe this is the way of doing it. I'd appreciate if any of you could take a look and give any suggestions.
Thanks
Full Client Report: LINK_FROM
Webi Report: LINK_TO
LINK_FROM Prompts: CF, PF, RF
LINK_TO Prompts: CF, PT, RT
What I'm trying to do is: user enters the values in the prompts on the LINK_FROM report, a summary report is displayed. I need to create a downloadable button on the LINK_FROM report which when clicked directly takes me to the detailed report for the prompt values entered in the full client (LINK_FROM)report. For eg: CF= 8810, PF = 1997, RF = 1, when the user enters these values in the LINK_FROM report, it displays the report, now the user wants to see the detailed report for the same values, so he clicks on the downloadable button which takes him to the detailed report for the same values.
1)I have been successful to display the detailed report when I hard code the values in the html script behind the button:
'<A HREF=" Me 2</A>'
2) I can also go to the prompt screen of the detailed report, but I need to by pass that and go directly to the report. The script used here is:
'<A HREF=" Me 3</A>'
or the user response function in the script:
'<A HREF=" Me 3</A>'
Also I tried some other thnigs. One thing to note is we are trying to create this by creating the variable at the report level & not by creating an object in the universe. So, that means, I create the button on the master report by creating a new cell & right clicking on the mouse, selecting variable, clicking on the formula tab & then writing the html script there. I believe this is the way of doing it. I'd appreciate if any of you could take a look and give any suggestions.
Thanks