Unable to call Talend Open Studio tContextLoad in query

317 views Asked by At

I'm trying to a variable I created from the tContextLoad_1 to perform a query. I've successfully loaded the data into the context using tContextLoad_1. For the key I used date and for the value I used the max date returned from the query. However when I try and use the context in the query I get an error message that date cannot be resolved (see error below). I'm calling the context value as context.date, not sure if this is how context should be used in the query. Any points will help.

Thanks.

WorkFlow enter image description here

Context Query

enter image description here

Error Message

enter image description here

1

There are 1 answers

1
Corentin On BEST ANSWER

Make sure that your context variable "date" is declared in your "context" view for this job (careful, it is case sensitive). This error usually means that the variable is not declared in the job.