Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.

Integration, Extension & APIs

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now

Who Me Too'd this solution

ErikWetterberg

Hi,

You need to load the qlik.js module. Something like:

require(["js/qlik"], function (qlik) {

and then set up your click handlers inside the function, where qlik is defined.

Hope this helps

Erik Wetterberg

View solution in original post

Who Me Too'd this solution