Reload application based on filters selected by users dynamically
Hi all,
We have a requirement where the users have to select the filters based on which the QlikSense application gets reloaded in the backend for each user differently
<script type='text/javascript'> function ReloadDiv() { document.getElementById("selectable").reload(); }
setTimeout(ReloadDiv, 30);
</script>
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful