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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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 .

Labels (1)
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