AUGForums.com

An Acumatica User Group

  • Forums
  • Podcast
  • Blog
  • Rolodex
  • Login
  • Start Here
  • Consulting
  • Courses
  • Register
Acumatica Forums

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

  • Overview
  • Member List
  • All-Stars
  • Stats
  • Recent Posts
  • Help
Forums
AUG Forums
Acumatica Report De...
Filtering by date i...
 
Notifications
Clear all

[Solved] Filtering by date inside a report  

    Last Post
RSS

Gustavo Carrasquillo
Posts: 35
 Gustavo Carrasquillo
October 28, 2019 3:13 pm
(@gustavo-carrasquillo)
21-50 Posts
Joined: 7 months ago

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

Image from iOS (3)

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: 2473
 Tim Rodman     ★★ All-Star ★★
December 5, 2019 8:58 pm
(@timrodman)
Over 200 Posts
Joined: 5 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: 7 months ago

21-50 Posts
Posts: 35
December 30, 2019 12:13 pm
Reply toTim RodmanTim Rodman

@timrodman

It worked! Thanks!

Reply
Tim Rodman liked
  All forum topics
  Previous Topic
Next Topic  
  Forum Statistics
11 Forums
1,655 Topics
7,675 Posts
4 Online
1,108 Members

Latest Post: Kensium Shopify versus Acumatica Shopify Our newest member: cndr Recent Posts Unread Posts

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 © 2021 · AUG Forums, LLC. All rights reserved. This website is not owned, affiliated with, or endorsed by Acumatica, Inc.

‹›×

    ‹›×