Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Sharath_Shetty
Contributor
Contributor

Variable API in Mashup

Hi,

How to show a variable in Mashup which is created in Qlik Sense app? 

for example I have data refreshed time in one variable and I want to show it in Mashup as one div. Could anyone please help me with this?

 

Labels (1)
  • API

2 Replies
jprdonnelly
Employee
Employee

@Sharath_Shetty ,

Please check out these two documents, one for Client Managed, and one for Qlik Cloud.

If this doesn't lead you in the right direction, perhaps you can share more details about how you are deploying your Mashup?

Thanks!

- @jprdonnelly
Sharath_Shetty
Contributor
Contributor
Author

How am I deploying my Mashup?

As of now what I did, I connected my mashup with the app and was able to get the objects but I need help in getting the variable (ex, vLastRefreshed) in the mashup and using it in one of the HTML div.

I am trying to get a variable like this,

app.variable.getContent('vMyVar',function ( reply ){

    console.log(reply) 

)};

How to use this variable in HTML code to show UI?