Dear Team,
I have a requirement where I need to embed the Qlik Sense Dashboard to a Custom portal available to various users in our company. To achieve that we have created an Iframe for the entire sheet and created a simple html page for testing purpose, once the html is loaded it lands to the authentication page and asks for credentials after this there is no response from the page its just blank white canvas. We have tried creating a Virtual proxy for anonymous user but that gives the same result.
I attached some images to show what happens, has anyone experienced this problem or have any possible solution?
Environment - Qlik Sense Enterprise Edition - Feb 2021 Release
Kind Regards,
Saniya
Hi @saniyask can you please share your html code with the iframe?
Have you tried to build a simple mashup from dev-hub and insert the iframe in the mashup?
Hi @alex_colombo below is the simple html code I am using, even the mashup points to the same error. Have you faced similar issue?
<!DOCTYPE html>
<html>
<body>
<iframe src=Iframe link from Qlik Sense</iframe>
</body>
</html>
Hi @saniyask
if you have another session opened in the same browser it may works.
but keep in mind that even if you have "anonymous" set, you will need to at least do this ticket procedure so that the user can see something from Qlik Sense.
there is no way around using Qlik licenses, you just need the right type of licenses for what you need (named, cores, tokens, capacity)
https://www.youtube.com/watch?v=k22DqQsWnuA
Best,
Hi @saniyask , could you please share with me the complete code, and not an example. I'd like to see the complete iframe link. Furthermore, could you please send me a screenshot from your browser developer tool inspecting iframe html object and all the network tab? I'd like to check if your browser is downloading all the necesseray scripts.