How to create a URL link to include filtering on a field from an associated form

How to create a URL link to include filtering on a field from an associated form

I have two forms Carbon and Emission Source. I am trying to create a filtered url hyperlink to a form called All Carbon which included a specifi field from the Emission Source form. The field in question does appear in the report to be filtered

The field has a name of "GHG protocol scope" and it's field link name is scope_field

I am trying to build the url string to filter by that field and have tried the following with no luck :

https://MYSITE.zohocreatorportal.eu/#Report:all_carbon?sector=Shops&emission_source.scope_field="Scope1"

https://MYSITE.zohocreatorportal.eu/#Report:all_carbon?sector=Shops&scope_field="Scope1"

https://MYSITE.zohocreatorportal.eu/#Report:all_carbon?sector=Shops&GHG%20protocol%20scope=%22Scope1%22

https://MYSITE.zohocreatorportal.eu/#Report:all_carbon?sector=Shops&"GHG protocol scope"="Scope1"

When I create a custom filter the IDE shows it as "Scope_1"  :  emission_source.scope_field == "Scope 1"

Is it possible to create a URL filter with this field ?