Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
reivax31
Partner - Creator III
Partner - Creator III

Binary Load if qvf file changes

Hi Qlikers,

I'm loading a big set into a Qlik Sense app that I'm calling 'Archive'. In an other app I'm loading this Archive using BINARY load and then my fresh data.

I'm wondering if there is a way to load my archive only if it has been modified. Is there a statement that allows to check if the date of the Archive has changed?

Thanks for your help

1 Solution

Accepted Solutions
reddy-s
Master II
Master II

Hi Xavier,

Binary load statement has to be the first statement in the script and hence you will not be able to have an if condition before the binary statement.

But as a work around I would suggest you to have the login in a separate qvf file to load the data only if modified and use that file as the binary load.

Thanks,

Sangram Reddy.

View solution in original post

3 Replies
reddy-s
Master II
Master II

Hi Xavier,

Binary load statement has to be the first statement in the script and hence you will not be able to have an if condition before the binary statement.

But as a work around I would suggest you to have the login in a separate qvf file to load the data only if modified and use that file as the binary load.

Thanks,

Sangram Reddy.

reivax31
Partner - Creator III
Partner - Creator III
Author

thanks a lot for your quick answer

Indeed, I will have to find a way around...

reddy-s
Master II
Master II

Always Welcome!