I have two tables in CDS. Projects and tasks. There is a relation between Projects:Projectname and Tasks:Project.
I have one gallery in my Canvas app for "Projects"(ProjectGallery) and one gallery for "Tasks"(TaskGallery). When i select a project (Thisitem.IsSelected) i like to filter the Tasks gallery, so i only see thasks that is related to the acutal project in the task table, without getting delegation warning.
In "Tasks" the Project field is a lookup field. In "Projects" is the primary name (text). Any idea how the correct: Filter(Tasks;.....) should be like to select related fields without delegation warning.
