Hi All,
2 Table: Outcomes & Offenders
Both tables have “Associated Ref” field which are references to a main table “Main”.
I want to filter the “Offenders” field ‘list’ to only show the offenders which have the same Associated Ref as what is current held in the [.THISROW].[Associated Ref] in the “Outcomes” form.
So my slice is using the offenders table as the source. Row filter condition: [Associated Ref]=[_THISROW].[Associated Ref]
Trouble is it is not filtering the offenders list to the test person. I have tried inserting the table name [Associated Ref]=Outcomes[_THISROW].[Associated Ref] but that also is not producing the desired result. Only Test Person 1 should show.
