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: 
souadouert
Specialist
Specialist

string function

hello,

want to check the existence of a string in another string, I used findof doent work

1 Solution

Accepted Solutions
vkish16161
Creator III
Creator III

Use wildmatch

for e.g. wildmatch('Dummy','*Dummy123*') returns 1

View solution in original post

5 Replies
vkish16161
Creator III
Creator III

Use wildmatch

for e.g. wildmatch('Dummy','*Dummy123*') returns 1

MarcoWedel

Actually "wildmatch('Dummy','*Dummy123*')" returns 0.

I guess you meant "wildmatch('Dummy123','*Dummy*')"

regards

Marco

MarcoWedel

Hi,

you could also use the Index() function

hope this helps

regards

Marco

souadouert
Specialist
Specialist
Author

yes i used Index thank y

MarcoWedel

you're welcome

regards

Marco