ContributionsMost RecentMost LikesSolutionsSharing Pipelines Between Users Is there any way to share Pipelines between users so that multiple users can view/edit them? We have several pipelines that are used to provide functionality in our app and currently it's difficult to manage since only the user that created the Pipeline can maintain it. ------------------------------ Sean Carpenter ------------------------------ Self-join for "Sibling" Rows I have two tables that represent a parent-child relationship. Each row in the child table contains a "parent_id" column that relates it to the parent table. I'd like to create a report that (for a specific child) shows other rows that have the same "parent_id". I thought that I would create a self-join relationship on the child table but I can only do that using the child table's key field. I'd like to do it on "parent_id" instead. Is there a different pattern I can use to show these "sibling" rows (rows with the same "parent_id")? ------------------------------ Sean Carpenter ------------------------------ Solved