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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] tMemorizeRows Error: cannot be resolved to a variable

Hi all,

I am connecting a main table and lookup table to tMap.

The lookup table is connected to tMemorizeRows before connecting to tMap.
current_date is a column in lookup table.

I have this code in tMap as an expression in Var (intermediate variable):
(current_date_tMemorizeRows_1==null) ? null : TalendDate.parseDate("yyyy-MM-dd", TalendDate.formatDate("yyyy-MM-dd", current_date_tMemorizeRows_1));

I received the error:
current_date_tMemorizeRows_1 cannot be resolved to a variable.


Please help.
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

 Hi guys, I found out the solution. It is to use globalMap.get()
Thanks!

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi. Anyone out there please help.
Anonymous
Not applicable
Author

 Hi guys, I found out the solution. It is to use globalMap.get()
Thanks!