Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to reload the QVD on a particular day once in a Day.. Suppose if i have run the QVD and stored the data into QVD than it should not be updated in the same Day.
Regards
Abhay
Hi Abhay
You can put your reload in an IF statement. Something like this should work:
IF Day(Filetime('Path/QVDName.qvd')) <> Day(Today(1)) Then
<Reload script here>
End If
Regards,
Mauritz