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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How refresh data automaticaly after reload data to show new data?

How refresh data automaticaly after reload data to show new data without click CLEAR?

May be someone ever do it. I want to know how to configure in Qlikview Desktop dan Qlikview Server.

Thanks

3 Replies
fosuzuki
Partner - Specialist III
Partner - Specialist III

Hi,

I'm not sure if I understood you. Do you want to automatically clear all selections after reload? This is possible by using a OnPostReload Trigger.

Fernando

Not applicable
Author

I have opened qvw file and I reload it. But it can't refresh to new data selected. For the example,

Early my data until YEAR 2011 MONTH July, but after reload, I got data YEAR 2011 MONTH August.

How I can get data August without i selected field MONTH after reloading has finished. (without push CLEAR button)

fosuzuki
Partner - Specialist III
Partner - Specialist III

I guess you can use my initial suggestion, but in the OnPostReload trigger also include an action to select the most recent MonthYear.

(There may be a problem with the OnPostReload because it may not work in the Server environment if the reload is scheduled to execute automatically. So you may try switching to the OnOpen trigger.)