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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

wildcard match

why using wildcard match using in Qlikview ? and what is the purpose  of using pls brief me frnds............

Hari

Labels (1)
2 Replies
swuehl
Champion III
Champion III

I am unsure where to start.

Are you asking for "What is a wildcard in general" or for specific QV functions that support wildcards, like LIKE operator, WILDMATCH() function?

If you understand what a wildcard is, the "why ...?" should already be answered at that point in time.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Whenever you want to match part of a string, but the target piece has no fixed place. For example, I want all records that have ABC in their ID::

ID

123ABC456

90234ABC1

0DEF10000

101779ABC0

: