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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Batch file

Hi

Team I want to send text to  batch file like this

"ArchiveBatchDir" space "DataDir" space "ArchiveDir" 

I have written the code as below

Load  ArchiveBatchDir &'"'& Chr(4) & DataDir &'"' & Chr(4) & ArchiveDir &'"'  as Batch

But its giving "" in between. Can any one help to get exactly the same as

"ArchiveBatchDir" space "DataDir" space "ArchiveDir" 

0 Replies