Discussion Forum

I want to create a discussion forum similar to posts and comments in a FB group. I know the hierarchy is Post ->> Comment ->> Comment ->> … In other words, a Comment has a one-to-many relationship with itself.

The problem is I can’t figure out a view to show all the nested comments.

If you’re talking about a list view (or smart folder), then the visibility of self-relations can only be enabled for the database at the top level, so I’m afraid you can’t display it as

Post
. Comment
. . Comment