Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
daviduzzo
Contributor
Contributor

Qlik Sense Desktop

Buongiorno,

Ho dei fogli creati in qlik sense che caricano i dati dal database SQL tramite connessione ODBC.

Vorrei creare uno script o qualche procedura anche esterna a qlik che permetta il caricamento dei dati da database senza accedere alla sezione di editor caricamento dati. E' possibile?

Grazie

1 Solution

Accepted Solutions
shraddha_g
Partner - Master III
Partner - Master III

5 Replies
shraddha_g
Partner - Master III
Partner - Master III

can you share some more details?

daviduzzo
Contributor
Contributor
Author

The sheet has to represent the new data and I need these new data to be updated every hour but I don't want to click on the "update" button

shraddha_g
Partner - Master III
Partner - Master III

There is one option to use .NET SDK.

refer https://community.qlik.com/thread/158784

daviduzzo
Contributor
Contributor
Author

if i want to reload data on the application boot

shraddha_g
Partner - Master III
Partner - Master III

Try using extension https://github.com/mhamano/Qlik-Sense-Reload-Button

is this what you want?