Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Yes , we can achieve it in ODAG.
But the users needs this in the same Qlik sense application.
Regards
Mustaq
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.