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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
MohammedMustaq
Partner - Creator
Partner - Creator

Reload application based on user selected date ranges

Hi,

We have a situation to develop Qlik sense application. This application will reload data only based on the date range selected from the user.

Date

01/01/2022,

30/05/2022,

01/01/2023,

20/06/2023

so from the above scenario if the user selected  

30/05/2022

01/01/2023

it should reload data between the two dates.

any advice how to achieve this would be greatly appreciated.

 

Thanks

Mustaq

Labels (1)
3 Replies
MohammedMustaq
Partner - Creator
Partner - Creator
Author

Yes , we can achieve it in ODAG.

But the users needs this in the same  Qlik sense application.  

Regards

Mustaq

 

 

 

 

Or
MVP
MVP

You would need to allow the user in question to reload the app, either using a Reload Button object or using Automation. You would then have the user input the dates into variables (rather than field selections) and you can use those variables in your script. You'd also need to make sure the script can run and return the expected results based on a schedule, presumably, to give the user a starting point. This will also fail to work if multiple people are using the app, as each one will reload and override the previous data (or attempt to reload while the app is already reloading, etc).

I would not advise using this approach. I would suggest either using ODAG, or fetching the entire dataset and adding the date filter as a regular filter or with set analysis.