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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

I want to display the time in digital way in one chart or in any other way

  digital clock.jpg

              1(Hrs)          2(Min)             3(Sec)

the above is 3 gauge chart but I want display the total time(HH:MM:SS) in one chart instead of 3 charts or in any other way.

Anybody help me to get this.

9 Replies
MayilVahanan

HI

Use Text object instead of Digital Gauge Chart with white background, green color and increase the font size as your requirement, We refer the text object for this kind of scenario.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Anonymous
Not applicable
Author

take a text box  in general tab write the following function    =Time(LocalTime())    in Font tab you can use option like bold,size , color etc  in genral tab you can can change the backgound color to white so you have a digital clock in one object.

ananttest.png

Alejandro_Hernández
Former Employee
Former Employee

google a font called ds-digital, and use it on a text object displaying =time(now(2)) or the time you want to display.Untitled.jpg

jagan
Partner - Champion III
Partner - Champion III

Hi Pratap,


PFA file for solution.

Regards,

Jagan.,

Not applicable
Author

Thanks Jagan

Not applicable
Author

Thanks Rama

Not applicable
Author

thanks anant

Not applicable
Author


Hi Pratap,

try either of these

=Timestamp(now(),'hh:mm:ss TT')

=Timestamp(LocalTime('GMT+05:30'),'hh:mm:ss TT')

Regards,

Vijay

Not applicable
Author

Hi Jagan,

Time stamp should be in lower case(hh:mm:ss)  otherwise it is taking MM as month number.

Regards,

Vijay