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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
pnowicki
Creator
Creator

Displaying Variables in HTML

I want to display a variable from my QlikSense app in my Mashup.  I'd like to display it as native html. 

var app = qlik.openApp("xxxxxxxxxxx", config);

  var TodayVar = app.variable.getContent('wToday',function ( reply ) {

  alert( JSON.stringify( reply ) );

  } );

I'm not sure if I have the api call above setup properly or if I need to assign this call to a variable.  Once I get that correct, what is the html code to reference this variable? 

0 Replies