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 Balance by GL Ac...
 
Notifications
Clear all

Questions AR Balance by GL Account

 
Acumatica Report Designer
Last Post by Tim Rodman 5 years ago
5 Posts
3 Users
0 Reactions
1,547 Views
RSS
NickSM
Posts: 46
 NickSM
Topic starter
September 3, 2020 2:26 am
(@nicksm)
Trusted Member
Joined: 5 years ago

Hi,

Does anyone know of a simple way to suppress zero balances on the Customer Summary option for AR Balance by GL Account (AR632000). It is a slightly more confusing as I first thought, due to the multiple layers. Can a variable be passed as into a Filter? That would be my first optio, however it won't let me.

Any advice as always is gratefully accepted.

Regards

Nick Savage-Mady


4 Replies
megan.friesen
Posts: 70
 megan.friesen
September 3, 2020 10:22 am
(@megan-friesen)
Estimable Member
Joined: 5 years ago

Hi, What I've noticed in this report is that it doesn't show all customers with $0, it just shows customers that had transactions during the period, so their ending balance might be zero, but at some point during that period they had at least one transaction.

I'm not sure about the variables, but another option you could look at would be some sort options, to sort by dollar value, so that the highest balances are at the top of the list and the $0 are at the bottom.


Reply
NickSM
 NickSM
(@nicksm)
Joined: 5 years ago

Trusted Member
Posts: 46
September 3, 2020 5:15 pm
Reply tomegan.friesenmegan.friesen

Hi @megan-friesen,

That is good suggestion and I think I might have to go that way.

I did think that might be an easy option to start off with, however I wanted to hide them completely. The client in question has about forty zero balance customers.

I might be able to do a condition based on the calculation of the transactions i.e. visibility on sum of Invoice Totals. It can be my Hail Mary, then sort order is the way to go.

Thanks for the suggestion 🙂

Nick Savage-Mady


Reply
NickSM
 NickSM
(@nicksm)
Joined: 5 years ago

Trusted Member
Posts: 46
September 3, 2020 5:49 pm
Reply toNickSMNickSM
megan.friesen

I've figured it out now. If you add [ARHistory.FinYtdBalance]<>0 to the VisibleExpr, then it hides any account with 0.00 YTD Balance.

Managed to also add a Suppress Zero check box to fire as well. It is pretty standard I know, but always good to see it work.

image

Just add the following code to the end of the VisibleExpr

AND iif(@SuppressZero=TRUE AND [ARHistory.FinYtdBalance]=0, FALSE, TRUE)

 

Simple !!!


Reply
Tim Rodman
 Tim Rodman
Admin
(@timrodman)
Joined: 10 years ago

Famed Member
Posts: 3193
October 7, 2020 10:09 pm
Reply toNickSMNickSM
NickSM
megan.friesen

@nicksm Nice solution! It would still be interesting to see if you could put in a condition. I think it's basically the equivalent of the HAVING clause in a SQL statement which is like the WHERE clause, but it operates on the GROUP BY clause to filter against aggregate values rather than individual record values. I'm just not sure if it's possible to do in Report Designer.


Reply
Forum Jump:
  Previous Topic
Next Topic  
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,526 Topics
  • 10.9 K Posts
  • 10 Online
  • 2,324 Members
Our newest member: Michael Kiley
Latest Post: Pick List report suddenly not splitting on Shipment
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.

‹›×

    ‹›×