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
ESXi compatible hardware
mail in outbox till another folder is clicked
IE errors on ajax function
My documents folder is missing from profile folder in explorer in Windows 7 Pro 32-bit.
buffalo Terastation - Network Storage - Admin Password not accepted by Device.
Oracle 11g "Alter Session" Error
Windows 7 profile won't delete completely
I messed up my monitor settings
Dell Poweredge 1800 SBS 2003 reboots at 'Applying Computer Settings'
Classic ASP form to email sending empty email?