Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
From this topic : https://community.qlik.com/t5/QlikView-App-Dev/How-to-get-rid-of-the-double-quotes-while-storing-int...
I understand that when I want to store to a txt file I can use no quotes to avoid that quotes are add to strings.
I get an error when using this line i my script:
STORE HTMLOutput INTO .\MyOutputFile.html (txt,delimiter is '|',no quotes);
message is :Unexpected token: 'no', expected one of: ')', 'qvd', 'txt', 'qvx', 'delimiter'
Is it not possible anymore to use this option ?
I there another way to avoid those extra quotes ? Extra problem is there have to some quotes in my output.