Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
terrusie
Contributor II
Contributor II

Find out whether value in one field exists in another.

I have two tables: A & B

A has two fields:

[Traffic Signal],

Location

B has one field:

[Traffic Signal Currently Red]

I need to find the Location value for each [Traffic Signal Currently Red]

1 Solution

Accepted Solutions
sunny_talwar

May be use ApplyMap or Join....

View solution in original post

2 Replies
sunny_talwar

May be use ApplyMap or Join....

YoussefBelloum
Champion
Champion

Hi,

if [Traffic Signal Currently Red] values in table B exists in [Traffic Signal] in table A, I would recommend using a Mapping table and Applymap() to fetch the location values, like suggested by Sunny