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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Olivia_Rose
Contributor III
Contributor III

Automate/ Real-time the Dashboard

Hi Experts,

I have created a dashboard which extracts data from an excel file. Now I want to automate that by extracting that data from Azure DB(Original data source)  to my dashboard. 

1. What is the correct way to do that?

2. Creating an API how can I do it?

3. How do I reload/ refresh that data again and again? 

 

Note: The original data source is Azure DB. Usually I download that excel data from an interface which by selecting the specific date range. Then downloads the .csv file and update the data to the data location which use as path for the created dashboard. But now I want to automate this process. 

I would be much obliged if you can help me.😊  Any new ideas or suggestions are welcome.!

 

Labels (4)
1 Solution

Accepted Solutions
JandreKillianRIC
Partner Ambassador
Partner Ambassador

Hi @Olivia_Rose 

You will need to create a connection to the AzureDB. 

JandreKillianRIC_0-1740468941709.png

 

Then you can set a reload schedule on the application - Click the 3 dots "on the application" > Reload Schedule 

JandreKillianRIC_1-1740469018776.png

 

This will give you 1 hour reloads, If you need a faster reload time like every 30 minutes you can check this link to change the reload schedule using the Qlik API. 
https://qlik.dev/apis/rest/reload-tasks/

Why do you need to create a API? (Your point 2 on the question) 

Regards Jandre

 

Mark the solution as accepted that solved your problem and if you found it useful, press the like button! Check out my YouTube Channel | Follow me on LinkedIn

View solution in original post

2 Replies
JandreKillianRIC
Partner Ambassador
Partner Ambassador

Hi @Olivia_Rose 

You will need to create a connection to the AzureDB. 

JandreKillianRIC_0-1740468941709.png

 

Then you can set a reload schedule on the application - Click the 3 dots "on the application" > Reload Schedule 

JandreKillianRIC_1-1740469018776.png

 

This will give you 1 hour reloads, If you need a faster reload time like every 30 minutes you can check this link to change the reload schedule using the Qlik API. 
https://qlik.dev/apis/rest/reload-tasks/

Why do you need to create a API? (Your point 2 on the question) 

Regards Jandre

 

Mark the solution as accepted that solved your problem and if you found it useful, press the like button! Check out my YouTube Channel | Follow me on LinkedIn

Olivia_Rose
Contributor III
Contributor III
Author

@JandreKillianRIC 

           Thank You.!☺️