Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I need your help as recently I've got some issues using "Store" function. Sometimes, after loading a table with several records, using the following statement
IF NoOfRows('Sales')>0 THEN
STORE Sales INTO $(vG.ExtractPath)\TempSales.qvd (qvd);
ENDIF
returns nothing (no QVD it's been created), even though looking at the script (please see enclosed picture) you'll see a large number of records written and after executing, I can actually see a full table in Qlik. What am I missing?
Any help appreciated!
Regards
Brunello
After your NOCONCATENATE LOAD from TempSales, I also miss a sign of the two following LOAD statements to be JOINed to the TempSales table in your script execution window.
Again, I would start with adding more TRACE statements to the script and double checking that executed and looked at script are identical.
Ok Stefan, I'll try to do as suggested: add more TRACE statements and
double check again the script.
Thanks for your time!
Have a great weekend