Quote:
Originally Posted by chaley
You can do what you want using a composite column (column built from other columns) with a template that computes what you want to see. You would hide the column filled in by FanFicFare and display the composite.
As for formatting the result in the composite, you have the option of using the human_readable() function or doing the arithmetic yourself.
|
Thank you for your answer. I am begining with Calibre and I am not sure how to apply your suggestion. I created a composite column "formated_words" and in "Template" I entered :
Code:
human_readable(words)
It simply prints "human_readable(words)" in my new composite column (with "words" the lookup name of my previous column. Do you know what is wrong with my template or where I can find more information?
Thank you!