Quote:
Originally Posted by Tanjamuse
Terisa – thanks
Could you (or someone) answer my first question - as Yes or No?
Q: Can a template for a custom composite column [ #read_count ] set the value of a custom Ratings column [ #my_rating ]?
|
Short answer: No
Quote:
Originally Posted by Tanjamuse
BTW doing it manually in Bulk Custom Edit might be OK if I there was a way increase the rating by half a star on selected books, so a 1 star books would get bumped to 1.5 stars and 2.5 star would get bumped to 3 stars etc. But I don’t think that’s possible.
|
I don't understand your comment. Are you requesting something like this? (S) #read_count:<= 4 and #read_count:> 2 and #my_rating:=2 =>(BE) #my_rating = 3.
You have to do it periodically... If you are talking about #my_rating = #my_rating + 1, I'm not aware of a way to do it from the GUI interface.