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: 
eduardo_dimperio
Specialist II
Specialist II

Using WildMatch()

Hi,

I need some help, i dont understand  why this wildmatch is not working.

WildMatch(SUBCOMPONENTS,'*'&LOGRADOURO&'*')

As far as I know, using wildmatch(), it should seach if in LOGRADOURO has the word SILAS and return a non-zero value if true.

image.png

Thank you

 

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

Don't you need the opposite?

WildMatch(LOGRADOURO,'*'&SUBCOMPONENTS&'*')

View solution in original post

3 Replies
Anil_Babu_Samineni

Like this?

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sunny_talwar

Don't you need the opposite?

WildMatch(LOGRADOURO,'*'&SUBCOMPONENTS&'*')
eduardo_dimperio
Specialist II
Specialist II
Author

Hi Sunny,

Indeed, was the opposite.