Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hey Qlik Community need help with connection refreshing in QS

Hi all,

I am new to qlik sense and trying to refresh my ODBC connection for the app I have created. I made changes to the table it is connected in SQL Oracle developer and I want to see the changes in my app. I dont want to build new app for the data changes made in the same table. Any way to refresh the connection in app so that my data in app is also refreshed?

Thanks in advance,

Deep !

1 Reply
Vincenzo_Esposito

Deep,

you probably is looking for an event base trigger to start the data refresh task. You can do it basically using the API with a simple REST call (eg. http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/RepositoryServiceAPI/Content/RepositorySer...)

You can also rely on a Console Line Interface like this Qlik Branch.

Keep in mind, Qlik  is intendet to work on consolidated data and does not on the real time stream data.