Hi,
First of all: Hope my english is correct enough for you to understand what I mean
I've been reorganising my Calibre and added an extra series-column for secundairy series (ex: Preston & Child's Pendergast novels have a couple of subseries)
Afterwards i've composed a column which uses the value of other columns. In this case it uses the data from the original series-column and my custom series-column. This works fine but now i'm a bit stuck on the detailing as you can see on the screenshot i've made.
I can't get rid of the comma or the slash if i've only got one column filled. Where 2 columns are filled (so in a case where a book has multiple serie-titles) everything's fine, but just one series-column goes wrong.
My 'strings' for these colums are:
Code:
{series:||,} {#secreeks:||,}
This is the column that I use in my labelbrowser and hold just the serietitles and not the index.
Code:
{series} {series_index:|| / }{#secreeks} {#secreeks_index}
The column I use in my mainscreen so I can see in one column if a book has one or more series.
I hope someone understands what i'm trying to accomplish here and has an answer to it.