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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Wildmatch - compare 2 field values?

Hi,

I want to compare 2 field values with WildMatch, for example, Model and SModel both contain ABC and should be recognized as 'match'. But the wildmatch here does exact match. How to solve the problem? Thanks.

LOAD if(wildmatch(Model , SModel),1,0) AS Flag

;

LOAD * INLINE [

    Model , SModel

   ABC, ABC D

];

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Please try not to post duplicate threads:

Wildmatch - compare two fields

I've posted an answer to the other thread.

View solution in original post

1 Reply
swuehl
MVP
MVP

Please try not to post duplicate threads:

Wildmatch - compare two fields

I've posted an answer to the other thread.