Hey I have an integer field type that contains my member numbers. When using these in an email template it is showing them in this format (111,111) but I need them to display in this format (111111). I have tried this formula: to_char(to_date({fieldinternalid},'j'),'Jsp') but it is now displaying like this 'One Hundred Ten Thousand One Hundred Eleven,' Any help please?