Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rsdhavle
Creator II
Creator II

Use of SQL query with temp tables

Can we use SQL query with temp tables in QLikview application to load the data?

6 Replies
Anonymous
Not applicable

You can create a stored procedure in SQL and use that Stored procedure in qlikview hope this helps.

rsdhavle
Creator II
Creator II
Author

Yes we thought of this approach. Is that quite easy to use Stored Procs in Qlikview or there are any limitations?

What is the syntax of using it?

Anonymous
Not applicable

for example please see below code: Please let me know in case of any questions

TEST:

SQL

EXECUTE Schemaname.ATP.spBuildTestResults;

store TEST into [$(vAbstractQVDDir)TEST.qvd];

Anonymous
Not applicable

Is that working Rohan

rsdhavle
Creator II
Creator II
Author

when we are trying to fetch data from SP it does not return any data in QVW however when I run the SP on database it does return rows

Anonymous
Not applicable

can you attach the qvw file , i will see if there is any issue in the script.