View Single Post
Old 03-31-2025, 05:08 PM   #823
correoparaappzz
Connoisseur
correoparaappzz began at the beginning.
 
Posts: 66
Karma: 10
Join Date: Nov 2023
Device: Kindle Oasis
need some help please



hi, need some help.

i want to a second author category in the tag browser that goes fist letter Author > Author > fist letter Series > Series, so i got this:
Code:
program:

    if $authors != ""
    then
        first_letter = substr($authors, 0, 1);
	first_s_letter = first_non_empty(substr($series, 0, 1), "");
        if $series != ""
        then
            '[' & first_letter & ']' & '.' & $authors & '.' & '[' & first_s_letter & ']' & '.' & $series
        else
            '[' & first_letter & ']' & '.' & $authors & '[' & '.Standalone' & ']'
        fi
    else
        "Unknown Author"
    fi
what im having problems with is that in the authors column i divide the authors with '&' not ',' so it ends up looking like the image
Attached Thumbnails
Click image for larger version

Name:	Captura de pantalla 2025-03-31 140538.png
Views:	53
Size:	21.1 KB
ID:	214781  
correoparaappzz is offline   Reply With Quote