View Single Post
Old 01-25-2023, 05:47 PM   #13
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 10,675
Karma: 74166147
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
On the topic, I was mildly interested to see that the action chain works on a custom ratings column (though sum and median aren't very useful in this case):

Code:
Column name: Ratings (#ratings)
Column type: rating
Count of selected books: 635
Count of books with a non-empty value: 635
Sum: 2110.500
Average: 3.324
Median: 3.500
EDIT: Line 9 specifically accounts for this:

Code:
	if fm['datatype'] not in ('int', 'float', 'rating'):

Last edited by ownedbycats; 01-25-2023 at 05:53 PM.
ownedbycats is offline   Reply With Quote