Hi!
I need solution to made the easiest possible flow to calculate selected rows (best using ODATA to select based on part of the name of cell).
I'm using this method for now: https://www.youtube.com/watch?v=7sCF2pg8q5I
However I'm interested how to:
1. Sum 3 columns not 1 in shorter way than creating 3x tempTotal and Total.
2. Also If I won't find solution for that I want to know how to sum 3 values. Sum expression allows me to sum only two values and I would like to avoid add(add(x,x),x) because when I will need to sum 8 values It's gonna be a problem.
Thanks a lot