cancel
Showing results for 
Search instead for 
Did you mean: 

Number to date conversion in idt

0 Kudos

Hi,

I have one requirement like, I need to convert date from YYYYMMDD to MMDDYYYY in SAP IDT. But the problem here is the data is coming from snowflake database as number. I tried with multiple options but I didn't get the expected result. Can anyone suggest me the condition in idt to conver number to date format.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

ayman_salem
Active Contributor
0 Kudos

Try this:

in IDT: to_date(to_char(T1.DATNUM), 'YYYYMMDD')

then use the FormatDate([date]; format) in the WebI report.

Answers (0)