Hi.
I have an advanced Icon rule to which I would like to add another column as exception.
This is the rule:
Code:
program:
uc = user_categories();
str_in_list(uc,',','Uninteresting','list_uninteresting.png','')
I need to add that if a book has a tag in a custom column called
Cloud not to add the icon showing it as an uninteresting.
The tag in my
text, but with a fixed set of permitted values could be
To Cloud.
I hope this makes sense and someone can help me.