Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
How do I deal with Fields that have mixed alphabets e.g
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| S/N | Name | Office |
| 1 | Mark | GM's Office |
| 2 | mark | gm's Office |
| 3 | mk | gm office |
These are information of one person is there a way i can make Qlikview know these data are just one persons data?
I want Qlikview to see Mark, mark and mk as Mark
Is that only one example or you have more like
Lets say Dv will be David?
You can do something like
if(wildmatch('m*k'),'Mark') as Name
and
if(wildmatch('gm*office'),'GM Office') as Office
But you cannot predict all possible typos. Better to clean up in the data...
You can make a separate table which can have all the variations and corresponding normalized name. like mk, mak, MRk as MARK. Join this table with your original table on variations and upload the data with normalized field values.
My data source is SAP and i dont have access to do thorough data cleansing.
So it will be pretty much "manual" fixes in QV...
Search the forum for the "wildcard mapping", I believe there are solutions than can help, at least partially.
Hi Emma did you achieved it
I can not see any other way than with ApplyMap/Mapping Load