|
-
Jun 21st, 2005, 08:46 PM
#1
Thread Starter
Addicted Member
for current month and year (Resolved)
I'm using crystal reports 10. I need to select only records for the current month and current year. I've tried to figure it out in the select expert, but it is beyond me. Can anyone help?
Last edited by purdybirds; Jun 22nd, 2005 at 10:27 AM.
-
Jun 22nd, 2005, 07:00 AM
#2
Re: for current month and year
in the select expert choose forumla from the dropdown box
and add the following:
Code:
Month ({Report.YOUR_DATE}) = Month (CurrentDate) AND
Year ({Report.YOUR__DATE}) = Year (CurrentDate)
where Report is the name of your table and YOUR_Date is the name of the field.
you can use the Show Formula and Forumla Editor to help you.
-
Jun 22nd, 2005, 10:27 AM
#3
Thread Starter
Addicted Member
Re: for current month and year
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
|