0
Sum Formula
Hello Team,
im trying to figure out how to make this chart add up all the linetotal in groups based on what schedule b number it has. For example, on the formula, it should appear for the ones with the code 1103.11.0020, it should all be 14458.56 since it adds them up. Is there any way to do this?
Thanks
2 replies
-
How about if you group by Schedule B and Sum the Export Value column? Why a field formula.?
If you want to see the sum of the schedule on each of the same schedule ..
Here is the formula..
let t := this;
sum((select Goods)['Schedule B' = t.'Schedule B'].'Export Value') -
It worked great! Thank you :)
Content aside
- 6 yrs agoLast active
- 2Replies
- 2351Views