View Single Post
Old 03-07-2025, 09:02 PM   #6
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,201
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
OK. I think I might have misunderstood what you wanted. If you want the author note as part of book catalog, rather than a separate catalog containing the notes only, your best bet is the following:
  • Create a composite column called notes. And use the following template:
    Code:
    program:
    program:
        res = '';
        for author in $authors separator '&':
            res = res & get_note('authors', author, '')  & character('newline')
        rof
  • When creating the book catalog, choose the note composite column

Last edited by capink; 03-07-2025 at 09:05 PM.
capink is offline   Reply With Quote