Hi There,
I have a data set where dates are listed on the top row, formatted as mmm-yy, with values below.
E.g.
ProductApr-15May-15Jun-15Apples123456789Pears123456
When connecting to my data, I have pivoted the data so that the columns are now Date | Product | Pivot Field Values
However the date has converted to string...
Changing the data type to 'Date' results in Null values.
Creating a calculated field using DATEPARSE("mmm-yy",[Date]) also results in Null values.
Can anyone help?
Thanks,
Catherine
10 respuestas
Try date(left([Pivot field names],3)+"/1/"+right([Pivot field names],2))