Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
anyone can assist as my MMM-YY found as number
They sometimes do when you get a date from an Excel Workbook sheet. The way to remedy it is to wrap the field name in a Date()-function in the load in your load script to turn it into a real date.
LOAD
.....
Date(YOP) AS YOP,
.....
They sometimes do when you get a date from an Excel Workbook sheet. The way to remedy it is to wrap the field name in a Date()-function in the load in your load script to turn it into a real date.
LOAD
.....
Date(YOP) AS YOP,
.....
Use function Date with the mask you want .. like this:
Date(YOP,'MMM-YY') as YOP
yes i already load as above and i get my time frame.
Date(Date#(YOP)',MMM-YY') AS YOP
You can also set the number format on the properties of the list box to "date" to get it shown right.