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

Error in join in tMap

Hello Community, 

 

I have two inputs: A

tDbRow

A tDbInput from the same table

 

The first input contains a query that gives me the FileName field

The second input contains a select * query from my table

 

What I want to do is that I want to create a new table that does not contain the FileName of the first Input.

Labels (2)
3 Replies
fdenis
Master
Master

tSetGlobla Map
globalMap.set("fn") = "FileName";
did you mean
globalMap.set("fn") = row1.FileName;
Anonymous
Not applicable
Author

I changed the value in GlobalVar but in the tMap there is no column


1.PNG
2.PNG
fdenis
Master
Master

please add tLog on your link then analyse your flow.
you can try to run your job on debug mode..
try it.