Custom HTML

You can bind custom HTML to all Columns.

Usage in Dimension or Measure

Custom HTML is available by setting the Display Type to Cutsom Html. The Value of the dimension / measure will be set as html for every cell.

A simple example with a qlik expression as a Measure:

='
<div>
    <span style="color:'& If(Num < 5, 'green', 'red')&'" class="fas fa-circle"></span>
    <span> '& Num &'</span>
</div>
'

Usage in Data+ Column

Custom HTML is available for the Text No Input column by selecting the Display setting Custom Html. The CustomHtml is fetched from the selected column of the Data+Server. This column will be most likely filled by using rules.