Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have got a real problem.
I want to export my tables as csv-files to input them into another application (not Qlikview).
However, I export them with the following:
STORE
<< fields >>
from
Table
into
Table.csv (txt, delimiter is ';' );
The problem is that the other application wants just real csv-files and does not "see" the stored ones. If I open them in Excel after stored from QV and say "Save" and close them it looks like the csv-file is just a text file with csv-ending because when I do "Save As" the selected file-type is "Unicode Text (*txt)" but I requested "*.csv". Anyone knows how I can export real csv-files.
The problem is that I can start the other application via QV-Script and that should work without manual work.
Thanks in advance!
Kind regards
Micha
Can you make a example in QV. I need this makro, but I don't know how to create it in QV.