In building a review site, if an Object’s AvgRating attribute is 2 then I want 2 full star icons and 3 outline star icons. If an Object’s AvgRating attribute is 4, then I want 4 full star icons and 1 outline star icons.
For ease of this exercise, assume half stars don’t matter. Is this possible to do in Bubble? Can’t figure it out.
oh interesting - this is helpful please dont’ delete yet. but i’m not at this step. i’m at the step where I want to display the rating of an item where the rating is already a database attribute.
but the rating may be 2 star, or 4 star, etc., and based on how many stars the item has on average, i want to be able to show that many filled stars, followed by remaining empty stars.
so in your example, there’s another view where an onlooker sees that the jacket has 2 filled stars because it has a rating of 2. and i want to make this 2 filled stars dynamic, because next to to the jacket, there may be pants with a rating of 4. I need to use the dynamic icons in a repeating group. let me know if that makes sense.