Dear all,
Im trying to rename column based on levelsof return function :
I tried
it returns “‘myValue’” and then I want to achieve this
its not working, I guess because it returns kind of a string value ? Has anyone any idea how to achieve that.
Regards,
Kevin
Im trying to rename column based on levelsof return function :
I tried
Code:
levelsof varName if exp
Code:
rename col1 _this returned value_
Regards,
Kevin
Comment