Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

datetimenotz / datetime types problem when aggregates are used

Avatar

Level 2

Hi,

 

I have a problem, 

 

We have database DATE fields defined as "datetimenotz" - however when during workflow we are using functions like max() then result is converted to "datetime"

 

Later during steps like intersection we are getting messages about datatypes incompatibility.

 

Is any way to solve that problem ?

 

regards

2 Replies

Avatar

Level 7

May I know what data base you are using?

Have you tried converting both fields to datetime and check if the intersection is still working or not?

 

Cheers,

Deb

Avatar

Level 2

I'm using Oracle,

well, I prefer to convert just those values which are generated by Adobe because the rest of database uses "datetimenotz" 

 

regards