• Hi,

    In the first conditional split, I gave the expression as:

    ((DT_DBDATE)timestamp == (DT_DBDATE)DATEADD("dd",-1,GETDATE()))

    which returns only yesterday's i.e, previous day's rows.

    In the second conditional split, I gave the expression as:

    ((DT_DBDATE)timestamp == (DT_DBDATE)(DATEDIFF("mi",timestamp,timestamp)% 15 == 0))

    I'm getting errors for the second condition. Can u please tell where I'm going wrong.

    Thanks.