Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hello Matteo,
Its qlik.resize(ID)
!Thank you very much works perfectly
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