View Single Post
Old 12-14-2011, 04:39 PM   #186
jvan
Junior Member
jvan began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Dec 2011
Device: kindle
Quote:
Originally Posted by jvan View Post
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}
jvan is offline   Reply With Quote