ContributionsMost RecentMost LikesSolutionsHow to perform lookup or left outer join on less than equal operator Hi, I have requirement to perform lookup or left outer join on less than equal too column date datatype column. Note : i already tried using oracle execute but oracle execute performance not good because of back pressure. can help me to find out alternative to achieve same logic or how to increase Oracle execute performance Facing failed to perform join operation Facing failed to perform join operation Re: Expression in mapper Date.parse(Date.parse(Math.min(($MAX_LINEAR_PREMR_DATE == null ? 64060588800000 : Date.parse($MAX_LINEAR_PREMR_DATE).getTime()),($MAX_GO_PREMR_DATE == null ? 64060588800000 : Date.parse($MAX_GO_PREMR_DATE).getTime()),($MAX_VOD_PREMR_DATE == null ? 64060588800000 : Date.parse($MAX_VOD_PREMR_DATE).getTime()))).toString()).toLocaleDateTimeString({“format”:“MM/dd/yyyy hh:mm:ss aa”}) Expression in mapper how to write below expression in snaplogic least( IIF(ISNULL(LINEAR_PREMR_DATE),to_Date(‘01/01/4000’,‘mm/dd/yyyy’),LINEAR_PREMR_DATE), IIF(ISNULL(GO_PREMR_DATE),to_Date(‘01/01/4000’,‘mm/dd/yyyy’),GO_PREMR_DATE), IIF(ISNULL(VOD_PREMR_DATE),to_Date(‘01/01/4000’,‘mm/dd/yyyy’),VOD_PREMR_DATE)) How to call oracle function in snaplogic How to call oracle function in snaplogic Checking file availability on s3 bucket I have one scenario for checking file on s3 bucket if file available then process it else send email file not present on bucket. Oracle update snap update condition giving error Hi Team, In above expression i tried to update oracle table using oracle update snap on date condition column and facing above timestamp error. in target data in date datatype and format mm/dd/yyyy How can we compare current and previous row in snaplogic How can we compare current and previous row in snaplogic similar logic implemented in informatica Aggregate column next snap Hi Team, how i can pass not aggregate column next snap