Hi chaley,
This is mostly out of curiosity as I'm exploring the Template functions.
I'm using the plugin
Author Book Count to populate a column that stores the total number of books by each author while also providing an optional integer column that supports arithmetic search queries, named abc_numeric (I have a grouped search using 'abc' as lookup alias instead). So I sometimes do searches like
Now I was thinking of creating a similar column for Publisher and I found that using...
Code:
program: book_count('publisher',0);
...doesn't work, so my query is incorrect.
Would you please advise a good way to create such a column?
(I have already set the tweak
allow_template_database_functions_in_composites to True.)