Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

filter data by current date between start date and end date in Talend

Hi ,
I want to filter data in the tmap expression by the current date between start and end date in Talend and getting the error.
Can anyone please let me know if anything is wrong from the below screenshot.
0683p000009MDAA.png
Thanks!
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,
Assign a current date as a global variable and use that for tMap look up with your TR_STRT_DATE and return true case output.
This is one of the way.  But there are many!!
Anonymous
Not applicable
Author

Thank you!