Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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')