Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jvitantonio
Specialist III
Specialist III

Wrong minutes in date format

Hi, can anyone tell me why the formula

=date('40813,740127315', 'DD/MM/YYYY HH:MI:SS')

throughs a wrong amount of minutes. It's like a letter i instead of a number...

Thanks.

1 Solution

Accepted Solutions
m_woolf
Master II
Master II

Try:   HH:MM:SS

View solution in original post

3 Replies
m_woolf
Master II
Master II

Try:   HH:MM:SS

stephencredmond
Partner - Specialist II
Partner - Specialist II

Hi,

You need to use lower case for time:

hh:mm:ss

Regards,

Stephen

jvitantonio
Specialist III
Specialist III
Author

Thanks. That's correct. I got confused with Oracle sintax.