Categorize entities

0
Hi all, I have a simple task, but i’m missing the point in how to do this. See below a simplified version of my domainmodel (this is just for learning purposes). For movie it works, but i have some trouble categorizing tvshows by season, and season by episode. I would need a page where i can browse through the tv shows and filter by their season and get the episodes of that particular season. Hope you can help me out a bit.  
asked
1 answers
0

You’ll need a relation between the episode and the tv show.

Then a tv show has an episode and a season.

Now it should be possible to browse by episode and season for a tv show, maybe it’s good to have a look at something like constrain by (see https://docs.mendix.com/refguide/reference-selector)

answered