View Single Post
Old 07-12-2019, 02:50 AM   #4
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
Quote:
Originally Posted by tamarissa View Post
So essentially, if I add multiple columns in the 'Collections columns' section of the driver, separated by a comma, it would then create shelves based on data from both column 1 and column 2? I would just need to create another column based in the tags I want to use (I don't want all of them, just certain ones).

Code:
#collection_authorseries, #collection_tags
Also, I can get one tag into the column just fine, but when I try to add a second one it breaks the template:

I've tried both options, neither one works...
Code:
{tag:contains(abc, ABC,)},{,tag:contains(xyz,XYZ,)}
Code:
{tag:contains(abc, ABC,),tag:contains(xyz,XYZ,)}
The configuration field in the driver is a comma separated list of column lookup names. It does not allow templates. If you want to do something like that, you will need to create a column with that template, then use the column in the driver configuration.
davidfor is offline   Reply With Quote