Hi everyone.
I need some help with an advanced rule in the icons section.
I have this rule already, but I need to add another column to it.
Code:
program:
test(
or(
contains(field('#ships'), "Angela Montenegro/Jack Hodgins", 'y', ''),
contains(field('#ships'), "Temperance Brennan/Seeley Booth", 'y', ''),
),
'ships (crime).png',
''
)
I would like to add another condition which is: If my reading list column is "Interesting".
Is that possible?