Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
salve ragazzi
potete dirmi come si utilizza la sintassi del MIXMATCH ? e cosa fa?
grazie per l'attenzione
please
Hi,
Can you please translate your requirement in english
Hi guys
Can you tell me how you use the syntax of Mixmatch ? and what does it do? (Thanks to google translate)
Try this post (sorry but it's in English)
Mixmatch function performs case insensitive search
It is same as match but it treats upper case and lower case alphabet as same
mixmatch( str, expr1 [ , expr2,...exprN ] ) effettua un confronto indipendente da maiuscole/minuscole
Esempio:
mixmatch( M, 'Jan','Feb','Mar')
confronta M con Jan Feb Mar
ritorna 1 se M è Jan, 2 se Feb, 3 se Mar, altrimenti 0
lo trovi nell'help online di Qlik, in italiano se hai settato la lingua in italiano