View Single Post
Old 10-17-2024, 10:50 PM   #11
1ily
Connoisseur
1ily doesn't litter1ily doesn't litter
 
Posts: 63
Karma: 190
Join Date: Sep 2023
Device: Kobo Libra 2
I'm late, but I was able to achieve this by putting this into a template column:

Quote:
program:

series = $series;

newTags = strcat(
if !(ifempty(series, "")) then "Standalone," fi,
if (ifempty(series, "")) then "Series," fi,
);

newTags;
1ily is offline   Reply With Quote