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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
gandelr
Partner - Contributor III
Partner - Contributor III

Mashup sense objects don't load data

Hy i have create a mashup sense  with a single html page and various objects.

In this page the objects are hide/show with button that launch a javascript function

es.

document.getElementById("object1").style.display="block";

document.getElementById("object2").style.display="none";

document.getElementById("object3").style.display="none";

document.getElementById("object4").style.display="none";

document.getElementById("object5").style.display="none";

document.getElementById("object7").style.display="none";

The problem is that objects that start hidden when I make them visible have no data loaded.

If resize windows browser the objects are populated with data.


It's possible launch a app.refresh for redraw object ?

If lauch app.ClearAll it works but remove all selections.




3 Replies
gandelr
Partner - Contributor III
Partner - Contributor III
Author

!Thank you very much works perfectly

khalander
Creator II
Creator II

Hi @Yianni_Ververis 

How did you resolve this issue. I am also facing same issue. Please do the needful.

 

//create the tabs and make qlik objects resize when a new tab is selected $("#tabs").tabs().bind('tabsselect', function(event, ui) { qlik.resize(); });

 

Where we need to add above function? Could you please provide sample code?

 

Regards,

Khalander