I've designed a Survey123 form with the online design form. I used the "Rating" widget to allow the user to rate an item from 1-5 stars. The resulting data is formatted as STRING, even though it only contains integer values. I'd like to display an AVERAGE rating value from this survey on a dashboard, but with the rating field formatted as STRING that isn't possible. Can I somehow re-cast this field as an integer (maybe in a view?) so that Dashboard can get an average from it?