Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

match with * ??

Hi everybody i have a little question about  match function and the * ( for example in SQL it may be something like this WHERE NAME = GO* and it selects all names that start with GO

is it possible this with the match function in QV? for example

WHERE MATCH(NAME, ´AL*´, ´PO'; )

etc...

Thank you all!

1 Solution

Accepted Solutions
Gysbert_Wassenaar

In Qlikview you can use the wildmatch function for wildcard matching.


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar

In Qlikview you can use the wildmatch function for wildcard matching.


talk is cheap, supply exceeds demand
Not applicable
Author

Thank you, then i have to do the same thing that i did with match but with WILDMATCH?

Gysbert_Wassenaar

Yes, that's right.


talk is cheap, supply exceeds demand
Not applicable
Author

Thank you.

I´ll put a simple example , maybe this would help somebody.

FROM

xxxx.qvd

Where WildMatch(account, '2103*', '2108*', '2104*', '21021*', '21004*');