View Single Post
Old 04-02-2021, 09:19 AM   #4
thousand
Junior Member
thousand began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Apr 2021
Device: kindle
Quote:
Originally Posted by ownedbycats View Post
I use this:

Code:
program: 
	if annotation_count() >#0 then 'True'
	fi
You can also do this:

Code:
program: 
	if annotation_count() >#0 then annotation_count()
	fi
(rather unelegant, I'll admit)
That's interesting. How would i add a column based on "program:" code? I've seen that in the forums before, but haven't figured out how to tie that to a column. I've added simple columns like "my rating," "progress," etc. but they are just values.

Thanks for the quick assistance!
thousand is offline   Reply With Quote