PreviousNext
JavaScript must be enabled to correctly display this content
4.3.2.1.2 Expression
The Expression tab allows users to view how business terms from a Primary
Catalog (PBSM) map to business terms in a Mapped Catalog (FSDF) using
expressions
Navigate to the Expression Mapping screen.
Use the search bar to filter terms by name from
the Primary Catalog. This helps quickly locate a
specific business term. The screen displays the
Mapping Table. The main section displays a list of
mappings in a table format:
Primary Catalog Business Terms (PBSM):
Original terms from the primary data source.
Mapped Catalog Business Terms (FSDF):
Target terms from the mapped data catalog.
Expression: Shows a View button
to inspect transformation logic.
On the Mapping Table, click View to
display the View Expression Details
pane.
On the Expression Details pane, the
Expression Name and Expression logic
is displayed.
Note:
Example:
Expression Name: Account Age In
Months
Expression Logic:
TRUNC(MONTHS_BETWEEN([As Of Date], [Value Date]))
This formula calculates the
difference in months between two dates, rounded down to the nearest month.