Create Custom SQL Tuple Columns
- Data DesignerandIntegration Operatorpermissions in Workday Adaptive Planning.
- Set up a Workday data source.
- Set up a Workday external system.
If your model brings together more than one Workday Core object into a single Adaptive
Planning object, you must create a combined object known as a tuple. Tuples look
like:
- Ledger Account + Spend Category.
- Company + Cost Center.
_
or dash -
. Make this concatenation
consistent across all of the metadata and data loaders in Adaptive Planning. Define
the concatenation in the external system to enable drilling and publishing.Drilling into metadata and publishing plans both require the WID. The WID helps construct the
URL that bridges Adaptive Planning to Workday objects and journal lines.
Concatenate the WIDs into a single ID column, and the Labels into a single Name
column.
Create custom tuple SQL columns for any many-to-1 mappings that require ID columns
and Label columns. Example:
Company-Cost Center ID
and
Company-Cost Center Label
.Configure the many-to-one column mappings in your
Workday external system. You can drag and drop multiple selected items that shift to
the top of the list within:
- Dimension Mapping.
- Report parameter mapping.
- Publish Plans account mapping.
- Drag aSQL Columnfrom theCustom Columnfolder in theData componentspane intoTables to Import.
- Enter a name that describes the use of the concatenated columns and selectTextfor data type.Example: Company and Cost Center.
- SelectSQL Expressionto pick the (Id) columns inAvailable Columnsto combine them. Concatenate them using vertical pipes and a single quoted text delimiter. Example:"Company (Id)" || '_' || "Cost Center (Id)"Use the same delimiter character for all of your data sources. Underscores work well because Adaptive Planning Account Codes accept them.
- Repeat Steps 1-3 but for the (Label) columns. Example:"Company (Label)" || '_' || "Cost Center (Label)"
- (Optional) You can also concatenate Ledger Account ID and Spend Category as Worktag ID. Example:"Ledger Account (Id)" || '_' || "Spend Category as Worktag (Id)"
- ApplyandSavethe data source to view how the columns concatenate.
The tuple SQL columns appear in the data source and become available in Adaptive Planning
Loaders.
Review your Workday external system to verify you concatenated for the same many-to-1 mappings
correctly.