Forum Discussion
Grizman
8 years agoHelper I
Fields
I have two table: which reveal GrossTurnever=Q-ty*ProductPrice for every year and Margin=GrossTurnever2-GrossTurnever1
- 8 years ago
First picture below shows bi-directional relationship between tables.
Second picture shows measure for year 2016.
Hope help you.
Best regards,
Grizman
8 years agoHelper I
Thyago_Rezende
8 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!