Quote:
Originally Posted by theducks
 ... You can even set a value in a destination (custom) column (like string length if you can figure out if using chaleys advanced template expressions will work here)
|
I tried setting up a custom column called title_length, where the custom column type was "column built from other columns", but the template I tried to use was {strlen(title)}.
But it only produced error messages in the column that was created.
I obtained the strlen(a) function from
http://manual.calibre-ebook.com/template_lang.html .
Any thoughts on how the template should be tweaked, if that sort of approach is okay?