Hello - I am putting together a report where I am trying to pull a list of all previous inspections in a summary report. the inspections table is linked as a related table using a GUID Field (In my report, called PERM_ID). From what I read, this should be possible. However, I keep getting a "Cannot be found in current parsing scope" error. I know the "PERM_ID" field is correct, it works in other places, as well as in the summary section when not used in as part of the where clause.
It works if I hardcode the value in in - it works if I don't use a where statement, and according to documentation, It should work.
I'm not sure what I'm missing - I've uploaded the report I'm using (Its currently missing the !important to pull all matching value)