Viewing 7 posts - 1 through 7 (of 7 total)
If anyone is having difficulty understanding what I am trying to do let me know and I will try to clarify. 🙂
December 18, 2018 at 10:39 am
DECLARE @InitialStartDate date,/* JUST...
December 18, 2018 at 8:41 am
DECLARE @InitialStartDate date,
@rptStartDate date,
@rptEndDate date
Set @InitialStartDate = '11/1/2018'
Set @rptStartDate = CASE WHEN [TransactionCount] = 2 Then DATEADD(dd,-30, @InitialStartDate)
WHEN [TransactionCount]...
December 18, 2018 at 8:13 am
December 18, 2018 at 7:54 am
December 17, 2018 at 3:10 pm
November 1, 2018 at 11:08 am
October 5, 2018 at 6:34 am
Viewing 7 posts - 1 through 7 (of 7 total)