HTML
This function is used only in reports which will be viewed in the web. It renders HTML code in a cell.
Example
This example displays a button in a cell:
=HTML("<button>This is a
Button</button>")
This HTML formula and Java script enables writeback of a value:
=HTML("<a href='#' onclick='javascript:doWriteBack();'>Submit</a>")
You
might use this with, for example, a WBC function. In Application Studio, the formula
always returns HTML Code.
Note: If you enter the HTML
formula in a writable cell, the cell is protected in the web.