Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

Date Problem

Hello,

I have two information sources (xls and csv).

I need to concatenate both tables. (xls come in format DD-MM-YYYY. csv in DD/MM/YYYY

I tried this but doesn't work:

Date(Date#(Left(FECHAYHORA, 10), 'DD/MM/YYYY hh:mm:ss'),'DD-MM-YYYY') as Id_date

FECHAYHORA is in csv...


Thanks!

11 Replies
sunny_talwar

Why don't you use [FECHA Y HORA] to create intervals? and use Id_date as just date?

pgalvezt
Specialist
Specialist
Author

Right...

I was using for all my calculations (Intervals) Id_date...

I can see now hour minute etc,

Thanks!