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

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