View Single Post
Old 09-13-2014, 08:29 AM   #89
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,476
Karma: 8025702
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Tanjamuse View Post
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 View Post
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.
chaley is offline   Reply With Quote