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

Excel Export Issue

Hi All,

I have written a macro code for export trend table. The table exports successfully but the dates converts to wrong format (mm/dd to mm/dd/yyyy.

For example, when pasted on excel, 11/21 will change to 11/21/2015.

Can we stop this conversion?

Thanks

4 Replies
robert_mika
Master III
Master III

Try:

Help >> About Qlikview >> right click on the Qlik icon >>

change to String

Not applicable
Author

Hi Robert,

I changed it to String. The export is still showing incorrect dates

Thanks

robert_mika
Master III
Master III

Could you post your macro?

After the data are being send to Excel you can probably use sendkey function to format the data to desired output.

Not applicable
Author

hi,

when you export data that time date field took the format of your existing system date_time format.

Can you change your system(from where you exporting)date then see.

Regards

Vimlesh