Thread
:
Multiple icons in a column when in Book List view
View Single Post
08-02-2023, 01:27 PM
#
37
Wiggo
Leftutti
Posts: 549
Karma: 1717097
Join Date: Feb 2019
Location: Bavaria
Device: iPad Pro, Kobo Libra 2
Quote:
Originally Posted by
chaley
One possibility: you can't use == for multi-value columns. If #formats or #source is tags-like then you must use 'inlist'. as this:
Code:
if 'paper' inlist $#formats then icon = add_icon(icon, 'paper.png') fi;
Wiggo
View Public Profile
Find More Posts by Wiggo
Track Posts by Wiggo via RSS