Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
My question here is when the task for reload is scheduled at QMC level the dashboard gets reloaded in qliksense environment at the production level. Does the reload apply when created a basic mashup using getapp() and getobject() or do we need to code any APIs in javascript? Please provide me the detailed information.
If you are using the capability API getObject() your objects will be listening for changes from the application. So yes, the objects should automatically refresh after app reload.
-Rob
"If the data gets reloaded at the production level after scheduling the task at the QMC then the web page will also be reloaded with similar data by using the above APIs. Does this statement make sense?"
Yes.
-Rob
Thank you for the reply😀
One more query when using single configurator we are creating iframe tag with URL. In this scenario there is no javascript code available in single configurator tool like mashup editor. Does this work same like, when data gets reloaded in qlik environment does this get reloaded in iframe integration?
Yes, the iframe contents will automatically refresh when the app reload task completes.
-Rob
If you are using the capability API getObject() your objects will be listening for changes from the application. So yes, the objects should automatically refresh after app reload.
-Rob
I am using qlik.openApp() and app.getObject() APIs.
If the data gets reloaded at the production level after scheduling the task at the QMC then the web page will also be reloaded with similar data by using the above APIs. Does this statement make sense?
"If the data gets reloaded at the production level after scheduling the task at the QMC then the web page will also be reloaded with similar data by using the above APIs. Does this statement make sense?"
Yes.
-Rob
Thank you for the reply😀
One more query when using single configurator we are creating iframe tag with URL. In this scenario there is no javascript code available in single configurator tool like mashup editor. Does this work same like, when data gets reloaded in qlik environment does this get reloaded in iframe integration?
Yes, the iframe contents will automatically refresh when the app reload task completes.
-Rob
Hi Rob,
I have an question.
I am displaying iframe on an html. Now when the qlik service goes down, a pop-up message is displayed on the html like connection is lost, refresh.
What I wanted to do is after the qlik service is up and running, I want the html / iframe automatically refresh with out user acknowledging the pop-up window.
Is there a way?
Thanks
I don't know of an easy way to avoid this problem. I suppose you could imbed the iframe within your own code and capture or click the popup. That's something you would have to develop.
-Rob