when the user clicks on a list item can we show 3 tabs to show a Parent list item, Child-1 list item and Child-2 list item

john john 1,021 Reputation points
2021-10-25T10:43:07.47+00:00

We have a SharePoint online communication site, and it contains these 3 custom lists:-

1) Master List

2) Child-1 List which contain a lookup column to the Master list

3) Child-2 List which contain a lookup column to the Master list.

Now we are trying to achieve the following :-

1) When the user select/click on a Master list's item >> to show the following screen, which have 3 tabs; Master,Child-1 & Child-2, as follow:-

143416-parent-child.png

when you click on each tab the related list item/s should be shown... so is this something we can achieve in SharePoint online? and how?

Thanks

Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Allen Xu_MSFT 13,866 Reputation points
    2021-10-26T02:20:35.127+00:00

    Hi @john john ,

    There is not any OOB setting to achieve this. You can use Power Apps to customize the item display form. In this example: https://learn.microsoft.com/en-us/answers/questions/174141/how-do-you-show-connected-list-data-in-the-list-it.html, we can use Data table to display entries from another list. You can refer to this method, then add the button to the item display form and define the onSelect() property of it to display those corresponding entries from another lists.

    ----------

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.