cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

I am encountering a set of error while processing my universe (developed in IDT 4.O) through Integrity check. All the date fields are highlighted as incorrect data type.Though its the same data type in the database.

Here is the list:

Dimesnsion nameDimesnsion in Business layerData type in Source DatabaseData type assigned in IDT
Month Close Date pad(to_char( Extract (Month from DBName.DBSOURCE.CLOSE_DT)),2,0)DateDate
Month Issue Date lpad(to_char(Extract (MONTH  from  DBName.DBSOURCE."IssueDate")),2,0)DateDate
Close DateDBName.DBSOURCE."IssueDate"DateDate
Completed Dt  TO_CHAR(DBName.DBSOURCE.COMPLETED_DT,'DD/MM/YYYY')DateDate
Change Date ( test)MFIVE.DBSOURCE.CHANGE_DTDateDate

Please could some one help me to figure out what going wrong here?

I have been checking and changing them to see, but not making any difference .

Many Thanks

0 Likes
View Entire Topic
joseph_lara
Product and Topic Expert
Product and Topic Expert
0 Likes

Those dims (and calculated columns) with the to_char function should be set to 'String' in the Business Layer since you're converting date to char.