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