@oren64: I was thinking of doing it in the template. So something like:
Code:
program:
test(
or(
strcmp(field('series'), 'Nebula', '', 'Y', ''),
strcmp(field('series'), 'Hugo', '', 'Y', ''),
strcmp(field('series'), 'Clarke', '', 'Y', ''),
),
'Award Winners',
'')
But yours is easier to read. And if easier to extend to add another award or set of awards.