Quote:
Originally Posted by chaley
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.
|
You were correct. Maybe I didn't explain well enough.
Where do I write that piece of code? In Advanced Rule under icons or?