Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Asiolinka
Contributor II
Contributor II

Issue with 'where' during Oracle Dev connection

Hello,

I have an issue with date filter during connection with Oracle Dev database. 

Trying to put :

SELECT *
FROM "xyz"."database" where date = 'YY-MM-DD';

Tried to find any correct date format but still does not work.

Any ideas what should I do to filter base from connection level?

Labels (2)
2 Replies
Or
MVP
MVP

Whatever you would have used on the database end - you should be able to copy your query from PL/SQL Developer or whatever other tool you use to query the Oracle DB.

Mark_Little
Luminary
Luminary

HI @Asiolinka 

Adding to what @Or has said, you are also assuming that the date column is being read by Qlik as date field, Maybe try formatting the DATE(Date)