Passing a parameter via command-line interface

George

Member
Can anyone tell me the syntax for including a variable name within the command-line interface to activate a report that contains a &variable ?
The help doco indicates that the "Action Parameter" can be set for &variable=value
I need to do this to replace a value in my sql embedded in my report.
 
Thanks Marco - The double-quotes around the parameter tripped me up (because of the ampersand preceding the parameter name). All good now.
 
Back
Top