I have a rather long table (~1000 rows) with about 50 rows containing comments (often older than 7 days). Is there any way to filter for the rows which have comments or to indicate that a row has a comment? Only comments from the last 7 days are shown by the symbol on the very left of a row.
I can offer a script to count the number of comments. The result is written in a separate column. Then you can filter for “# comments” > 0. I suggest running the script periodically.