Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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)
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.)