Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I have an application in which i need to connect through diffrent tables in oracle and fetch data.
The data is fetched through 5 diffrent select statements.
I create 5 tables in qlikview to store this data.
When I reload this app, Each select statement runs sequentially and hence each taking ti9me seperately.
Is there anyway through which i can run all 5 select statemnts in one go which will help in reducing time for reload of app?
Thanks in advance.
Aaditya
Yes, you need to load each statement in it's own QVW, then schedule all QVWs to run at the same time.
Hi Daniel,
Thanks, but can't this be done in a single qvw?
Aaditya
No, unless your QVW triggers a stored procedure that does it for you.