Hi,
I’m trying to link two webi reports (summary through Details) through Open doc syntax using Images in a cell.
We have a requirement to link two webi reports (summary through Detail) using buttons (like Back & email) as images which will be embedded in to the cell and made hyperlink.
I found many articles on "Hyper linking on the images" between 2 webi reports (summary to detail) using open doc syntax which did not help much. So I am starting a new thread.
I’ve 2 scenarios happening, after the images being placed on the server - (…/usr/bobj/<installation Directory>/enterprise/images) –
1st Scenario– Right click on the cell contents, make it read as “hyperlink” and set appearance to “boimg://image-name.png”
Result: Image appears and there is no link. Cursor does not changes or no place to click.
2nd Scenario– Read the image directly into Ahref tag as - <img src=\” boimg://image-name.png\”>
Result: The link works perfectly fine. But, in the image place holder, a big “RED X” appears.
The steps -
- Placed a blank cell
- Right click -> Appearance -> Image from Address: boimg://image-name.png
- Read contents as "Hyperlink" (at this point, tested the cell, image appears fine, but no link appears!)
- Right Click on the same cell -> Document Link -> pass the values of the related objects -> Parse
- Also Include the <img src=\” boimg://image-name.png\”> in the AHref tag generated by the system after open doc call
- In the cell, both the image and the big RED X appears - image does not have a link and the big red X has link but no image. So basically nothing works!
We are on BO 4.1 SP1.
Experts please help!