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,)}