Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

text file is generating but without data?

Hi experts ,

i have a application  with in that i have script like after finishing the reload text file need to be generated ,

but i am getting text file without data but my reload is successful,  early it is generating but not now ?

what is the reason behind this ?

10 Replies
Colin-Albert
Partner - Champion
Partner - Champion

Have you enabled the option to Generate Logfile?

This should show you how many records and rows are being loaded into your app and should show you why you are seeing no data.

Not applicable
Author

Hi,

thats already enabled, but i did not required that

i have a comand like

store tablename into ... sales.txt  ( i written in script level  to store some data in to text file)  its working early

but today today it is generating without data what i want to store

ex:

store tablename into  ..\sales.qvd   and  in down i written for one text file(my requirement)

store tablename into   ..\sales.txt 

giakoum
Partner - Master II
Partner - Master II

store tablename into   ..\sales.txt (txt);

try that


is there data in your qvd file?

Not applicable
Author

syntax is correct only in my script i am getting text file also but without data ?

Colin-Albert
Partner - Champion
Partner - Champion

Have you tried

     store tablename  into ..\sales.txt (csv) ;

Also does the logfile show that data has been loaded into the table?

ashfaq_haseeb
Champion III
Champion III

Hi

Make sure you are not dropping that table before you store it into text.

Regards

ASHFAQ

kristoferahlin
Partner - Contributor III
Partner - Contributor III

Have you confirmed in table view (Ctrl + T) that there is data in the relevant table? Just to rule out the possibility that the table was not created correctly...

Not applicable
Author

i did not droped that table .

just i am getting fieldnames only not inside data.

giakoum
Partner - Master II
Partner - Master II

this cannot happen. please copy the script here.

and please also attach a logfile