Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Connectivity Issue ....

Hi guys

I am trying the pull the data the from oracle 11g using ODBC connection.but i am getting 0 rows in qlikview.

above issue is coming with only 1 table , when i pulling the data from rest 11 tables , the data is coming correctly.

Please help .

1 Reply
martin59
Specialist II
Specialist II

Hi,

Could you try with First() before the LOAD or SQL SELECT, like this :

Data:

First(50)

LOAD *;

SQL SELECT *

FROM Data;

or

Data:

First(50)

SQL SELECT *

FROM Data;

Hope that helps you,

Martin Favier