View Single Post
Old 06-17-2023, 08:13 PM   #640
estherflails
Member
estherflails began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jul 2021
Device: none
Quote:
Originally Posted by chaley View Post
The problem is you are using text relational operators ('>=') to compare numeric values. With a text compare, 100 is less than 4 because it does a lexical comparison. You must use numeric relationals, as in '>=#'. See "Relational operators" section in The calibre template language.
Thank you, I had no idea this was a thing. Learned something new today
estherflails is offline   Reply With Quote