Group by Multiple Columns in a View in an Online SharePoint List
Hi guys! I looked through the functions in a SharePoint List and I heard that we could group data by some columns. In addition, we could also group data by 2 columns in a view in SharePoint List.
Let's say this is an example table in an online SharePoint List:
Date of Journey | Far | Near | Status | Low | Medium | High |
8 June 2024 | Very Far | Very Near | Active | Medium Low | Average | High |
As far as I know, a SharePoint List also allows users to group data by 2 columns in a view, which is illustrated below:
Date of Journey Far Near Low Medium High
Date of Journey:: 6/8/2024
June 8
Status: Active Very Far Very Near Medium Low Average High
I'm wondering whether an online SharePoint List allows users to group data by multiple levels (more than 2 levels) in a view.
Let's say this is an example of an expanded version of the above table in an online SharePoint List:
Date of Journey | Far | Near | Status | Remaining Hours | Progress | Alert | Level of Speed | Quality | Low | Medium | High |
8 June 2024 | Far | Near | Active | 8 Hours | Slow | Immediate | Fast | Bad | Low | Average | Low |
I want to group data by multiple columns, let's say by 4 columns in a view, which the intended outcome in the SharePoint List would look like this:
Date of Journey Far Near Remaining Hours Alert Level of Speed Low Medium High
Date of Journey:: 6/8/2024 Far Near
June 8
Status: Active 8 Hours
Progress: Slow Immediate Fast
Quality: Bad Low Average Low
The below screenshot is taken from a youtube tutorial:
I would like to achieve the similar appearance from the screenshot above, but to group by 2 more columns after the "Status : Closed (1)". Therefore, 2 more columns would appear below "Status : Closed (1)", but to be applied in my context mentioned above this screenshot.
I have seen the documentation that if I want to group data with more than 2 columns, I would need to use the "Filter" function together with the function of grouping by 2 columns to achieve that, but I'm not sure how to go about it. This documentation is found in this link: Support - Office.com and illustrated in the screenshot below:
The statement in the above screenshot is found on the last few lines of the documentation page from the link "Support - Office.com" given above.
Therefore, I need help to group data by 4 columns in a view in the SharePoint List and the intended outcome would look like the one above. Any methods and techniques are appreciated, thanks in advance!