AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • Rolodex
    • Podcast
    • Blog
    • Forums
  • Paid
    • AugSQL
    • GI Course
    • GI Library
    • Consulting
  • Register
Acumatica Forums

By using this website, you agree to our Terms of Use (click here)

Forums
AUG Forums
Acumatica Report De...
AR Aged Report by P...
 
Notifications
Clear all

Questions AR Aged Report by Period

 
Acumatica Report Designer
Last Post by John Doe Updated 8 years ago
6 Posts
2 Users
0 Reactions
4,410 Views
RSS
matt.olsen
Posts: 3
 matt.olsen
Topic starter
March 15, 2018 11:22 pm
(@matt-olsen)
Active Member
Joined: 6 years ago

I was wondering if anybody has created a report where the aging of AR is based on the FinPeriod instead of Date. We have a client who has this requirement. 

I have not been able to achieve this as i cant -1 from a Fin Period


5 Replies
John Doe Updated
Posts: 3193
 John Doe Updated
Admin
March 16, 2018 11:23 pm
(@timrodman)
Famed Member
Joined: 10 years ago

I would think that something like this is possible to do.

Can you describe a little more about what the finished report should look like?

Also, I'm missing what the challenge is with subtracting 1 from a Financial Period. Can you describe that more too?


Reply
matt.olsen
Posts: 3
 matt.olsen
Topic starter
March 19, 2018 3:57 pm
(@matt-olsen)
Active Member
Joined: 6 years ago

Hi Tim, 

162-mabhar01.rpx

I have attached the Aged report which i am trying to update as well as a screen shot of what i am trying to achieve as  the final outcome. I got a bit further with the aging by changing the variable AgeBal00,AgeBal01,AgeBal02,AgeBal03to look at the Month instead of the day but i am having issues around the "Current, 30 Days, 60 days" part of the report where i cant get the months in the correct columns.  Dont worry about the FinPeriod section cause i dont think it is the correct way looking at the report. 


Reply
John Doe Updated
Posts: 3193
 John Doe Updated
Admin
March 19, 2018 11:13 pm
(@timrodman)
Famed Member
Joined: 10 years ago

Thanks for the screenshot. Very helpful.

Let's zoom in on your AgeBal00 and AgeBal01 formulas:

AgeBal00 = IIF($DueDate < @AgeDate And $DueDate >= DateAdd(@AgeDate,'M', -1), $DocBal, 0)
AgeBal01 = IIF($DueDate < @AgeDate And $DueDate >= DateAdd(@AgeDate,'M', -2), $DocBal, 0)

The first thing I notice is that your logic would allow the amount to get displayed in both columns if the DueDate is within one month prior to the AgeDate which I don't think is what you want.

I think you might want to modify the AgeBal01 formula to look more like this:

AgeBal01 = IIF($DueDate < @AgeDate And $DueDate >= DateAdd(@AgeDate,'M', -2) And $DueDate < DateAdd(@AgeDate,'M', -1), $DocBal, 0)

Reply
matt.olsen
Posts: 3
 matt.olsen
Topic starter
March 19, 2018 11:28 pm
(@matt-olsen)
Active Member
Joined: 6 years ago

Hi Tim, 

Your totally awesome, this worked a treat.  

Thankyou so much for your help with this

Cheers

Matt


Reply
John Doe Updated
Posts: 3193
 John Doe Updated
Admin
March 19, 2018 11:29 pm
(@timrodman)
Famed Member
Joined: 10 years ago

Awesome! Glad to hear that did the trick.


Reply
Forum Jump:
  Previous Topic
Next Topic  
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,526 Topics
  • 10.9 K Posts
  • 45 Online
  • 2,410 Members
Our newest member: thollings
Latest Post: Attribute Input Mask
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Online Members

 No online members at the moment

Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

Copyright © 2025 · AUG Forums, LLC. All rights reserved. This website is not owned, affiliated with, or endorsed by Acumatica, Inc.

‹›×

    ‹›×