Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a mashup and am trying to show / hide Qlik Sense objects using JQuery
I can show and hide the objects but the Qlik Sense objects are not rendered correctly.
If an object is originally set as hidden using css when it is made visible only the Chart title is displayed and the chart itself is not.
Any ideas as to best approach to do something like this?
Hi Alan,
I had the same problem, I solved it by adding app.doReload() on my show / hide button.
/Adam
Hi Alan,
I had the same problem, I solved it by adding app.doReload() on my show / hide button.
/Adam
Did this work? alan_grn
Hi
Thanks it did work.
I would suggest using qlik.resize(), as this just redraws the charts, and doesn't reload all of the data.
Hi Alan,
Can you provide me the mashup for hide and show objects.
Thanks & Regards,
Arsalan
I am facing the same issue. On navigating from button A to button B, all charts from button A are hiding but for the charts from Button B are not showing charts they just show the charts title. It is just case with qlik sense charts, images are being shown properly
Note: 1. I am using show/hide to give user a feel of sheet selection/ sheet navigation.
2. I am using javascript not jquery, please provide solution using javascript only. I am not familiar with Jquery.
Qlik community, any solution for it ?
Hi @drh ,
Could you please check my comment in this post and provide your inputs in more detail. I am facing exactly same issue.
This example code will help!
$('#id').click(function(){
qlik.resize();
});
Add this jquery code while showing the object