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: 
jonesbrown
Creator
Creator

What is the Uses of match and mismatch Functions?

Hi All,

I am new to Qlikview

What is the Uses of match and mismatch Functions?

plz help.

4 Replies
YoussefBelloum
Champion
Champion

Hi,

making script / chart conditions/calculations on a field for example

if(match(field,'value1,'value2'...), 'make something', 'make something else') as FIELD

or

if(NOT match(field,'value1,'value2'...), 'make something', 'make something else') as FIELD


https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFun...

jonesbrown
Creator
Creator
Author

Thank you sir

YoussefBelloum
Champion
Champion

you're welcome

sergio0592
Specialist III
Specialist III

Hi,

Mismatch function doesn't exists. It's Mixmatch() function. It performs a case insensitive comparison whereas match() performs a case sensitive.