Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: SSRS Date

    Finally got the expected result with a CASE stmt.

    CASE

    WHEN i.delivery_due_dt < SYSDATE

    ...

  • RE: SSRS Date

    Thank You, I will try it and let you know!

  • RE: SSRS Date

    Thank You for your reply!

    There is no calendar table.

    database - Oracle 11.2.0.3.

    Here is what I got so far.

    If the Delivery_due_date is prior to the current week, then the output is...

  • RE: SSRS Date

    Delivery_Date FriDay

    10/01/2014 10/31/2014 ( Fri of Current Week )

    The delivery_dt is stored in the Database Table.

    The FriDay ( Calculated ) Date is a new column added.

  • RE: SSRS Date

    Data Table

Viewing 5 posts - 1 through 5 (of 5 total)