Supposing you have a user or a group of users who can only see records relating to a Household that is in the Region of the North West.
In this scenario, because Region is defined on the master table (Households) then you might think you can just add a single row filter selection of Region = North West defined on the Households table.
If you do this, then it will work to a fashion but any selections on URNs on the People or Bookings table will fail with errors similar to this:
Let's say you wanted to configure a user or a group of users so they can only see records relating to High Earners.
If you were to configure a selection on the People table using the Income variable and select the higher categories and then use this on your Row Filter definition:
then this would not apply any filters to the affected users.
To test this quickly:
Run an Audience count in Orbit
Look in the FastStats Service log file
You should have a
JobType submitted of
SIMPLERESULT

The problem will be shown in the Got messages when reading results entry
Make a note of the thread number (6 in the example above).
Look in the log directory for the fs32svr logs.
The following is reported in the fs32svrErr<date>-<thread number>.log:
[2026-05-20][11:27:03] **ERROR (2514) Error actioning request type=GlobalFilter action=define guid=b87e2c3e-8cd1-81e6-31c7-349912699596
[2026-05-20][11:27:15] **ERROR (2712) Resolve table 'People' is not valid in global filter specification
[2026-05-20][11:27:15] **ERROR (2712) Resolve table 'Households' has no global filter specification
[2026-05-20][11:27:15] **ERROR (2712) No valid global filter specifications
[2026-05-20][11:27:15] **ERROR (2712) Error in global filter specification
[2026-05-20][11:27:15] **ERROR (2514) Error actioning request type=GlobalFilter action=define guid=32c02a71-5899-85f4-40fa-1409512066af
[2026-05-20][11:27:16] **ERROR (2712) Resolve table 'People' is not valid in global filter specification
[2026-05-20][11:27:16] **ERROR (2712) Resolve table 'Households' has no global filter specification
[2026-05-20][11:27:16] **ERROR (2712) No valid global filter specifications
[2026-05-20][11:27:16] **ERROR (2712) Error in global filter specification
[2026-05-20][11:27:16] **ERROR (2514) Error actioning request type=GlobalFilter action=define guid=b02b41e1-6cac-8100-5c85-f2c10cf3540e
To get this to work, you would need three selections of:
1. People who have a high income value using the Income variable
2. Households with People that have a high income value using the Income variable
3. Bookings for People with a high income value using the Income variable
As another example, supposing you want to filter the system to Bookings that have a Destination of Australia.
The Destination resides on the Bookings table and so you need 3 filter selections in your row filter:
Bookings selection of Destination = Australia
People selection of People who have made a booking to Australia
Households selection of People who have made a booking to Australia
