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
call .rdl with store procedure with parameter
How to collaspe a menustrip in vb.net?
Regular expression and dash in JavaScript
Event ID 1030 and 1058 Missing gpt.ini - Group Policy
Quickr..How do I edit the tabs on the home page of my place? I want to add a tab
Does Barack Hussein Obama deserve 4 more years?
Column Name in query
XBMC live boot error
obtain source (/usr/src) for 8.0-RELEASE-p3
Form does not close when opened with a asynchronous thread