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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Today(2) in Load Editor

Hi Everyone,

I would like to ask if Today(2) is used in data load editor to calculate certain fields. Would it recalculate the fields every time the app was open?  Or do I need to reload it every time?

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Today() will work with below...

0 Date at script run

1 Date at function call

2 Date when the document was opened  

So if you want to get Today's date without reloading the app use...

=Today(1)

View solution in original post

2 Replies
MK_QSL
MVP
MVP

Today() will work with below...

0 Date at script run

1 Date at function call

2 Date when the document was opened  

So if you want to get Today's date without reloading the app use...

=Today(1)

Not applicable
Author

Hi Manish, thanks for clearing my doubt.