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
Can I delete .OST files without losing email messages?
Deploy Printers Using Windows 2008 R2 GPO to Windows XP Pro Clients and Removing all current printers
Unattended Windows 7 Installation answer file not working
CodeDom and Windows Forms
Firing jQuery on key press action
PHP: Accessing function from class
looking for best web designer.
Customizing the UITabBarController - or creating a UIViewControlller similar to it
my phone number would accept
Is it possible to exclude certain project folders like Images during Publish?