Hi Bert,
I suspect is has to do with the use of a variable for the database name, and enclosing that variable in double quotes in this parameter
Assuming that $gc_BelgiumComplete_db is populated with the name of an existing database elsewhere in the macro, try removing the quotations, i.e.:
I suspect is has to do with the use of a variable for the database name, and enclosing that variable in double quotes in this parameter
QUOTE |
Database="$gc_BelgiumComplete_db" |
Assuming that $gc_BelgiumComplete_db is populated with the name of an existing database elsewhere in the macro, try removing the quotations, i.e.:
QUOTE |
Database=$gc_BelgiumComplete_db |