Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am new to Qlikview
What is the Uses of match and mismatch Functions?
plz help.
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
Thank you sir
you're welcome ![]()
Hi,
Mismatch function doesn't exists. It's Mixmatch() function. It performs a case insensitive comparison whereas match() performs a case sensitive.