Quote:
Originally Posted by nqk
Maybe you create another custom column to read the info from the read column. If "yes" then returns "Yes", else returns "No". Now you have a column with only Yes/No for the Companion.
But I have no idea how to formulate such template. I'm sure @chaley can help. He did give me two templates.  .
I myself can only think of {#readstatus:contains(Yes, Yes, No)}
|
This idea could work in one of two ways.
Make a composite column (column built from other columns) with the template, replacing #mybool2 with the lookup name of your Yes/No column:
- This column converts the 2-state boolean to 3-state so you can easily see/search in calibre for which values need to be updated to "No".
Code:
{#mybool2:ifempty(No)}
This column contains only the values Yes and No. There are no empty values. You would put this column into CC's grouping drawer, replacing the Yes/No column you already have there.