|
|
#1 |
|
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Jul 2013
Device: Pocketbook Pro
|
column icon for multiple authors
Hello,
I have a column icon displayed in the <authors> column (some by name and some in general). This is no problem. But now I want to display a separate icon if the author column consist of more then one author. They are separated by the "&", but I cannot select on this. Does anybody have an idea? Thx for any help, Thom
|
|
|
|
|
|
#2 | |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12,526
Karma: 8065948
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Quote:
The following GPM template gets the number of authors. If that number is 1 it returns the icon file name for an up-pointing green triangle. If it is more than 1 it returns the icon file name for a down-pointing green triangle. Code:
program:
cmp(count(field('authors'), '&'), 1, '', 'arrow-up.png', 'arrow-down.png')
|
|
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Jul 2013
Device: Pocketbook Pro
|
Wow, thx for the quick reply AND it works!
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Custom Column Icon Help | alanHd | Library Management | 2 | 02-04-2013 04:30 AM |
| BUG - Column Coloring, multiple conditions | icq70610 | Calibre | 8 | 12-26-2012 08:34 AM |
| Can I generate Additional Authors column which shares Authors data? | GeekyGal | Library Management | 4 | 10-04-2011 10:17 PM |
| Is it possible to sort a custom column like authors or title? | arspr | Library Management | 2 | 03-15-2011 05:44 PM |
| displaying multiple values in the same column beneath each other | Firedancer885 | Calibre | 2 | 11-27-2010 04:13 PM |