Hi Experts,
I have a requirement like below
Code | Amount |
15000 | 5000 | |
15001 | 4000 | |
15002 | 3000 | |
16000 | 7000 | |
16001 | 400 | |
17000 | 2000 |
Total-----------11000 (sum of 15000,16000,17000)
I have tried the below syntax. but it is not working. can any one suggest ?
sum([Amount] where [code]="15000";"16000";"17000")