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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
pvt
Contributor
Contributor

Main limit load data to tomorrow data

Hi, I hope you are fine.

Thanks for reading my question, is the first one. 

I have an application, with some qvd and a master calendar. For other project I woukd like to reload just one day data.

I can make the script load data starting tomorrow, but I do not know how to make it stop there and not to load more day.

Any idea?

Thanks and stay safe

Labels (1)
1 Solution

Accepted Solutions
pvt
Contributor
Contributor
Author

Solved

Where was

FROM xxxx.qvd
(qvd);

 

Now is 

FROM XXXXX.qvd
(qvd) Where Date([TIMEFIELD]) = Today()+1;

 

Thanks 

View solution in original post

1 Reply
pvt
Contributor
Contributor
Author

Solved

Where was

FROM xxxx.qvd
(qvd);

 

Now is 

FROM XXXXX.qvd
(qvd) Where Date([TIMEFIELD]) = Today()+1;

 

Thanks