Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

select statement not fetching the data in Qlik sens though connection is good

hi all,

am new to the Qlik Sense desktop. am unable to select the data from the database table even though connection exits.

i could able to fetch all 4 column data from Oracle developer but same is not returning in Qlik Sense.

FYI: am using concatenated select statements in one single select query.

Please help.

3 Replies
zebhashmi
Specialist
Specialist

try through Load statement may be some syntax if conflicting.

devarasu07
Master II
Master II

Hi,

It should work, can u share they query?

calvin_wee
Creator
Creator

Very likely it is the WHERE condition. Check the data type such as Date or special characters.

TOAD/SQL Developer somehow is able to handle when type is different but content is ok.

e.g. WHERE SOME_DATE>SYSDATE

If SOME_DATE is character but follows date format, may not work in QlikSense but will work in SQL Developer or TOAD.

Hope this helps