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 2 1,430
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

2 REPLIES 2

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

Hi @ina_lopez-16412 , have you managed to find the solution for your requirement? 

Top Labels in this Space
Top Solution Authors