Forum Discussion
Fields
- 8 years ago
First picture below shows bi-directional relationship between tables.
Second picture shows measure for year 2016.
Hope help you.
Best regards,
Table 1 aditional have two columns:
Id_transaction
Datetime
Id_product in first table don't unique.
Do you undestand me?
- Grizman8 years agoHelper I
- Thyago_Rezende8 years agoResolver I
You must create a Bridge Table for relation both Table1 and Table2. A bridge table with PrimaryKey from id_Product and bi-directional relationship.
This article below, explain about pattern works for many to many relationship.Regards,
- Grizman8 years agoHelper I
I created bridge table Table 3 with one column id_product.
But I don't know how realize formula Q-ty*Price across thase table.
- Thyago_Rezende8 years agoResolver I
First picture below shows bi-directional relationship between tables.
Second picture shows measure for year 2016.
Hope help you.
Best regards,
- Grizman8 years agoHelper I
Thanks a lot!