Quote:
Originally Posted by Tanjamuse
I need some new help.
I would like to make a template (if you can) for adding an icon if there are more than 3 different fandoms connected to the same story.
I hope it's understandable.
Thanks
|
Quote:
Originally Posted by BetterRed
I think the multi column icon feature may be what you want, I think it works something like this
|
I read the request as "add an icon if (some column) has more than 3 values.
You do this with a custom rule, something like:
Code:
program:
cmp(count(field('tags'), ','), 3, '', '', 'someicon.jpg')
where you replace 'tags' with the lookup name of the fandom column and 'someicon.jpg' with the name of the icon file you want.