Skip to main content

DBO function to convert any number to English word

DBO.EQ_STD_CONVERT_NUMBER_TO_ENGLISH_WORDS This function will convert any number to english word. This can be used to include on Merge Documents should an english word translation is needed to any num

Updated over 2 weeks ago

DBO.EQ_STD_CONVERT_NUMBER_TO_ENGLISH_WORDS

This function will convert any number to english word. This can be used to include on Merge Documents should an english word translation is needed to any number.

Parameter(s)

Parameter:

The data type of the field to be converted must be Number or Money data Type. Note, the decimal portion is not included. If there is a decimal value, the number will be rounded up.

  • DBO.EQ_STD_CONVERT_NUMBER_TO_ENGLISH_WORDS([Field])

Example(s)

Example1: Convert annual salary to english words:

  • DBO.EQ_STD_CONVERT_NUMBER_TO_ENGLISH_WORDS([Assignment Compensation Salary: Annual Base Pay])

Example2: Convert a custom field number to english words:

  • DBO.EQ_STD_CONVERT_NUMBER_TO_ENGLISH_WORDS([Assignment: (Custom Fields): Host Factor])

Did this answer your question?