As you can see here, I’m able to get an average # for each entry. But what I’d like to do is instead of a # showing, to show a specific emoji OR be able to change the color of the # based on what level it falls.
You can show different emoji using visibility conditions. E.g. you add 10 emojis, make them conditionally visible (based on the value adjusted by slider, use ‘between’), and then as a result you’ll have only one emoji displayed.
Changing color could be done using similar way… though there is another more interesting opportunity. I’ll update with the results.