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: 
Not applicable

Display Timestamp from Date and Time

Hello,

This question might have been asked before on a previous thread, however, how can you possibly show just the timestamp value in minutes from a date and time field?

Thanks in advance

Amit

1 Solution

Accepted Solutions
prieper
Master II
Master II

TIMESTAMP(NOW(), 'mm')
?

HTH
Peter

View solution in original post

2 Replies
prieper
Master II
Master II

TIMESTAMP(NOW(), 'mm')
?

HTH
Peter

Not applicable
Author

Thanks Peter. That worked. I can't believe it was that simple. I tried timestamp before but didn't work. (must be using a wrong syntax).