Support 805.461.7300
Sales
Our Technology. Your Success.

Insert a comma into a number when the number is larger than 999

Description

This command is used to place commas into a field when the number in the field is greater than 999.

The command will make the following types of changes:

It will change 1000 to 1,000

100000 to 100,000

10000000 to 10,000,000

The Command

Replace all fieldname with IIF(LEN(ALLT(fieldname))>6 ,LEFT(ALLT(fieldname),LEN(ALLT(fieldname))-6)+","+SUBSTR(ALLT(fieldname),LEN(ALLT(fieldname))-5),ALLT(fieldname))
Replace all fieldname with IIF(LEN(ALLT(fieldname))>3,LEFT(ALLT(fieldname),LEN(ALLT(fieldname))-3)+","+SUBSTR(ALLT(fieldname),LEN(ALLT(fieldname))-2),ALLT(fieldname))

In this command, FIELDNAME represents the field that contains the number. Change the word fieldname to the name of the field in your database that you want this command applied to. Before running this command, make sure your field is wide enough to hold at least two extra characters. Pull down the Edit menu to Fields to find out.

« Back to Commands

I have been a loyal customer for 14 years and love your products. During my career as a mailing professional, I have experienced that the mailing industry is in a constant state of change: through technology, equipment, software, postal regulations and automation requirements. During this time, I have always been able to trust and depend on Accuzip software. It is evident Accuzip is always at the forefront of these changes. When our team is having difficulty with a mailing, we know that we can rely on Accuzip tech support to resolve any issue. We have always received excellent customer service. Accuzip software, support and expertise has helped me to develop a professional mailing operation at our University and I could not have done this without you. Your software makes my job successful and less stressful. Thank you!
D.H., Forest Grove, OR