Quote:
Originally Posted by chaley
Use "program:format_number(strlen(field('title')), '{0:d}')"
|
The column now shows the length of the title name for each of the books. Thanks chaley ... that worked perfectly !

:
Aug 18 INSERT: Later in this thread an issue arises regarding the sorting of the new custom column. I should have noted in more detail that in setting up the custom column (by right-clicking on the existing row of column descriptors and selecting "add your own columns", then clicking on the "+" icon (or the "i" icon after the column is set up)), after inputting a name of your choice and choosing the column type "column built from other columns", and inputting the template description that chaley provided
"program:format_number(strlen(field('title')), '{0:d}')"
it is important (as chaley identifies later in this thread) to also select the accompanying option to sort/search column by "number".