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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlikuser09
Creator II
Creator II

if Column1 (table1)=Column1(table2), Column1)-

Display column1 if the column 1 of table 1 fields equals column 1 of table 2 . Both the tables are linked by a primary key.

1 Reply
stevejoyce
Specialist II
Specialist II

maybe this?  =Concat(Distinct field1, ',') = Concat(distinct field2, ',')

 

(field 1 is column1 from table 1, field 2 is column 1 from table 2)