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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Selecting CurrentDate

I wonder if there is a function inside Qlikview to simply select the current systemdate? I found some =VDayToday functions

inside the expressions creator but those dont seem to do anything for me.

Regards Luuk



1 Solution

Accepted Solutions
Not applicable
Author

Hello Luuk,

write ie. into a text object

='Today: ' & today()


RR

View solution in original post

3 Replies
Not applicable
Author

Hello Luuk,

write ie. into a text object

='Today: ' & today()


RR

renjithpl
Specialist
Specialist

=today() will select the date form the system clock.

regards

Not applicable
Author

Thank you Roland and Ranjit,

I knew there had to be a really easy way, i just could not find it in the books I had.

Regards Luuk!