Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to clean date format? (URGENT)

Hi all,

I have an Excel datasource but in the Transaction Date column, it consists of various date format, for example:

7/12/2010

09-08-10

(Blank)

-

ANy idea how to clean this data?

THanks

14 Replies
Not applicable
Author

its the same =(

ive uploaded the source too

Not applicable
Author

Hi,

Please see the the attachment,i hope it will solve u r purpose

Thanks

vivek

Not applicable
Author

It works! Thanks a bunch!

Buy u coffee next time~

its_anandrjs

Hi,

No need to write subfield in place of this you can use replace command because if symbol change you need to write another code by this you can change

Date(Replace(TransactionDate,'-','/'), 'DD-MM-YYYY') as NewTransactionDate2

See the attched sample file solution sheet.

Rgds

Anand

Not applicable
Author

PERFECT!