Forum Discussion
OSS
Helper III
7 years agoMultiply 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 ...
- 7 years ago
How I have solved the problem:
First I have unpivoted the second table with percentages. Then muptiply with the previous table.
v-jiascu-msft
Microsoft Employee
7 years agoOSS
Helper III
7 years agoHow I have solved the problem:
First I have unpivoted the second table with percentages. Then muptiply with the previous table.