Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Current Month Only

Status
Not open for further replies.

ebase

MIS
Jan 7, 2004
40
US
Hello,

I'm new to the forums and new to Crystal and not sure if this is the right place to ask this question so my apologies first if I'm in the worng place.

I am currently using Crystal8.5 with MAS90. MAS90 has default reports, in this case 'Salesperson Comission', that uses already created Crystal Reports. This report will print out a report for all months in the database. Is there anyway I can have it so it will only display the current months data? Sorry for the newbie question.

Thanks in advance!
Kei
 
In your Record Selection Formula you can use something like this:
Code:
{table.date} IN MonthToDate
If there is other criteria in there, you can just append it within an "AND" before the code above

~Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top