Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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.
anant
google a font called ds-digital, and use it on a text object displaying =time(now(2)) or the time you want to display.
Hi Pratap,
PFA file for solution.
Regards,
Jagan.,
Thanks Jagan
Thanks Rama
thanks anant
Hi Pratap,
try either of these
=Timestamp(now(),'hh:mm:ss TT')
=Timestamp(LocalTime('GMT+05:30'),'hh:mm:ss TT')
Regards,
Vijay
Hi Jagan,
Time stamp should be in lower case(hh:mm:ss) otherwise it is taking MM as month number.
Regards,
Vijay