Hi Folks.I want to find the Backlog Delivery for the Current Week. for that my Schedule ship date sh
I checked the same in Sql Developer it is working Fine, But need to place it under Bucket . How to achieve that ? Technically OOLA.schedule_ship_date between NEXT_DAY(TRUNC(SYSDATE) - 7, 'MON') and CASE WHEN TRIM(TO_CHAR(TRUNC(SYSDATE), 'DAY')) = 'SUNDAY' THEN TRUNC(SYSDATE) ELSE NEXT_DAY(TRUNC(SYSDATE), 'SUN') END.
Please, help me if you have any findings. where how to incorporate the "Between and " conditions.