Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
thanks ur post lakshmipathi,but its not working.
if $(va)=0 then drop else store. it showing error nly
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
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
Thanks lakshmi pathi.its very helpful..
Hi, Please close this thread,By marking answered.