Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
harithadogiparthi505
Contributor III
Contributor III

Do the data gets refreshed automatically in mashups when connected to qliksense?

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.

4 Solutions

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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

View solution in original post

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

"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

View solution in original post

harithadogiparthi505
Contributor III
Contributor III
Author

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? 

View solution in original post

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Yes, the iframe contents  will automatically refresh when the app reload task completes.

-Rob

View solution in original post

7 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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

harithadogiparthi505
Contributor III
Contributor III
Author

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?

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

"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

harithadogiparthi505
Contributor III
Contributor III
Author

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? 

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Yes, the iframe contents  will automatically refresh when the app reload task completes.

-Rob

jpjust
Specialist
Specialist

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

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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