View Single Post
Old 07-16-2025, 01:17 AM   #8
fellars
Junior Member
fellars began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2023
Device: iPad
Quote:
Originally Posted by chaley View Post
  • Set the tweak (Preferences / Tweaks) "Allow template database functions in composite columns (ID: allow_template_database_functions_in_composites)" to True, as in
    Code:
    allow_template_database_functions_in_composites = True
  • Create a "Column built from other columns" that uses the template
    Code:
    program:
    	if $series then
    		book_count('series:"=' & $series & '"', 0)
    	else
    		''
    	fi
    Set Sort/search for the column to "Number"
Thanks so much for this....I really appreciate the help!
fellars is offline   Reply With Quote