lauriesamh
Technical User
I'm using CR10 and I have a command based report.
I need to change part of the command that reads
WHERE ELIG.EndDate > {?End Date}AND ELIG.BeginDate<={?Begin Date}
To find the first day of the month based on the ELIG.EndDate.
I tried using the formula in the command but it doesn't work.
Where ELIG.EndDate > {?End Date}AND
dateserial(year({ELIG.EndDate}),month({ELIG.EndDate})-1,1)<={?Begin Date}
I'm hoping it is an easy way to do this.
I need to change part of the command that reads
WHERE ELIG.EndDate > {?End Date}AND ELIG.BeginDate<={?Begin Date}
To find the first day of the month based on the ELIG.EndDate.
I tried using the formula in the command but it doesn't work.
Where ELIG.EndDate > {?End Date}AND
dateserial(year({ELIG.EndDate}),month({ELIG.EndDate})-1,1)<={?Begin Date}
I'm hoping it is an easy way to do this.