View Single Post
Old 07-25-2016, 05:27 PM   #1
readin
Enthusiast
readin is on a distinguished road
 
Posts: 25
Karma: 50
Join Date: Apr 2016
Device: calibre
Does anyone know of a way to create a column coloring rule for a condition like this?

Does anyone know of a way to create a column coloring rule for a condition like this?

Code:
formats:#=1 and formats:pdf
The following doesn't work:

Code:
Set the color of All Columns to (red) if the following conditions are met:
  - If the Formats column has value: #=1
  - If the Formats column has value: pdf
Note: I actually want three conditions, like this:

Code:
(formats:#=1 and formats:pdf) or formats:false
but as far as I know, I can only add an "OR" condition by adding a separate rule, for example:

Code:
Set the color of All Columns to (green) if the following conditions are met:
  - If the Formats column has value: epub

Set the color of All Columns to (green) if the following conditions are met:
  - If the Formats column has value: mobi
calibre 2.63 [64bit] on Windows 10 Pro
readin is offline   Reply With Quote