Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
fmazzarelli
Partner - Creator III
Partner - Creator III

Clock

Hi Community,

I testd data picker and I'm very satisfy.

My next question is:

could you suggest a method to represent time by clock?

1 Solution

Accepted Solutions
sinanozdemir
Specialist III
Specialist III

Fabio,

Again, you can use Time(Now()) within a text box to create a digital clock:

Capture.PNG

See the attached qvw.

Thanks

View solution in original post

10 Replies
sinanozdemir
Specialist III
Specialist III

Hi Fabio,

You can use now() function:

Capture.PNG

fmazzarelli
Partner - Creator III
Partner - Creator III
Author

If i use now() ... full date and time

if i use .....    ... just time.(?????)

Could you suggest the function?

sinanozdemir
Specialist III
Specialist III

It is in the attched qvw.

The function is time(now())

fmazzarelli
Partner - Creator III
Partner - Creator III
Author

Hi Sinan,

friendly.

fmazzarelli
Partner - Creator III
Partner - Creator III
Author

Hi Community,

want to take a step forward . Is it possible to create a digital clock ? With time

running seconds minutes for istance:

Immagine.png

sinanozdemir
Specialist III
Specialist III

Fabio,

Again, you can use Time(Now()) within a text box to create a digital clock:

Capture.PNG

See the attached qvw.

Thanks

sinanozdemir
Specialist III
Specialist III

Here I played with the formatting and used two text boxes, and stacked them.

The first text box has Time(Now(), 'HH:MM:SS') to show the time as you wanted and the second text box has Date(Now(), 'WWWWW MMM DD YYYY') to pull the day name, month name, day, and finally the year.

Capture.PNG

I am also attaching the qvw.

fmazzarelli
Partner - Creator III
Partner - Creator III
Author

Hi Sinan,

yes, i replicated your work (qlik sense) using kpi and text/image

but the time doesnt' run.

It remains fixed when I created the post

Immagine.png

fmazzarelli
Partner - Creator III
Partner - Creator III
Author

Hi,

I copied a javascript program creating an extension.

Then using media box, I obtained the result attached.