I'm trying to use RWRUN to run a report from the command line. My report has 2 parameters on the parameter form. Does reports 9i allow report parameters to be passed in from the command line?
For example:
PF_Name = Jones
PF_Position = Manager
Here's the RWRUN command that I'm trying to use, but I'm getting a REF-0788 error about an LOV parameter that isn't in my Parameter Form. Am I doing something wrong?
RWRUN module=myreport.rdf userid=myusername/mypswd paramform=no batch=yes destype=file desformat=rtf desname=temp2.rtf PF_Name="Jones" PF_Position="Manager"
Thanks!
For example:
PF_Name = Jones
PF_Position = Manager
Here's the RWRUN command that I'm trying to use, but I'm getting a REF-0788 error about an LOV parameter that isn't in my Parameter Form. Am I doing something wrong?
RWRUN module=myreport.rdf userid=myusername/mypswd paramform=no batch=yes destype=file desformat=rtf desname=temp2.rtf PF_Name="Jones" PF_Position="Manager"
Thanks!