Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have just gone through the Qlik site but I'm not clear when exactly we should use Match or WildMatch or MixMatch?
Can you please give one -one example of each one. So, that I can clearly differentiate among all these three.
I only understand from Qlik site that Match is case sensitive and WildMatch and MixMatch is not case-sensitive.
I often use WildMatch for Renaming the Dimension Values in my Qlik Projects.
In the help of Qlikview you can find some information of what you need. Here you have the link of these three functions:
In the help of Qlikview you can find some information of what you need. Here you have the link of these three functions:
Hi Vivek,
Match() is used for a case sensitive comparison. It matches the exact searchstring you pass in the function.
for Example: Match(Name,'Vivek') , returns true if a person's name is exactly Vivek (V caps).
WildMatch is used for a match where a string can be part of the search string.
For example :Match(Name,'Vivek') will return true if a person's name is Vivek, Vivekanand or some other string containing Vivek in it.
MixMatch is same as Match but it is case insensitive.
Regards,
Sagar.
thanks
I have one doubt that when I'm using Match then I'm not getting correct output but when I'm using wildmatch then only I'm getting correct output why this happening?