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: 
WeePecky
Contributor III
Contributor III

Refresh Application Data when user opens application

Greetings to the forum!

Is it possible to initiate a task in the event that a user opens a Qlik Sense application?

i.e. - I want to present the most up to date information in my Qlik report, a user opens the Application and selects a report to view. The act of opening the report triggers a task that then refreshes the data so when the report is fully opened it contains the most recent data.

I look forward to your advice.

Cheers

Labels (3)
4 Replies
Channa
Specialist III
Specialist III

i am doing this with VIZLIB filter

we have default selection option there in vizlib 

 

Channa
WeePecky
Contributor III
Contributor III
Author

Thanks Channa,

Can you tell me more about vizlib please.

Cheers

Wee

Channa
Specialist III
Specialist III

it is extinction you need to download 

Channa
Shubham_Deshmukh
Specialist
Specialist

Hi,

Go to Setting- > Document Properties -> Triggers -> in Document Event Triggers -> OnOpen trigger - > Actions - > Add->External-> Run Macro.

Add below code in Edit module :

Sub ReloadOnOpen

     ActiveDocument.Reload

End Sub

 Press Ok and give name to macro ReloadOnOpen.

Regards,

Shubham