View Single Post
Old 08-07-2020, 03:51 AM   #2
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
The collections are made from the values of the columns in the driver. These can be a custom column using a template. So, you could create a column that just returned the tags you want collections for. You could do this with the following template:

Code:
program:
list_intersection(raw_field('tags'),'Short Fiction,Some Other Tag',',')
The second parameter is a comma separated list of the tags that you want collections created for.

Or you can create another tag-like column and use it for the collections that might not fit with the data in other columns.
davidfor is offline   Reply With Quote