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! Go to Solution.
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. 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?