I have a large number of fields associated with a custom post type. I would like to display these in a table. One of the fields is for "notes" and is a text area type field. Rather than try to display this field in the table view, I would like to have a calculated field - that uses a calculation - "if 'notes' not empty value = true" and then in the table view, if that value is true, display a checkmark, or an asterisk or some visual queue.
I don't see any option for a calculated field type in the generator. Should I be exploring a javascript solution for something like this?
Thanks