Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Export table without double double-quotes

Hi.

I'm trying to get an export job to work, so that the field names and field values will be exported with double quotes:

I used Chr(39) and made the structure in the qvw-file - and it is as it should be, that is:

Field names (with double quotes in the name):

"Date"

"Amount"

and field values (with double quotes in):

"2012-01-01"

"1000"

but when exporting the table to a txt-file by the use of STORE qlikview adds another set of double quotes, and the result is:

Field names:

"""Date"""

"""Amount"""

Field values:

"""2012-01-01"""

"""1000"""

Why is that, and how can I get QV to skip the double double-quoting. (Using the Format Specification Items is not working for me).

1 Reply
qlikviewforum
Creator II
Creator II

Hey

I am also looking for the same. By any chance have you got the solution? Please share if you have got any solution.

Thanks,

qvforum