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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get date correct

Hi,

When I am loading data from ODBC drive i,e from access database it is showing data type mismatch error

the query is

Load a,b,c

select SQL * from Table where Date>'09/01/2012';

Can anyone help me as I tried in many date formats but nothing works for me please help me as this is urgent now please.

Thanks.

1 Solution

Accepted Solutions
Not applicable
Author

Hi Amelia,

Try this:

Load a,b,c

select SQL * from Table where Date>#09/01/2012#;

The # is delimiter for date in access.

View solution in original post

2 Replies
Not applicable
Author

Hi Amelia,

Try this:

Load a,b,c

select SQL * from Table where Date>#09/01/2012#;

The # is delimiter for date in access.

Not applicable
Author

Thanks and that works perfect