Forum Discussion
OSS
7 years agoHelper III
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 ...
- 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
7 years agoMicrosoft Employee
- OSS7 years agoHelper III
How I have solved the problem:
First I have unpivoted the second table with percentages. Then muptiply with the previous table.