Open dimension URL in a popup window

I would like to be able to render html inside a popup window

Here is my dimension:

dimension: view_HTML {
sql: 'https://somedomain.com/123456.html' ;;
html: <a target="_blank" href="{{value}}" >View HTML</a> ;;
}

So, this https://somedomain.com/123456.html resolves to pure html.

I would like when user clicks on View HTML button, to open the contents inside a popup window.

Is this doable?

Solved Solved
0 1 1,130
1 ACCEPTED SOLUTION

Hi @ina_lopez-16412. Did you find a solution to this problem? If so, just curious how you worked it out.

View solution in original post

1 REPLY 1

Hi @ina_lopez-16412. Did you find a solution to this problem? If so, just curious how you worked it out.

Top Labels in this Space
Top Solution Authors