cancel
Showing results for 
Search instead for 
Did you mean: 

ToDate returning #ERROR

02-16-2023 6:05 PM
1288 views 3 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

I have an issue converting string (2022-11-01T00:00:00) to a date using todate function. no matter how I defined the format I receive #ERROR message

Please help ..

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

ayman_salem
Active Contributor
0 Likes

use the following formula:

v_ConvDate: =ToDate([DateToConvert]; "yyyy-MM-ddTHH:mm:ss")


then format it to whatever date format you want

Answers (1)

Answers (1)

0 Likes

Thank you ! it worked 🙂