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: 
panipat1990
Creator II
Creator II

Date Logic

Dear Sir,

I stuck a requirment. In my raw data my date format is 20.11.2016. in text format. how i convert in number format and proper date format.

My Date Format from sourceTo is=20.11.2016

i Want to this=20/11/2016

For this i am sharing a excel.

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

=Date(Date#(sourceTo, 'dd.MM.yyyy'), 'dd/MM/yyyy')

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

=Date(Date#(sourceTo, 'dd.MM.yyyy'), 'dd/MM/yyyy')

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein