Quote:
Originally Posted by davidfor
The following template should work:
Code:
program:
format_number(divide(raw_field('#word_count'),11160),'{0:5.2f}')
You will need to use the correct column name and output template to suit.
|
It has worked, thank you.