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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

How to get a yesterday's date with "TalendDate.getdate" statement

Hi,
I would like to get a yesterday's date in job like following.
TalendDate.getDate("YYYYMMDD") - 1
How should I do for realizing like this case?
Thanks!
Regards,
Labels (2)
1 Reply
Anonymous
Not applicable

Hi
Try
TalendDate.addDate(TalendDate.getCurrentDate(),-1,"dd")
Best regards
Shong