Forum Discussion
Grizman
Helper I
9 years agoFields
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
Helper I
8 years agoThyago_Rezende
Resolver I
8 years agoYou 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 ago
Helper 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 ago
Resolver I
First picture below shows bi-directional relationship between tables.
Second picture shows measure for year 2016.
Hope help you.
Best regards,
- Grizman8 years ago
Helper I
Thanks a lot!