Hi, I'm new to this forum and also just started to use Denodo. I'm using SQL Server and were converting some SQL codes to Denodo. I'm trying to convert this code below but i'm getting an error specially this portion cast(serialid as varchar)+cast(cast(dateadd(hh,8,st.createddatetime) as decimal(12,4)) as varchar). any help is very much appreciated. Thank you.
```
case when substring(serialid,1,1) = 'T' then serialid else cast(serialid as varchar)+cast(cast(dateadd(hh,8,st.createddatetime) as decimal(12,4)) as varchar) end itemnum
```