Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to compare the size of two qvds

Hi QV masters,

I have two sets of qvds as below:

Folder A         Folder B

A.qvd             A.qvd

B.qvd             B.qvd

C.qvd             C.qvd

In QlikView, can I compare the SIZE of A.qvd from Folder A with that from Folder B? Basically it's enough to have Y if the sizes match and N if they don't.

BR,

P Q

2 Replies
lironbaram
Partner - Master III
Partner - Master III

yes

in the load script you can write

if( filesize('PathToFolderA') = filesize('PathToFolderB') ,'Y' , 'N' )

Anonymous
Not applicable
Author