Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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