Hi Experts, I have a data set and usually it will have variables Type1 Type2 Type3, but unfortunately this time there is no variables like that, so now if i am working on the below if Type1 = "1" then label= "Type1"; else label= "NA"; f Type1 = "2" then label= "Type2"; else label= "NA"; etc.... so this time I am getting un initialized note, is there any way to avoid this? Need and needs this to run in future also with out any changes if the variable added next delivery by the data team.
... View more