I have a stored procedure in my QlikView named SQL.txt, in that Stored Procedure i have like:
Select * from table
as
Create Dummy Data;
in the above Stored Procedure is a dummy example for making a table in database, Now what i want to do is that the SQL Stored Procedure script should run first on the database and after that the LOAD Statement what so ever should be executed in Edit Script.