Forum Discussion

OSS's avatar
OSS
Helper III
7 years ago
Solved

Multiply two tables

Dear all I have two tables. First table contains account numbers and amount columns. The second table also contains account numbers and division percentages.   I need to connect these tables via ...
  • OSS's avatar
    OSS
    7 years ago

    How I have solved the problem:

     

    First I have unpivoted the second table with percentages. Then muptiply with the previous table.