gruposenda
Programmer
Hi :
I created a query subject definition, where there are 2 fileds : (1) Name ('Anthropology Institute') and (2) Number (1232680). I concatenate both fields like this : Name + ' (' + cast (Number, varchar (15)) + ')', but the result is 'Anthropology Institute (1.23268e+006)'. I need the answer 'Anthropology Institute(1232680)'. How can I do it ?
Regards.
Thanks in advance
I created a query subject definition, where there are 2 fileds : (1) Name ('Anthropology Institute') and (2) Number (1232680). I concatenate both fields like this : Name + ' (' + cast (Number, varchar (15)) + ')', but the result is 'Anthropology Institute (1.23268e+006)'. I need the answer 'Anthropology Institute(1232680)'. How can I do it ?
Regards.
Thanks in advance