Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

wildmatch

hi,

i need to know if the character '*' exist in a string

how i write the wildmatch expression?

3 Replies
poluvidyasagar
Creator II
Creator II

Can you share some data.

sunny_talwar

May be this

=If(SubStringCount('shdsbd*mdfhs', Chr(42)) > 0 , 1, 0)

sunny_talwar

Or this

=If(SubStringCount('shdsbd*mdfhs', '*') > 0 , 1, 0)