You are reading a Sales Order table from the source and need to add the customer region information a from a customer table. The primary key of the customer table consists of the columns CUST_ID and VALID_FROM
How would you desing the dataflow to get the region information that was valid at the ORDER_CREARTE_DATE?
Currently there are no comments in this discussion, be the first to comment!