This template works great when all the fields are populated with data:
Code:
{author_sort}/{series}/{series_index:0>2|| - } {title} ({#sub_series}, Book {#sub_series_index:0>2||})
When there isn't a sub-series, I still get "(, Book )" in my results. That's the part I want to get rid of if there is no sub-series. Is that possible?
Code:
({#sub_series}, Book {#sub_series_index:0>2||})