Quote:
Originally Posted by chaley
Use "program:format_number(strlen(field('title')), '{0:d}')"
|
Quote:
Originally Posted by theducks
Good you included a screen shot 
That screen shows 'Digits' (text), not Numbers, which is why the Search term (for a numeric field) does not work.
The column needs to be Floating Point for that to work
or you need to pad enough leading 0's (blanks are just too hard to see  ) to match the highest digit count
|
So... how do I modify chaley's template (above) to achieve my goal?