Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
i am doing this with VIZLIB filter
we have default selection option there in vizlib
Thanks Channa,
Can you tell me more about vizlib please.
Cheers
Wee
it is extinction you need to download
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 SubPress Ok and give name to macro ReloadOnOpen.
Regards,
Shubham