Hi
You can achieve this by having one entity list and a details web page/entity with a subgrid to the employee entity, try the following:
- Create a CDS form for the Salary entity with only a sub-grid with related employee records (if you want you can add a few more relevant fields from the salary entity as well)
- Create a Portals Entity Form associated with the above CDS form
- Now in your second Web Page, instead of associating to another entity list, associate with the new Entity Form
- Back in your first Entity List, in the entity list actions, add a details action pointing to that Web Page
this should give you a filtered list of employee based on the selected salary record
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.