HTML

Used only in reports which will be viewed in Application Studio WebServices. 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 (WBC).
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 Application Studio WebServices.