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
Flash screen in vb.net 2005
C++ dll in VB
How to configure Remote SPAN or alternative option on HP Procurve 2626-PWR switch ?
SCCM 2007 collection by OU not showing all pc's
navigation buttons wrapping funny
Sorting to Excel workbook to different sheets
Http dynamic Compression not work if We using text/html
FTP not working on Windows Server 2008 IIS 7
IIS Web site works in all browsers except Safari on Mac
create xml script using coldfusion