View Single Post
Old 02-11-2015, 01:31 AM   #4
srs
Member
srs has a complete set of Star Wars action figures.srs has a complete set of Star Wars action figures.srs has a complete set of Star Wars action figures.
 
Posts: 19
Karma: 258
Join Date: Sep 2011
Device: sony prs 300
ok I came up with the following:

added a custom column: 'formatted_series_digits'
and a custom column:
Code:
program:
	finish_formatting(field('series_index'), strcat("0>", ifempty( field('#formatted_series_digits'), '1'), "s"), '', '')
kinda hacky in that you need to specify how many digits you want, but only a few series have > 10 books so I can live with it.
srs is offline   Reply With Quote