Quote:
Originally Posted by ownedbycats
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!