
Setup
This example uses a numeric rating field and two calculations: one for the filled stars and one for the empty stars. Both calculations use aSWITCH statement on the rating (column A). Add both calculations to your query, then set the column you want to display to Display as Markdown and hide the rating and remaining helper columns.
The template references the calculations as {{calc_1.value}} (filled) and {{calc_2.value}} (empty). Calculation reference names depend on the order they’re created, so update them to match your own.

