It looks like your query in your search for milestones should just be:
1_project_id=parent group’s DB_Project

Because t_project_id in your DB_milestones table is already of the type “DB_project”. With the way you have built the search in your bottom screenshot, you are trying to get it to search using text, but it is expecting a project data type instead :slight_smile:

1 Like