Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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