I am trying to de-pivot a excel file like below, the "NA" are null values, I have Field3 and field4 set as integers
I have:
attribute name >> edit list >> attribute name = field3 & atrributes = .*
index attribute = myNewFieldName
checked create nominal index
checked keep missings
I keep getting the error:
Process failed "attributes have different value types: no conversion performed" |
Any help is greatly appreciated
Thanks
id field1 field2 field3 field4 |
1 stuff aaa 4 3 |
2 stuff bbb 7 6 |
3 stuff ccc NA 1 |
4 stuff ddd 3 3 |
5 stuff eee 9 NA |
6 stuff fff 6 NA |