Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
canoebi99
Partner - Creator
Partner - Creator

QlikSense Cloud Business - Is it possible to store a csv file out to an FTP folder

Hi all, 

I have a requirement to store out some data into a csv file from Qlik Cloud Business and I need the csv file to be created on an FTP site. 

Can anyone tell me if that is actually possible with Qliksense cloud business please? If so can you please provide some guidance on how to achieve this? 

Many thanks

Ben

Labels (3)
2 Replies
Rasmus
Partner - Contributor
Partner - Contributor

Hi @canoebi99

Did you find an answer to this question?

Best Regards,

Rasmus

RASMUS PETTERSSON
MILLNET BI AB
Telephone: +46 70 252 52 89
www.millnetbi.se
Akshesh_Patel
Support
Support

Not sure, if you have already looked at this: https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularS...

 

For example : Store * from mytable into [lib://DataFiles/myfile.csv] (txt);

 

Best

Akki