
Contributor III
2023-01-03
12:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use Python to Pull Data from Qlik Table
Is it possible to use a Python script to scrape data from a specific Qlik Table on a daily or hourly basis to compile in a different source like databricks or use in a separate Qlik app?
2,373 Views
1 Reply

Support
2023-01-03
02:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
The first option below would be the easiest method.
1. Downloading data from a visualization
https://help.qlik.com/en-US/sense/November2022/Subsystems/Hub/Content/Sense_Hub/DataExport/export-da...
2. The links below relate to API as a possible option, note Qlik Support isn't responsible for the coding of your script.
https://community.qlik.com/t5/Official-Support-Articles/Make-API-calls-in-a-Qlik-Sense-on-Windows-Sc...
https://help.qlik.com/en-US/sense-developer/November2022/Subsystems/NetSDKAPIref/Content/Home.htm
The first option below would be the easiest method.
1. Downloading data from a visualization
https://help.qlik.com/en-US/sense/November2022/Subsystems/Hub/Content/Sense_Hub/DataExport/export-da...
2. The links below relate to API as a possible option, note Qlik Support isn't responsible for the coding of your script.
https://community.qlik.com/t5/Official-Support-Articles/Make-API-calls-in-a-Qlik-Sense-on-Windows-Sc...
https://help.qlik.com/en-US/sense-developer/November2022/Subsystems/NetSDKAPIref/Content/Home.htm
