Thread: Custom Coloring
View Single Post
Old 06-04-2011, 06:33 AM   #52
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,457
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
The standard rating column does not support unrated, but a custom rating column does.

Because you are testing a custom rating column, you have two choices. You can test for equal to zero using a wizard rule, or you can define a template (an advanced rule) that checks for ''. Something like
Code:
program: test(field('#myrating'), '', 'red')
chaley is offline   Reply With Quote