Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Oracle SQL Query help?

I've spent a while coming up with a query for an Oracle dB, but QLikview doesn't seem to accept it at all. I'm quite sure it's not T-SQL and am fairly sure I conformed to ANSI but still QV isn't having it. Attached is a test app with the load script, any suggestions would be helpful!

1 Solution

Accepted Solutions
ronald_gdi
Contributor III
Contributor III

Hi David

In script Qlikview only interpreted commands SQL of driver.

Use:

Load  *

  SQL <your_code_sql>;

<your_code_sql> must have query sql

Kind Regards!

View solution in original post

2 Replies
ronald_gdi
Contributor III
Contributor III

Hi David

In script Qlikview only interpreted commands SQL of driver.

Use:

Load  *

  SQL <your_code_sql>;

<your_code_sql> must have query sql

Kind Regards!

maxgro
MVP
MVP

as your query isn't a trivial one, use a different tool (sqlplus, sql developer, toad, etc....) to test the query on an oracle database; when the syntax of the query is ok, add the query to QlkiView script (usually a correct query run without any problem in QlikView load script but debugging and testing the query is easier in an external and ad hoc tool)