Try adding the following where clause to the Container. I have used this statement to pull in the last 24 months from a prompted start date. You should be able to modify for pulling in last 60 days. WHERE "AR_InvoiceHistoryHeader"."InvoiceDate" = dateadd("m",-24,@StartDate@)
↧