Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
ananyaghosh
Creator III
Creator III

Storing Max(Add_DATETIME) does not store milliseconds in qvd

Hi,

My DB table store milliseconds ADD_DATETIME as : 22-JUN-18 05:24:47.000 001 000 PM and I storing it in a QVD, but it does not store the millisecond part and store only 22-JUN-18 05:24:47.000000 and also I have stored it as

timestamp(ADD_DATETIME, 'dd-mm-YY hh:mi:ss.ffffff TT') in the QVD. But it does not store the milliseconds values .

What should I do now?

1 Reply
YoussefBelloum
Champion
Champion

Hi,

try to store it like this:

timestamp(timestamp#(ADD_DATETIME, 'dd-mm-YY hh:mm:ss.ffffff TT'),'dd-mm-YY hh:mm:ss.ffffff TT')