OTBI date check End-of-time
Summary
OTBI date check End-of-timeContent
Hi,
I am wondering if anyone has tried to check for end of time on a date column in OTBI.
I wrote this. But it doesn't work. Any ideas?
CASE WHEN "Worker Assignment Details"."Effective End Date" = CAST('31/12/4712' AS DATE) THEN NULL
ELSE
"Worker Assignment Details"."Effective End Date"
"Worker Assignment Details"."Effective End Date"
END
0