How to display text string with html tags as html

I have a simple string dimension that contains html tags. When I display in Looker it treats the dimension as a text string and does not know the html tags in the string is actually html.

Hoe can I get the dimension to recognize and display using the html tags?

I tried to add the HTML parameter like:

  dimension: solution {
    type: string
    sql: ${TABLE}.string ;;
    html: {{ value }} ;;
  }

But it still just displays all the tags as if were just part of the text string.

Thanks!

1 2 2,324
2 REPLIES 2
Top Labels in this Space
Top Solution Authors