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: 
dhavalvyas
Contributor III
Contributor III

Date format error

HI I am applying incremental load in one of application. While I am concatenate qvd with database table it shows following error.

Date format error. Database date format and qlikview date format does not matches.

As database date is in number format I convert qlikview date also in number format how ever it is still showing error.

Can anyone suggest correct way to do solve this issue?

11 Replies
dhavalvyas
Contributor III
Contributor III
Author

My date format issue is resolved but it is showing that sql command not properly ended.

my script is like this,

load * ;

sql select

from table name

where date > variable;

avinashelite

Who you defined the variable ?? give the complete script