G
Guest
I want to create a dataset and save it as a csv file. To create the correct
data set I have had to use a UNION query. Everything is working fine up to
the point of exporting.
If I try to export it as a text file I get the error message "Too few
parameters".
If I export to Excel the date format changes. I need to have the short date
format (d/M/yyyy) and that is how it is set in all the source tables but the
data arrives in Excel in a dd-mmm-yy format. The weird thing is that I can
run any of the individual queries that make up the UNION query, export them
to Excel and get the correct date format. However, as soon as I start adding
them together, in any combination, as a UNION query I lose the formatting.
Any suggestions?
Thanks in advance.
data set I have had to use a UNION query. Everything is working fine up to
the point of exporting.
If I try to export it as a text file I get the error message "Too few
parameters".
If I export to Excel the date format changes. I need to have the short date
format (d/M/yyyy) and that is how it is set in all the source tables but the
data arrives in Excel in a dd-mmm-yy format. The weird thing is that I can
run any of the individual queries that make up the UNION query, export them
to Excel and get the correct date format. However, as soon as I start adding
them together, in any combination, as a UNION query I lose the formatting.
Any suggestions?
Thanks in advance.