Hi, I calculate the average rating of an product based on several ratings. It might be, that there is no rating aviable, so the create variable part fails because of the empty values. Is there a smart way to set 0 and simply calculate (0+0+0):0 as default value, when there are no ratings aviable at the moment of the calculation? Thank you!