Skip to main content

DBO function to return home country 2 character ISO code from assignment Id

DBO.EQ_STD_HOME_COUNTRY_ISO2_FROM_ASSIGNMENT_ID(Parameter1)This function will accept the assignment id and return the 2 character ISO code for the From Country.  This same information can also be adde

Updated over 2 weeks ago

DBO.EQ_STD_HOME_COUNTRY_ISO2_FROM_ASSIGNMENT_ID(Parameter1)

This function will accept the assignment id and return the 2 character ISO code for the From Country. This same information can also be added to your report using the Assignment Derived Calculations data source, From Country Code (2 Char) field.

Parameter(s)

Parameter1: [Assignment: ID]

Example(s)

Example 1: Return the 2 character ISO code for the home country for an assignment

  • DBO.EQ_STD_HOME_COUNTRY_ISO2_FROM_ASSIGNMENT_ID([Assignment: ID])

Did this answer your question?