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

Problem with data conversion from text to datetime

Hi ,

I am using a webservice in the load script to load the data into the qlikview file.

I am having a date field HIRE_DT .

I need to convert this field to datetime as a webservice XML returns only text.

Tried Using :

date

(date#(HIRE_DT,'DD-MM-YYYY')) as date1,

with no luck.

Please suggest



1 Reply
Not applicable
Author

Hi everyone,

I was able to solve my problem.

I have changed my webservice to return only date ,instead of datetime.

I was able to perform my date conversions on that field ,Say HIRE_DT.

My app looks fine.

Thanks,

Srihari