Using External Source Model Functions
  • 5 Minutes to read
  • Dark
    Light
  • PDF

Using External Source Model Functions

  • Dark
    Light
  • PDF

Article summary

External Source Models support the use of functions within formulas for ease of calculations.

You can transform or modify data coming from the external data source using formulas. In all formulas, fields used as the arguments in the syntax must be enclosed with square brackets [ ].

The following function types are similar to those supported in Excel.

  • Multiple Data Types
  • Text
  • Numeric
  • Math
  • Logical
  • Date
Notes:
  • In PCR, the External Source Model is provided as a Load Item in Data Load Rules. When ESM is selected, all the ESMs are listed in the Load Sub-Item drop-down. These items are found in Maintenance, DLR, and Data Load Rules.
  • This support applies to File, Web Services, and Copy/Paste Load Types. Existing Web Services APIs (Boomi), Clear Data, Load Data & Transfer Data are extended to External Source Models.
  • Data Integration User security for users and user groups is honored for ESM data load rules. If a user or group does not have access to a DLR, they will not see it in the grid.
  • ESM data loads support Comma & Dot for Thousand & Decimal separators, respectively.
  • The Number of Source Columns and their mappings are automatically updated in the Data Load Rule based on the external source model selected. A maximum of 100 columns can be loaded via the Data Load Rule.
  • Formula and Constant type fields are not included in the Data Load Rule because they are derived automatically during the data load.
  • A maximum of 4000 characters are allowed on each field when loaded via the Data Load Rule.
  • You can also use the Include in Clear Data functionality with External Source Models. You can choose to include or exclude specific fields and, based on the clear data definition, any existing data in the model is cleared before loading the updated data.
  • The Data Load History is updated after the data load. Select Maintenance > Audit > Data Load History.

Functions for Multiple Data Types: Numbers, Dates, or Text Strings

Example: Using EOMonth, EDate, Min, Max, and Text Functions

The following External Source Model uses six input fields and one functions.

Three fields are inputted:

  • Account 
  • Department 
  • ID
  • Joining Date
  • Salary 
  • Bonus

The other one field has function:

  • Total uses the SUM function to specify salary and bonus calculation


The external data source contains the following fields.

After loading this data into the External Source Model, the five formula fields are calculated.

Example: Using the Dropdown Function

The DROPDOWN(“Parameter1”, “Parameter2”, “Parameter3”,.....) function returns the data in a dropdown form, where you can select the text, numeric, and date field types from the dropdown.

image4.png

  • When you use the dropdown on the text field, the parameter is defined as text in double-quotes separated by a comma.
  • When you use the dropdown on the numeric field, the parameters are defined as normal numbers, decimal numbers without double quotes and separated by a comma.
  • When you use the dropdown on the date field, the parameters are defined in date format in double-quotes separated by a comma. Date field type supports six types of formats (MMM-YYYY, MMM-YY, DD/MM/YYYY, MM/DD/YYYY, DD-MM-YYYY, and MM-DD-YYYY).

Following are the limitations for using the dropdown function:

  • You cannot use duplicate values for the parameters
  • You cannot use more than 100 parameters
  • Parameter values must be case insensitive
  • You can only enter those values manually which are already present in the dropdown.

For example, let’s say you want to list the numbers of units sold per region in a month as shown below.


You can select the region from the dropdown that is defined in the source model.

image9.png

You can select the units sold from the dropdown that is defined in the source model.

image10.png

Example: Dropdown function with External Source Model Field referenced values

This function returns the dropdown value with the Key Field Name from an existing External Source Model name.

For example, let’s say you have one existing External Source Model with Dropdown function, and you want to create a new External Source Model model with Dropdown function by reusing the existing External Source Model fields.

The existing External Source Model is named as DropdownSource. The following images gives you a view of DropdownSource model and the fields.


The following image display the source data of DropdownSource model.


If you want to use the DropdownSource fields in the DropdownTarget model, create the DropdownTarget model using the dropdown function with External Source Models field referenced values as shown in the below figure:

image16.png

The DropdownTarget model can now use the existing DropdownSource fields and you can select the Units and Month field valued from the dropdown list as shown in the below figure:

Transferring Data from Analytical Model to ESM Model

You can now transfer data from Analytical Model to ESM. Previously, we could transfer Analytical Model data to Analytical Model, and ESM data to ESM or Analytical Model. In the Source Model drop-down list, you can now see Analytical and ESM options which you can map to the Target ESM.

In Practice: To Transfer Data

  1. In SpotlightXL, select the Model task> External Source Model> Source Map.
  2. Enter the name of the Source Map and add the description.
  3. Select the type as Data for loading external source data.
  4. Select the Analytical model you want to map the target ESM.
  5. Select any of the following in the Maps To column:
    1. DimensionFilter: This filter indicates that there is no field present in the Source ESM to map to the Target ESM. You will have to specify a value in the Default Value Column.
    2. Value: indicates that this field in the external source is a value to be copied as is to the specified field in the target ESM.
  6. Run the Source Map to check the data in the ESM.
Note:
When the Suppress Zero Values option is selected as Yes, zero values will be hidden or not displayed. similarly, when the option is set to No, zero values will be visible.

Was this article helpful?

What's Next