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: 
punitpopli
Specialist
Specialist

Create a timestamp in required format

Hi All,

I am looking for a way to generate timestamp in Qlik Sense dynamically in below format - 

2024-11-17 17:56:38.968

Anyone had crated in aforementioned format and can share details will be really appreciated.

 

Thank you in advance

- Punit

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

TImestamp(now(), 'YYYY-MM-DD hh:mm:ss.fff')

-Rob

View solution in original post

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

TImestamp(now(), 'YYYY-MM-DD hh:mm:ss.fff')

-Rob