Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have already created QVD's of 7 different tables .Now from new QVW iam fetching the data from the QVD;s But from this QVD's i want to limit the rows to 200 , will some one help me how do we do this please .
Thanks In Advance
or use first load...something like this:
Tablename:
First 200
Load ...
....
from yourfile.xls;
Try with Debug Load by setting 200 in rows limit.
MC
Look the image below

Regards
or use first load...something like this:
Tablename:
First 200
Load ...
....
from yourfile.xls;
Thank u very very much jsaradhi ur answer made me to proceed my work