on 01-11-2011 6:31 AM
I have a requirement of linking web intelligence reports, when i click a column of a report it should automatically go to detail report related to the column.
Regards
Aflal
[http://help.sap.com/businessobject/product_guides/boexir31SP3/en/xi31_sp3_opendocument_en.pdf]
open document api
good luck
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
My requirement is i have created a report, it contains summary data, when the user clicks the particular report column or link ( Province) it should go to a detail report that is relevant the particular link i clicked , its not a drill down but its kind of a report linking. how can i achieve that. please help.
Regards
Aflal
this is doable using the open document api i've sent you the link before
you will need to build a nother report (details report) and you will have the open document api applied for one column
and make this column be red as Hyperlink
so when you click the hyperlink the opendoc api will open the details report for you.
good luck
Amr
ok
i will tell you the most simple way to link webi reports
lets assume you have report A and report B
and report A is the master report and Report B is the details report
go to infoview, click prefrences , go to web intelligence section
and select
Select a default view format : Interactive
click ok
go to your report A, and open it in the view mode dont edit it.
right click the column you want to put a link on it
and select Hyperlink->new
select "browse" and find the details report B
if you will follow the procedure , you will be able to do it correctly.
good luck
Amr
for sure you can do it,
in the detail report B, try to put a query filter as
lets say
CountryID = prompt the user to enter the country id
and try to do the same thing again, when you select the details report B, it will show you all the prompts and you can select which field or object to pass it to this prompt,
good luck
Amr
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.