When I set a Ticker to represent my dataset, my data are displat exactly in the way above. What I need to do is that if the Day is the same it is display a single time as a header for records as follow
Monday
Item1
Item2
Item3
Thuesday
Item1
Item2
Item3
I need to group my data by Day column but also represent the layout so that group name is shown only once.
The reason of not using text media is that people who will update the content could be anyone even a simple secretary and to avoid lyout change mistake, I prefer to edit on a single place and dataset is good for that
You can’t add header rows in, so, you’ll either need multiple regions - one for each day and one for each header, positioned appropriately - or you’ll need to use a text media type.
The header region would contain a text item “Lundi” for example, and the dataset region would show just the Item column, filtered on the day you want to show.
The first option is workable I think given your requirements.