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

Today() gives two different values in two different files

I have a lot of reports where I either want to report today's, or the last workday's activity.

For today, I use: Today()

For the last workday, I use: FirstWorkDate(Today()-1,1)

This morning, I noticed that for one report, Today() is being calculated at 4/23/13, instead of 4/24/13.

All my other reports are calculating this properly. I've tried deleting and re-entering the expressions,

but to no avail.

Any idea why this would be happening?

Thanks,.

2 Replies
Not applicable
Author

Hi,

Try Now();

Rebeca Gums

Bill_Britt
Former Employee
Former Employee

Hi,

Today() and today(0) will return the last execution / reload date

 

Today(1) will return the current system date.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.