Sorry, but there are no more tags available to filter with.
-
Hi There, You can't load data directly from a stored procedure into QlikView, but you can execute procedures, as you know from your code above. A way around this would be to have the stored procedure write into a staging table, and then load the data from there. Your procedure would be something...