"Procurement - Requsition real time" x "Workforce Profiles - Model profiles real time"
Summary
Relate procurement with workforce to get department nameContent
Hi,
We are trying to relate the procurement requisition real time subject area with the workforce profiles - Model Profiles real time.
Basically, we have the first 3 characters from the center cost of requisition as the part of department name. Below are an example:
Center cost: 550000
Department Name: Sales department (550)
Based on that we've created the OTBI with the information below:
Subjects Areas: "Procurement - Requsition real time", "Workforce Profiles - Model profiles real time"
Criteria using a SQL expression:
SUBSTRING( "Workforce Profiles - Model Profile Real Time"."Department"."Department Name" FROM LENGTH("Workforce Profiles - Model Profile Real Time"."Department"."Department Name") -3 FOR 3 ) = SUBSTRING( "- Requisition Distribution Detail"."POR_REQ_DISTRIBUTIONS_ONS_CENTRO_CUSTO_" FROM 1 FOR 3 )