Hi,
I want to do something pretty basic, but I am really new in canvas app.
I have tables in CDS, I did a model driven app that works fine but I want now to build a canvas app.
I have two tables:
A bet can contain many games, and there is relationship between them.
I generated a canvas app.
On the browse screen, I can click on a Bet. Then, it opens the details screen where it shows the Bet Id, and I add a gallery at the bottom where I want to display all the games related to this Bet id.
I tried so many filters, but none of them worked. So I guess I always use a bad syntax...

Can you tell me what is the good syntax for this?