I want to aggregate the order From Table A to B.
Table A
Region | Product | amount |
a | x | 100 |
| y | 10 |
b | x | 200 |
| y | 20 |
Table B
I input the formula as below.
Aggregate = Amount [SUM:Region]
But I could not calculate it.
If I have RegionALL as Region's top level of item, I could calculate it.
We should use Top level of item instead of SUM Function?