Skip to Content
0
Jul 03, 2018 at 09:26 AM

SAP Web Intelligence Fiori Support for HTML and Javascript Cell Content

1041 Views Last edit Jul 03, 2018 at 09:28 AM 2 rev

Hi All,

We are working on 4.2 SP5 environment. We have a Webi Document containing script in a cell to jump from a report to another.

<input type = “button”  value =”Go to Report2″ onclick=”gotoReport(1)”>
<br>
<br>
<input type = “button”  value =”Go to Report3″ onclick=”gotoReport(2)”>
<script>
function gotoReport(n) {
this.parent.selectReport(n);
}
</script>

Cell properties has been configured to read the cell as HTML.

If we open this report in BI Launch Pad it is showcasing Button and we are able to jump to another report.

If we open the same report in Fiorified BI Launchpad we can see the buttons but report jumping is not working.

We have done 'Enable hyperlinks, JavaScript and all HTML elements' in Web Intelligence Application properties in CMC.

Can you please help?

Regards,

Swapnil