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 recently ended probably the most helpful chat ever with your employee Aurora Crouch! She was so extremely thorough and made sure that the install and setup of Accuzip was ready to go. She was also so patient and polite as I fumbled around trying to remember how a PC works! I honestly can't say enough about how amazing and helpful and kind she was! I appreciate her help so very much, she is a great employee and makes it so easy for people like me (who have no idea what they are doing) to get things set up as they need to be. Thank you so much for all of your help and for having someone like Aurora on staff, she is literally a godsend!"
C.C., Savannah, GA