Quote:
Originally Posted by chaley
Assuming you are running calibre 6.12 or later:
Code:
{#kobo_percent_read:'switch_if($ >= 100, 'finished', $ <= 0, 'unread', 'reading')'}
|
Hmm, this only works if #kobo_percent_read is 1. If the value is between 2 and 100 the result is "finished".