Forum Discussion
MalvikaBhasin
Helper III
2 years agoText to Date
Hi, Why am I unable to change TEXT to DATE for a column. Regards Malvika
Joe_Barry
Solution Sage
2 years ago- MalvikaBhasin2 years ago
Helper III
Thanks. But why is it working partially for me? Can you help identify issue from below image?
Regards
Malvika
- mostho2 years ago
Helper II
How does the column look like before the transformation? i guess the "dates" are in a format which the function cannot handle by default. maybe you have to adjust the function call with an optional culture parameter or a format specification.
- Ashish_Mathur2 years ago
Super User
Hi, Perhaps the cells where you see errors, the date format there is m/d/y. Since your system is formatted to only understand d/m/y dates, those cells are returning errors. - SachinNandanwar2 years ago
Impactful Individual
Your data contains dates in the format dd/mm/yyyy.
For instance the input date 13/01/2024 is formatted as day/month/year. But the report expects dates in the format mm/dd/yyyy where the month value should not exceed 12. So when the report encounters a date with a month value greater than 12 it would create an error.