|
-
March 4th, 2008, 07:53 AM
#1
Pls Help...
Hi,
I have designed crystal report using vb.net. It has two tables Orders and Customers. I have used two Group section in that report.
Group#1 orders.ShipName
Group#2 orders.ShipDate
The data type of ShipDate is DateTime. But i want to show the report ShipDate Monthly wise.
Like As Follows ,
January
<ShipName>
<orderDetails>
;
;
I am beginner to crystal report. pls help...
Thanks in Advance...
-
March 4th, 2008, 10:37 AM
#2
Re: Pls Help...
Hi,
Create a formula named month_custom_group and edit it with the following code.
monthname(month(DateTime({orders.ShipDate}))).
Now go to group expert and add group by choosing the month_custom_group formula for grouping field.
This should be your first group.
I think this will work.
-
March 4th, 2008, 09:36 PM
#3
Re: Pls Help...
Or just choose the group's options (group expert, highlight the shipdate group, press the Options button) and change the 'This section will be printed:' to 'for each month'
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|