I thought I tried this yesterday but I Solved i with [ number() | list_of_numbers ]
where list_of_numbers = non_empty(list(number()))
I also filtered 0 out to avoid division by zero errors, but that’s another story.
I thought I tried this yesterday but I Solved i with [ number() | list_of_numbers ]
where list_of_numbers = non_empty(list(number()))
I also filtered 0 out to avoid division by zero errors, but that’s another story.