Forum Discussion

Deepak_'s avatar
Deepak_
Icon for Advocate I rankAdvocate I
2 years ago
Solved

Crating a custom relationship between two tables

Hi Community Members, I am looking to create a custom relationship between two tables. The tables I use are the pricing table and the sales table. I have to perform some pricing calculations ...
  • Data-estDog's avatar
    Data-estDog
    2 years ago

    No. A foreign key is a deterministic relationship between records. 
    You can derive key values from other columns as you are doing. So you could add year and month to your key, if you have the equivilent on your pricing table. But the one record will still only have one value at a time.