2023 Jul 27 8:37 PM
Hello *,
I want to compare two timestamps in a CDS view and derive a result. However, the comparison does not seem to work. What am I doing wrong? is the comparison even possible?
case when FinishDateAsTimestamp < DueDateAsTimestamp then 'C' // SLA complied
when FinishDateAsTimestamp > DueDateAsTimestamp then 'M' // SLA missed
end as SLA_Result
Thank you for answers,
David