Forum Discussion
admin11
Memorable Member
4 years agoHow to duplicate the column and replace G with missing value ?
Hi All I have the field name = GROUP_TYPE , It have G1 , G2 ...... I like to create another column , that is copy all the value label except "G" So it will return as below :- G1...G1 G2.....
- Anonymous4 years ago
Hello
G is the minimum LEN =1
if(Len(Groupp_Type)>1,Group Type)
Anonymous
4 years agoNot applicable
Hello
G is the minimum LEN =1
if(Len(Groupp_Type)>1,Group Type)
- admin114 years ago
Memorable Member
Anonymous
Thank you very much. it work
Paul