Procedure to run HTML tags in BI publisher
Hello, I am trying to run HTML tags in reports section of BI Publisher. For ex - If I write -
<<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>>
in a report in Layout Editor of BI publisher and try to view the report in HTML format, then instead of getting
'My First Heading My first paragraph'
, the HTML tags are not converted and the output is
<<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html> >.
Kindly let me know the procedure to run the HTML tags in BI publisher.