I want to set a context variable depending on the TalendDate subroutine on the Value As Table tab, which will allow me to select the day yesterday: TalendDate.formatDate ("yyyy-MM-dd", TalendDate.addDate (TalendDate.getCurrentDate (), - 1, "dd"))
This does not work, I have no returns when I include in the selection as a date ('"+ context.date +"').
Could you tell me what I am missing? I would be very grateful if you could help me with this.
source
share