I have tried several different ways but I cannot get this to go. Not sure it is possible.
I have a layer in my map that holds all my geometry that is related to the 123 form as a child. It is not part of form and it does not use GlobalIDs for the relate - it uses a text field.
123 does see the layer is related and it does add it to my report map.

I tried a more complicated query but it did not work. So I tried a simple one and still no go.
${#PFCPoints} ${FormID} ${/} - I get nothing
I tried adding a query and nothing
${#PFCPoints | where:"FormID='0ADB4682-5900-4278-AFEE-63C072AAEC3F'"} ${FormID}${/}
I will need to use the FormID to call which I think would look like this
${#PFCPoints | where:"FormID=${FormID}"} ${FormID}${/}
But what I really want is a map from the other layer and this does not work - gives an error.
${#PFCPoints | where:"FormID=${FormID}"} $shape ${/}
In the end I want the report to go grab the geometry from a different layer (that is not in the form) and add a map to my report.
Is this possible?
thanks a lot