Group By Function - Rounded Value

I’m trying to use the Group By Function note to group identical instances of elements based on the “Total Rod Length” parameter, but I’d like to group them based on the length rounded up to the nearest 1/2". Is there an easy way to include that rounding in the function without causing an error?

Use GroupByKey instead.

1 Like