Quote:
Originally Posted by ParadiseLost
Thank you chaley  I do use a tag for each type of media. "Type.Magazine." Ill get to work on going that route.
|
This template should serve as a model.
Code:
program:
in_list(field('tags'), ',', '^Type.Magazine$',
template('{series:|[|}{series_index:0>2s| |]}'),
template('{series:|[|}{series_index:0>2s| |] - }{title}'))
You put all of the above into the template box for save/send. Using the template editor will make that easier.
The ^ and $ around Type.Magazine are there to guarantee that the test matches exactly, not matching something like "A.Type.Magazine.Monthly".
Good luck.