N Nick Member Aug 12, 2005 #1 Is it possible to use the SQL="query" and the EXEC='report name' on the same command-line call to the query reporter? I've only been able to get the SQL parameter to work if I use the OPEN command. Thanks, Nick Solomon
Is it possible to use the SQL="query" and the EXEC='report name' on the same command-line call to the query reporter? I've only been able to get the SQL parameter to work if I use the OPEN command. Thanks, Nick Solomon
Marco Kalter Administrator Staff member Aug 12, 2005 #1 These 2 parameters are mutually exclusive. You either run a report or a specified SQL statement.