Microsoft
Software
Hardware
Network
Question : Group by week starting with first day of the month
Hey Experts,
I am needing help with a Crystal Report function. I am grouping by week; however I need the grouping to start with the first day of the month and not the default of the first day of the week - which is Monday.
Thanks, RogerK
Answer : Group by week starting with first day of the month
I assume those will be the weeks for each month. If so you could use a formula like
If Day({Datefield}) <= 7 then
1
Else If Day({Datefield}) <= 14 then
2
Else If Day({Datefield}) <= 21 then
3
Else If Day({Datefield}) <= 28 then
4
Else
5
mlmcc
Random Solutions
Look Up in Query
mssql issues with 10.50.1600 & 10.00.1600
Access Property box Garbled
Certain websites time out on connecting
Script to add user to multiple PC's
log4c usage: best practice
Where do I control calendar Sync Settings on BPS?
vfp - how to print text to tm-u220 printer
In Excel 2007, remove buttons copied from websites.
How to view a .pwi file in XP: Office 2007?