Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Bonjour,
Quelqu'un sait par quoi on peut remplacer la formule LIKE dans le Qlikview svp?
Merci d'avance!
Bonjour,
Que voulez-vous dire par la formule LIKE?
Parlez-vous de la fonction LIKE en SQL?
Cordialement,
Claire.
Load * from calendar where monthname like 'Jan*'
just use '*' instead of '%'
Hope it helps
Load * from calendar where wildmatch(monthname,'Jan*')
in qlikview we use Wildmatch and match function to get the desired result
hope it help