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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Can i use globalmap variable in schema in talend

Hi, i want to use value of  `(String) ((Map<String, String>) this.globalMap.get("cIndexMap")).get("Arrival_Date")`

in Schema of XMl and ExcelFile.

Thanks,

Meet

Labels (3)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Field name in schemas must be defined at compile time and global variables are defined at runtime, so I'm afraid the answer is No, you can't.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Instead of "C9","C12" i wanted to use `(String)this.globalMap("anyKey")`, Screenshot attached below.0683p000009M1h9.jpg

TRF
Champion II
Champion II

Field name in schemas must be defined at compile time and global variables are defined at runtime, so I'm afraid the answer is No, you can't.