Hello,
I'm developing a webi BO webi report. when I execute initially it should display all company codes summarized data.
when I select particular company code, it should display detail level data.
To achieve the above requirement I created 2 webi reports. 1st report displaying summarized data 2nd report detail level data.
In the first report I created hyper link for company code cell's. URL as follows
http://<server name>:<host>/BOE/OpenDocument/opendoc/openDocument.jsp?iDocID=<Report name >
when I selected particular company code company code, value's are not passing to 2nd webi report to the company code filed.
But 2nd report is calling, values are not passing.
what do we need to add to the above URL to pass selected values to the 2nd report.
Santhosh