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: 
mellerbeck
Creator II
Creator II

Time format including AM/PM

I only see in the help Time(HH:MM:SS)

Anyone know how?

1 Solution

Accepted Solutions
Not applicable

Try this:

h:mm:ss tt   (if you want seconds)

h:mm tt  (if you do not want seconds)

View solution in original post

2 Replies
Not applicable

Try this:

h:mm:ss tt   (if you want seconds)

h:mm tt  (if you do not want seconds)

Sokkorn
Master
Master

Hi,

I have two solution:

1. On Chart

Right Click on Chart --> Properites --> Select Number tab --> Select on Expression --> Check on Time for number formate setting.

2. Use function:

TIME(TimeField,'h:mm:ss TT')

Regards,

Sokkorn