Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to format a date & had entered the below script:
ATDATE, | |
Date(Left(ATDATE,10),'DD/MM/YYYY') as Date, |
However this doesn't seem to be having any effect on the data - see table extract below:
Anyone any ideas as to what I'm doing wrong / missing?
Cheers
Anthony
It looks like ATDATE is already formatted as a date.
Try date(ATDATE) as NewDate
Hello,
Date(Date#(Left(ATDATE,10),'DD/MM/YYYY'),'DD/MM/YYYY') as Date,
These posts should help
http://community.qlik.com/blogs/qlikviewdesignblog/2012/06/07/get-the-dates-right
QlikView Date fields
http://community.qlik.com/docs/DOC-3102
use Date#() and then date this will do
Date(Date#(Left(ATDATE,10),'DD/MM/YYYY'),'DD/MM/YYYY') as Date
can you post a sample qvw
Thanks for the replies,
Unfortunately none of the suggestions work
can you please share the sample data