Quote:
Originally Posted by jvan
I'm not able to get the template to divide the word count by 1000 to work. The word count column is fine but the "1000 words" column displays:
TEMPLATE ERROR invalid literal for float():
I'm using the same lookup names as the example. Is there something else that needs to be installed to use these templates or the re() function?
|
My mistake! I forgot the original words column was formatted as an integer type. I had to change the Column type to "floating point numbers" and the format to {0:0f}