I've been reading over the
template language page over and over but I'm not having much luck understanding what to do.
I have two columns, #read (yes/no) and #lastread (date). I was trying to make a composite #currentlyreading column that returns a yes/true result if #read:false and #lastread is set to anything. (I'd like to use it for sorting my currently-reading books to the top of the list in View Manager.)
I was trying to use the check_yes_no and if not empty but all my results either got strings of code or template errors appearing in the composite column.