So my current view has a grid icon like display sorted by the custom field "groupings" (which is just a way for me to sort music that belongs together imo) with the thumbnail text set to:
[Grouping]
<font size="80" alpha="50">formatnumber(GroupCount(Album), 0, no albums, albums, album)<//font> | If([Duplicate], ✔, ??)
I'm using the custom "duplicate" field to mark albums I've sorted. I would like to put a ✔ on the main display for any grouping with all albums sorted in that group (all songs have a non-blank duplicate field), however what is happening is that it shows "??" correct on a group where no filtering is done and the field is empty, but as soon as I go through one of the albums and set the value to 1 or 2 or whatever, even though there are other albums that need to get done, the subtext is getting the ✔ displayed using the code above.
Basically I only want it to show that if all the songs in that grouping are done / have an entry entered for the "duplicate" field.