Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
anisometropie
Contributor
Contributor

Mashup with saas

Hi, I have been trying to build a mashup for qlik sense, following this tutorial

I am note sure if I’m doing that right.

Qlik sense is hosted on our domain https://bi.***.***.net , and I’m trying to fetch js/qlik.js by doing a require:

require(
  function (qlik) {
  console.log(qlik);
});
 
the request is returning the file, but the file is kinda empty :
 
Screenshot_20201203_112147.png

and the console.log is showing `undefined`.

In the tutorial, I am supposed to used the qlik object that’s returned by the function:

Screenshot_20201203_112659.png

 

but I see that this code is being executed, because I see another request: 

Screenshot_20201203_112416.png

 

but it’s fetching from localhost, not from our domain.

What am I doing wrong?

Labels (1)
0 Replies