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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
dennisthemenace
Contributor III
Contributor III

Timestamp formula including date and time formula

Hi all,

as written in the topic, I have created a Timestamp formula shown here:

Timestamp(Date('35645') &' '& Time('8/24'),'DD.MM.YY hh:mm')  

.. but the output is without time:

03.08.97 00:00

I have tried all possible things but without success.

Thanks in advance !!

Labels (1)
1 Solution

Accepted Solutions
marcus_sommer

Try it with:

Timestamp(35645 + 8/24,'DD.MM.YY hh:mm')  

- Marcus

View solution in original post

2 Replies
marcus_sommer

Try it with:

Timestamp(35645 + 8/24,'DD.MM.YY hh:mm')  

- Marcus

dennisthemenace
Contributor III
Contributor III
Author

Thank you! its been working! 🙂