![]() |
|
|||||||
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Designer Window does not open: User already logged In: Reset Users,Continue | Zumba | SAP Business Objects | 2 | 03-03-2011 11:29 PM |
| Open PDF File stored in AL11 and send by email using CL_BCS. | Pepa | SAP ABAP | 2 | 02-06-2011 06:32 PM |
| How to open the plan period in FSE5N. | Micro | SAP FI CO - Financials and Controlling | 1 | 12-09-2010 12:25 PM |
| Open IVIEW in seperate Window with Login | Pepa | SAP Portal | 2 | 10-01-2010 02:44 PM |
| How to open a Universe which is from different CMS? | koko | SAP Business Objects | 0 | 07-13-2010 03:19 PM |
| Aprenda SAP! |
|
|
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi
i have created 3 Webi Reports, namely Report 1 Report 2 Report 3 Report 1 has company and its revenue Report 2 has Site and its Revenue Report 3 has Service and its revenue Example : Code:
Report 1 Company Revenue abc 456 adf 789 dsd 145 Report 2 Site Revenue s1 7255 s2 8985 s3 4444 Report 3 Services Revenue sr1 10 sr2 15 sr3 45 which falls under the hierarchy 1.company -> Site 2.company -> Service In Report 1 , i should have a open document link on Company object, if i click any of the company, it should ask for options to navigate either to Report 2 or Report 3 ie by SITE or SERVICE. Is this possible by open document functionality in Web intelligence. If so please guide step by step. I have tried directly creating a object with hyperlink from universe Code:
Case @Prompt('Select Measure: ','A',{'Site', 'Service'},MONO,CONSTRAINED)
When 'Site' then ="<a href='#' on.click=\"javascript:window.open('http://ptpl-vm3:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=Afkjn4VJ.qpHqciiP5iOlwE&sIDType=CUID&sType=wid&sRefresh=N&lsSEnterYear%3A="+[Year]+"')\">"+[Year]+"</a>"
When 'Service' then ="<a href='#' on.click=\"javascript:window.open('http://ptpl-vm3:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=AdLLgIJn7XJCv85q2wVZlOo&sIDType=CUID&lsSEnterYear%3A="+[Year]+"&lsSEnterQuarter%3A="+[Quarter]+"')\">"+[Year]+"</a>"
End
and also tried in infoview, creating hyperlink Code:
="<a href='#' on.click=\"javascript:Case @Prompt('Select Measure: ','A',{'Site', 'Service'},MONO,CONSTRAINED)
When 'Site' then
window.open('http://ptpl-vm3:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=Afkjn4VJ.qpHqciiP5iOlwE&sIDType=CUID&sType=wid&sRefresh=N&lsSEnterYear%3A="+[Year]+"')
When 'Service' then
window.open('http://ptpl-vm3:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=AdLLgIJn7XJCv85q2wVZlOo&sIDType=CUID&lsSEnterYear%3A="+[Year]+"&lsSEnterQuarter%3A="+[Quarter]+"')\">"+[Year]+"
End
</a>"
Is there an way to create this? Thanks&Regards, Pepa |
| Sponsors |
|
#2
|
|||
|
|||
|
You should follow the easiest path for the following, it is quite important to know the basics of the applications, i am not aware of that particular program.
__________________
sap support pack |
| Entre a los Links relacionados |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|