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: 
rp2018
Creator
Creator

Why Tmap comparison not working?

My lookup table is blank and have records in my source table and it is not inserting record 

to the lookup table.

 

Trying to do row1.IndoorServiceTypeID <> row2.ServiceTypeID comparision.

Here is a snapshot of my tmap.

 

0683p000009LyC3.png

Labels (2)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@rp2018,ServiceTypeID is integer data type so ,please use the below one.

 

row1.ServiceTypeID ==null

View solution in original post

6 Replies
fdenis
Master
Master

try row2!=null
manodwhb
Champion II
Champion II

@rp2018,ServiceTypeID is integer data type so ,please use the below one.

 

row1.ServiceTypeID ==null

manodwhb
Champion II
Champion II

@rp2018,try the below on in lookup section of Active/unactive expresion fileter.

 

row1.IndoorServiceTypeID <> row2.ServiceTypeID

fdenis
Master
Master

sorry you are lookng for an exclusion join.
link the input on a comon id id1=1 id2=1
add filter on output table.
be careful to select all match
manodwhb
Champion II
Champion II

@rp2018,check the below screenshoot.

0683p000009Ly1s.png

manodwhb
Champion II
Champion II

@rp2018,still do you have this issue?