Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I've got a column "DAYS" in a source data file with the following data (week's days):
FRI,SAT
THUS/MON
WED
...
As you can see, delimiters and symbols are different. How to get the following result in QlikView by the easiest way:
Fri/Sat
Thu/Mon
Wed
With best regards,
Evgeniy Sharahov
Hi,
You can try if(wildmatch(field,'*,*')>0,replace(field,',','/'),field)
Hi,
You can try if(wildmatch(field,'*,*')>0,replace(field,',','/'),field)
Hi Amira,
Thank you. And we also need to add Capitalize() to convert to the appropriate format.
You can use the UPPER() function of QlikView