crystal2770
Technical User
Im sure its easy but I cant find the way to do this..
I am trying to concatenate the name in my select statement..
b.lst_nm+', '+b.fst_nm
HOWEVEr all this gives me is..
NAME ,FIRST
NAMELLL ,FIRSTTTT
I need the following at a fixed with of 32
NAME, FIRST
NAMELLL, FIRSTTTT
Thanks
I am trying to concatenate the name in my select statement..
b.lst_nm+', '+b.fst_nm
HOWEVEr all this gives me is..
NAME ,FIRST
NAMELLL ,FIRSTTTT
I need the following at a fixed with of 32
NAME, FIRST
NAMELLL, FIRSTTTT
Thanks