Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
chandrajakkula
Contributor II
Contributor II

ODBC Connection with S4HANA database :When We Read Data from table date format is not in date format

Dear All,

We are created ODBC connection with S4Hana and extracting data from tables

But we are facing an issue of Date datatype its not detecting when we are changing to Date(FieldName,'DD-MM-YYYY') format.

its giving Year wrong.

may be the data read automatically changing default datatypes so how to set parameter in connection to read data in SAP data types 

please help us to pass the parameter / attribute to keep default datatype format while reading data in below connection string.

ODBC CONNECT TO [DSN=S4Hana_Dev;] (XUserId is fMTITIRJJaSGVCZJTKReM, XPassword is FSYVQIRNJbaGXSZNTLZCDZMGURKB);

2 Replies
StarinieriG
Partner - Specialist
Partner - Specialist

Hi

probably you could solve setting DateFormat on the first line of your script

SET DateFormat='format that is used in the table'; 

Brett_Bleess
Former Employee
Former Employee

Check the following post, might have what you need:

https://community.qlik.com/t5/QlikView-App-Development/Stored-procedure-error-while-passing-date-par...

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.