View Single Post
Old 02-18-2011, 07:41 AM   #214
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,525
Karma: 8065948
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by meme View Post
  • Enter the following text ...snip...
    ...or enter this text as the template to collect only books in a series - books not in series won't have a value, but those in a series will be 'Author - Series'
    Code:
    {series:'test(field('series'),strcat(field('author'),' - ',field('series')), '')'}
And if anyone has a simpler way of doing the second template let me know.
Either
Code:
{series:'test($,template('[[series]] - [[authors]]'),'')'}
or
Code:
program:test(field('series'),template('{series} - {authors}'),'')
chaley is offline