Skip to main content

DBO function to convert any number to French word

DBO.EQ_STD_CONVERT_NUMBER_TO_ENGLISH_WORDS This function will convert any number to french words. This can be used to include on Merge Documents should a french word translation be needed for a number

Updated over 2 weeks ago

DBO.EQ_STD_CONVERT_NUMBER_TO_ENGLISH_WORDS

This function will convert any number to french words. This can be used to include on Merge Documents should a french word translation be needed for a number. This is usually required on contracts or agreements

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?