Running a function on all rows in a collection
Hello, Is it possible to run a function (like trimming a string, performing a calculation etc.) over all the rows in a particular column? I know that this can be done by looping over single items, yet this is not my intent.