Forum Discussion

ybatistamayo's avatar
ybatistamayo
Helper III
6 years ago
Solved

QQQWQQ

I have two tables, one of "Cost" and one of "Taxes", in the latter the "tax" column is updated every year.
also the column that I have to relate both tables is "IDCOST".
The first problem is that I tried the "Many to many" relationship and it didn't work.
I want to relate both tables to get a final result as shown.
that is, calculate the tax according to the year of the date column.

  • Hi ybatistamayo ,

     

    You need to create a table with unique values for IDCOST and then pass the relationship of both table by this making  many-to-many become two one-to-many  and then you are abble to have the calculation.

     

    Regards,

    MFelix

2 Replies