I'm trying to figure out HOW CR cascades parameter choices. Does it take the join information from the Links tab and use that to determine that "SCHOOL"."district" links to "DISTRICT"."id", or is it pulling foreign key information from the source database, or what? The reason I'm asking is that I'm trying to filter staff by school, but in the query underlying my report I don't need (or want) the USERS table linked to the DISTRICT table. I'm hoping it's possible to explicitly define the cascade, but I'm concerned it isn't.