Hi,
I have been working on visualizing data from a schedule using the “sum of” build-in function.
Within a loop that counts the days of a year, I check how many weeks already exist also every Monday I create a new week. To check, the application uses the build-in function: “sum of” with the id. My question is: does the function sum the number of ids that exist or sum the numbers of all the ids. for example, the function calculates how many ids there are (1+1+1+1+1) or all the ids combined (1+2+3+4+5)?
I hope my question is clear!
Kind regards,
Albert Wemmers