Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hej all,
i am trying to join two tables into one, but i cannot figure out, how. Here are my two source tables:
Note, that periods in table CONTRACTS can cover multiple periods in table OFFERS for one given contract. That is the case, when the discount does not change over more than one period in table OFFERS. The desired result table should look like this:
Basically i want to attach to every record of a given contract and period in table OFFERS the corresponding record from table CONTRACTS. How would you do this ?
Thanks a lot in advance for your help!
Hi, @xyz_1011
Refer to my test.
1. Load Script
(In my case, I need to convert to Date format because it is data made from Inline.)
2. Table
Hi, if using only OFFER_START can be used to setthe contract period, you can follows the example 2 of the help page, using CONTRACT_ID as the keyfield.
Hi, @xyz_1011
Refer to my test.
1. Load Script
(In my case, I need to convert to Date format because it is data made from Inline.)
2. Table