Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I wish to plot duality chart (sample chart as attached) by using the attached data.
In the serial number, for Category BC, i would like to extract the first 2 digits as year and 3rd digit as month.
Eg.: 1861212345
18 = Year 2018
6 = June
For product AC, the first digit is year, 4th digit is the month.
Eg.: 8AB513154
8 = Year 2018
5 = May
The extracted month-year from serial number will be the production month.
For both category AC & BC, the serial number for October, November and December is different.
O = October
N = November
D = December
The repair qty is DISTINCT (Count Job#) for each month.
Monthname is the repairing month.
Anyone can show me how to do this in Qlikview?
Hello,
Assuming you are scripting you can do a mapping load & the apply map in a nested if function preceding load on your data, like this;