Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vinceviewonit
Contributor II
Contributor II

What is the proper way to use qlik-embed (isolated) in a vue 3 application?

I want to use qlik-embed in vue 3. It's a narrowcasting application. Different customers must be able to embed their qlik sheets in playlists. All the examples dont take in account that a website may be used for different purposes than displaying Qlik content only.

It only seems to be possible to do this in a hacky way by injecting a script tag once the vue component is loaded. It creates a huge mess, lots of scripts, global window variables, third party cookies (even if you dont need them), styling and other divs. It even spams the console with errors / warnings.

This is problematic when working with multiple tenants or when you want to refresh the component (as it randomly times out sometimes, what's even the purpose then?)

With powerbi and looker i could just use their npm package with an import tag, they don't pollute the entire dom. Unfortunately integrating Qlik cloud is such a headache.

I had a quick look at the react-qlik-embed version but even this seems to do the same.

0 Replies