Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
RVeitch_84
Creator
Creator

tMap filter rejects & expression filter

I'm trying to do a simple lookup to filter some data for an Insert,Update,Delete into a DB.

Here is my example job:

0695b00000IeJNfAAN.png 

My insert filter rejects works fine:

0695b00000IeJP2AAN.pngBut I can't seem to get the update to work:

0695b00000IeJQ0AAN.pngHere is my raw data, and for the update I would like to just filter if the names are not equal to each other and then push what is in the nav data?

In this senerio, Oscar name has changed, so I would expect to ovewrite Oscar with Oscarr.

0695b00000IeJM8AAN.png

Labels (3)
1 Reply
Anonymous
Not applicable

Hello

For the updating, you need to select the rows which already exists in target DB, so the 'Catch lookup inner join reject' property should be false. In addition, use the function string1.equals(string2) to check whether two strings are equal.

 

Regards

Shong