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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Valentinas
Contributor
Contributor

tFileOutputExcel

Hi,

I`m trying to append the existing MS Excel via tFileOutputExcel function, but this function overwrites this file (all sheets are deleted, and only new sheet left)

Append existing file is checked.

What I am doing wrong?

Thanks

Val

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

"Append existing file / Append existing sheet" options mean you want to write at the end of the file / sheet if it exists.

Carefully, if you try to push data to the same xlsx file to 2 different sheets in the same subjob, you'll lost the 1st one.

You could write into multiple sheets without having to use multiple subjobs.

Better to write to a tHash and then write the results to the Excel file in subsequent sub jobs.

Best regards

Sabrina