Hi! I’m writting this because I have some records of cinema sessions and the days that this session is made (maybe a session at 16 is only for friday and sunday nor saturday). As it’s seen in the screenshot I have the days (in catalan) in a comma-separated text column and I use the Split Text by comma to split the days.
But when I want to display that in a inline list and grouped by this Split Text column (in order to see that on friday i have the session seen before at 16 and another one at 18 that is for fridays and saturdays only).
My objective is to get an inline list like (for example):
Friday:
- 16:00
- 18:00
Saturday: - 18:00
Sunday: - 16:00
Thanks in advance and feel free to ask if you need some more information.