Quote:
Originally Posted by crackshot91
The "sort/search column by: Number" setting doesn't seem to help.
|
What version of calibre are you running? There was a bug some time back that broke this, but it works for me in calibre 1.12.
You can add leading zeros with something like
Code:
format_number(divide(field("#likes"),dislikes_val), '{0:06.2f}');
You will need to make the "6.2" be something that makes sense for you.