Hi there,
I am trying to generate a key based on the clients initials, gender and date of birth. I have produced a key by using the formula below, however the date is presented with commas, is there a way I can remove these?
left({client.forename},1)& left({client.surname},1)&(tonumber(totext({client.DOB},'yyyyMMdd')))&{client.gender}
The field is presented as AL20,081,215.00M, Id like to remove the comma's so that the date part is presented as 20081215.
Many thanks
I am trying to generate a key based on the clients initials, gender and date of birth. I have produced a key by using the formula below, however the date is presented with commas, is there a way I can remove these?
left({client.forename},1)& left({client.surname},1)&(tonumber(totext({client.DOB},'yyyyMMdd')))&{client.gender}
The field is presented as AL20,081,215.00M, Id like to remove the comma's so that the date part is presented as 20081215.
Many thanks