Skip to main content

Hello

I have set up a feature reader, reading a geopackage and have also set up a user parameter requesting the GSS code from the user to find.

When i add “gsscode” = $(LOCALAUTHORITY) nothing is exited via the reader, however, if i remove the where clause from the reader and add a tester with gsscode = $(LOCALAUTHORITY) everything works as expected.

Please see images below, but any ideas what is wrong.  I dont mind having a tester, but would just like to remove it and use the WHERE Clause..

Regards

 

Andy

 

Feature Reader
 
Parameter
 

 

Tester

 

Try adding quotation marks around the parameter in the where clause, like this:
“gsscode” = “$(LOCALAUTHORITY)“


Thanks very much, worked perfect…

Safe - do you need to update the documentation for the feature reader to specify the double quotes…..


Reply