Is it true that we can no longer use database pre-built functions like DATE (in db2) in the object SQL. I have been trying to do this - DATE(@catalog('ABC')."ABDB2DB"."TABLE2"."ORDER_TS") in the "SQL Definition" for the Object in the Business Layer but was not able to do so. I used to be able to DATE(TABLE2.ORDER_TS) in Object definition in old Designer which basically truncates the time stamp when the SQL is run for that field with no issues. So this leads me to believe that now IDT no longer supports DB specific syntax to define Object SQL. Is that true? Do we now have to use the functions and syntax provided by Business Objects within IDT for this purpose?
Any insights greatly appreciated.
Thanks in Advance.