Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have an excel file with dates in it. The fieldname is 'Date' and the format is as follows: 30.09.13
Qlikview doesn't except it as a date. How do I get it to adjust it?
Thanks
Hi,
Use Date#() and Date()
Like
Date(Date#(DateFieldName,'DD.MM.YY'),'DD-MM-YYYY') as NewDate
Regards,
Use This
Date(Date#('30.09.13','DD.MM.YY'),'DD-MM-YY')
--Jai
Hi,
Use Date#() and Date()
Like
Date(Date#(DateFieldName,'DD.MM.YY'),'DD-MM-YYYY') as NewDate
Regards,
Hi Community,
I recently joined and I am amazed with the amout of information that can be found here !
I am trying to convert a table date field DD/MM/YYYY HH:MM:SS to a filed that will make easier for me to manipulate when creating Charts and Tables, etc.
My question is, can I make it directly in my initial script rather than in an object expeession, so that I will not have to amend it each time I insert a new object?
Thanks for your time!
Kind regards,
Nelson.