Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to see current time in Qlikview

How to see current time in Qlikview

13 Replies
oknotsen
Master III
Master III

Check the bottom right corner of your screen.

Or your phone.

Or that thing around your wrist.

Or that disk hanging on the wall.

Or use the Now() function, but face it, with all the previous options already available, adding a clock in your dashboard feels like a waste of space.

May you live in interesting times!
Anil_Babu_Samineni

You may create text object and Use this

=Date(Now(),'hh:mm:ss TT')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
its_anandrjs

Use one of this

Now()

Today()

Regards

Anand

t_moutault
Contributor III
Contributor III

Hi,

you can use this : time(now())

you might need to change format : SET TimeFormat='hh:mm:ss';

sonysree88
Creator II
Creator II

Use this : Date(Now())  it wil show the cureent date with time

before that you can check SET statement is there or not

If it is like this SET TimeFormat='hh:mm:ss';  that should be fine.

dineshm030
Creator III
Creator III

=Time(Now())

Not applicable
Author

LOL

Not applicable
Author

You can take text object and in that text object write the below expresion

=Now()

It gives you the Current system Time Stamp (with date)

adamdavi3s
Master
Master

sod it, I might as well chip in, everyone else has!

Get a new text object

in the text write =time(now())

maybe get a fancy font

Capture.PNG

Done..

There now you have 8 answers which are almost exactly the same... but hey that's what this community is about 😉