I want to filter a list so that the user viewing the list will only see rows where values in the list match a value on their employee record on the Employee Business Class
As an example the RelatedValue on the Employee record is called "ResponsibilityGroup"
The value we want to match on the business class (Responsibility) is also called "ResponsibilityGroup"
How would I write the instance selection LPL on the list so that it's taking into account the user viewing the report and the value on their record?