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...
Filtering by date i...
 
Notifications
Clear all

Questions [Solved] Filtering by date inside a report

 
Acumatica Report Designer
Last Post by Gustavo Carrasquillo 6 years ago
3 Posts
2 Users
1 Reactions
2,479 Views
RSS
Gustavo Carrasquillo
Posts: 37
 Gustavo Carrasquillo
Topic starter
October 28, 2019 3:13 pm
(@gustavo-carrasquillo)
Trusted Member
Joined: 5 years ago

Greetings to all! I am trying to do something similar to this report in Report Designer:

However, I do not know the correct way to code the "Day" , "Month" and "Year" columns. I've tried several expressions returning an error, and being a newbie in Report Designer I'd appreciate some help. For example in the "Day" column I will need to display the sales completed today only. I used: "=FILTERIF((sum([ARTran.NetSalesAmount])-sum([ARInvoice.CuryDiscTot]))*0.835)<>[@Today]" , also tried using FILTER only instead of FILTERIF, and also tried multiplying the formula by [@Today], none of the options work. Please help! 


2 Replies
Tim Rodman
Posts: 3193
 Tim Rodman
Admin
December 5, 2019 9:58 pm
(@timrodman)
Famed Member
Joined: 10 years ago

I don't think you want to combine ARTran (the invoice line level) with ARInvoice (the invoice header level), but I'll use your fields to outline a technique that should work.

What about something like this?

=SUM(IIf([ARInvoice.DocDate]=@Today,[ARTran.NetSalesAmount]-[ARInvoice.CuryDiscTot],0))
=SUM(IIf([ARInvoice.DocDate]>=@MonthStart and [ARInvoice.DocDate]<=@MonthEnd,[ARTran.NetSalesAmount]-[ARInvoice.CuryDiscTot],0))

Reply
Gustavo Carrasquillo
 Gustavo Carrasquillo
(@gustavo-carrasquillo)
Joined: 5 years ago

Trusted Member
Posts: 37
December 30, 2019 1:13 pm
Reply toTim RodmanTim Rodman

@timrodman

It worked! Thanks!


Reply
Tim Rodman reacted
Forum Jump:
  Previous Topic
Next Topic  
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,526 Topics
  • 10.9 K Posts
  • 53 Online
  • 2,389 Members
Our newest member: Dan Hunting
Latest Post: Generic Inquiry Screenid changes to ScreenId=00000000
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

  • Julie Baker
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.

‹›×

    ‹›×