This content has been marked as final.
Show 2 replies
-
Re: Date Dual Field
Anil Babu May 15, 2017 12:19 PM (in response to James Green)May be this?
LOAD Date(alt(Date#([Invoice Date],'DD-MM-YYYY hh:mm:ss'), Date#([Invoice Date],'MM/DD/YYYY hh:mm:ss TT'))) as [Invoice Date]
FROM
[Sales Data Extract Example.xlsx]
(ooxml, embedded labels, table is Extract);
-
James Green.qvw 147.5 K
-
-