View Single Post
Old 04-09-2018, 09:45 AM   #7
lucone
Member
lucone began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Feb 2010
Location: Milano, Italy
Device: IREX DR1000s, Kobo Aura H20
Yeah, Author collection is ok
But I want to keep series and authors separeted, so Author shelves are prefixed by "__ Author"

given that
seriesPre = series.ifempty('__ Author' + field{Author})

What I want is a collection field that fullfill this rule:
IF tag == 'ELECTRONICS':
->series = '__ Electronics'
elif tag == 'HISTORY':
->series = '__ HISTO ' + {#seriesPre}
...

Hope is more clear...
lucone is offline   Reply With Quote