- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Current Period?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-09-2011 11:46 AM
I'm wanting the last 6 periods of AR_CustomerSalesHistory Dollars Sold in separate records. But I can't figure out how to get the current period, current period-1, current period-2 and so on for DollarsSold. I know this must be an easy, but my inexperience gets in the way.
Thanks
Mark
Solved! Go to Solution.
Re: Current Period?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-09-2011 01:07 PM
What version of MAS are you using? If prior to 4.1 and you have not been doing period end processing every month I don't think you will be able to do this from standard reports.
Re: Current Period?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-09-2011 02:52 PM
Are you looking to get the sum of the last 6 periods. Here is a formula I used for a recent report that should give you an idea:
If Month (CurrentDate)=12 and ToNumber({IM9_ItemSalesDetailWhse.Year})=(Year(Cur
--------------------------------------------------------------------------
You have enemies? Good. That means you've stood up for something in your life.
Re: Current Period?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-10-2011 05:45 AM
MAS200 4.4
The only way I could think of was to use the DateUpdated record and use a date range on that record. Don't like it but it works. Do you know of a better way? The way BigLouie suggested would have worked when I was using IM9_ItemSalesDetailWhse but with update I can't use it anymore.
Thanks
Re: Current Period?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-17-2011 03:49 PM
Thanks BigLouie, your right I was able to use the part of your formula.


