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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Objects Rendering Slow using Mashups in AP.NET

Hi,

i m working in Qlik sense with integrating to asp.net using mashups. While using this, i m getting very slow to rendering the objects. so it delays in loading the charts to display. Please do the needful.

var app = qlik.openApp('ea73a87b-285a-42e9-afeb-58d2631a747a', config);

var elems = document.getElementsByClassName('qlik-embed');

                        for (var ix = 0; ix < elems.length; ++ix) {

                            var appid = elems[ix].dataset.qlikAppid;

                            var objid = elems[ix].dataset.qlikObjid;

                            app.getObject(elems[ix], objid);

                        }

Thanks in advance.

0 Replies