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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
darrellbutler
Creator
Creator

Finding the presence of a value in two separate columns.

Hi, I need to check whether or not a membership code exists in two columns within the same table.

Has anybody got any ideas on how i can acheive this?

Many thanks

Darrell.

1 Reply
Not applicable

Sum(if(Colum1=Column2,1,0))

by using this as expression u will get how many values match between to column.