ODBC CONNECT TO database_name;
SQL
EXEC procedure_name arg_1, arg_2
I use above code in Qlikview to retrieve the return tables from SQL Server. However, there are three tables returned from the procedure. Qlikview shows only one table and its columns.
How to retrieve more than one tables from a procedure?
Thank you very much!