Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Solved
Where was
FROM xxxx.qvd
(qvd);
Now is
FROM XXXXX.qvd
(qvd) Where Date([TIMEFIELD]) = Today()+1;
Thanks
Solved
Where was
FROM xxxx.qvd
(qvd);
Now is
FROM XXXXX.qvd
(qvd) Where Date([TIMEFIELD]) = Today()+1;
Thanks