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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hi all

Can any one explain what is  wild card search?  what are the uses and how to use wild card?

Labels (1)
5 Replies
sujeetsingh
Master III
Master III

Hi,

Match() and MixMatch() and WildMatch() will do, specially this last one, they are a combination of IN and LIKE. But the LIKE operator exists and works in QlikView as well. This Data table will return only one row (Advanced, 100).

  1. Data: 
  2. LOAD * INLINE [ 
  3. Name, Value 
  4. Advanced, 100 
  5. Ultimate, 900 
  6. Normal, 50 
  7. WHERE Name LIKE 'A*';  
  8. // this is the same as 
  9. // WHERE Left(Name, 1) = 'A'; 

Hope that helps.

Miguel

ashfaq_haseeb
Champion III
Champion III

sujeetsingh
Master III
Master III

where

     wildmatch(Field1, '?????-????-*')

;

from online help

wildmatch( str, expr1 [ , expr2,...exprN ] )

The wildmatch function performs a case insensitive comparison and permits the use of wildcard characters ( *and ?) in the comparison strings.

Example:

wildmatch( M, 'ja*','fe?','mar')

returns 1 if M = January

returns 2 if M = fex

sujeetsingh
Master III
Master III

vardhancse
Specialist III
Specialist III

wild card search is nothing but searching the related to our text:

*a*

so a related search will be done in the objects like list box