Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

QVD Generator

Hai,

if we have no data file means,dt is also generate a QVD file right...

but my requirement is, if there is no data in the file means,it shouldn't generate the QVD...

is there any condition for dt..

anyone help me..

thanks in advance.

14 Replies
Anonymous
Not applicable
Author

thanks ur post lakshmipathi,but its not working.

if $(va)=0 then drop else store. it showing error nly

pathiqvd
Creator III
Creator III

Hi,

     It is working, check you logic or find below logic

if $(vA)=0 THEN

drop table A;

ELSEIF $(vA)>0 THEN

store A into C:\Users\A.qvd;

ENDIF

pathiqvd
Creator III
Creator III

Hi,

     It is working, check you logic or find below logic

if $(vA)=0 THEN

drop table A;

ELSEIF $(vA)>0 THEN

store A into C:\Users\A.qvd;

ENDIF

Anonymous
Not applicable
Author

Thanks lakshmi pathi.its very helpful..

parimikittu
Creator II
Creator II

Hi, Please close this thread,By marking answered.