Hello Team
We have one Datalink that is a Oracle select. We have this sentence (that works in a SQL Developer and give to us the correct mask/format)
SELECT
TO_DATE(to_char(FEC_INI_REC_COTR, 'dd/mm/yyyy'),'DD/MM/YYYY'),
TO_DATE(to_char(FEC_FIN_REC_COTR, 'dd/mm/yyyy'),'DD/MM/YYYY')
FROM DSS_LD.S29_HEC_REC_EXT
but in Apptio, in the table created ,we have this in that column:
01-abr.-2021 00:00:00
01-ene.-2023 00:00:00
08-oct.-2022 00:00:00
25-nov.-2020 00:00:00
Any way to remove the "hours"??. Any mask in the to_char or to_date Oracle function that the datalink understand ? We tried several types and always the same result
Thanks for your help
#TBMStudio