Hi Chaley,
Sorry but I am a complete neophyte as far as this goes.
Setting the column to
[u'{series}{series_index:0>2s| - | - }{title}', u'title']
ended up with the literals, I am not sure what the u is supposed to do.
I tried also without the [] but it looks like
u'<series> - <index> - <title>',u'title'
where the names in <> are the actual book values, the rest are literal.
Thanks Derek
|