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 Generic I...
By period reports
 
Notifications
Clear all

Questions By period reports

 
Acumatica Generic Inquiries & Pivot Tables
Last Post by Royce Lithgo 6 years ago
7 Posts
5 Users
1 Reactions
3,103 Views
RSS
Jake Hickey
Posts: 38
 Jake Hickey
Topic starter
August 6, 2019 10:05 am
(@jake-hickey)
Trusted Member
Joined: 7 years ago

I have tried to create a few inquiries that provide data by period, such as cash by period. I can get it to almost work, except I cannot find a way for it to use data from the current period unless a journal entry has been created for that account. There are a few data fields that I believe would solve this issue for me, the GLHistoryEnqResults & AccountByPeriodFilter fields, except Acumatica does not allow me to use these fields in an inquiry. My end goal is to have a line chart widget in my dashboard, so it has to be an inquiry. Has anyone else found this issue or a way to work around it?


6 Replies
Wyatt.ERP
Posts: 128
 Wyatt.ERP
August 8, 2019 2:16 pm
(@wyatt-erp)
Estimable Member
Joined: 6 years ago

I would recommend your very first table relation to be Account CROSS APPLIED (Cross join type) to MasterFinPeriod, then left join into your Summary tables off of that.  This will fill in all of the holes from the missing summary records.


Reply
Jake Hickey
 Jake Hickey
(@jake-hickey)
Joined: 7 years ago

Trusted Member
Posts: 38
August 13, 2019 9:20 am
Reply toWyatt.ERPWyatt.ERP

I did that, and it did fill in the holes. However, now there are a lot of repeated lines. Would you know how I could get around that? 


Reply
Wyatt.ERP
Posts: 128
 Wyatt.ERP
August 13, 2019 5:16 pm
(@wyatt-erp)
Estimable Member
Joined: 6 years ago

Sounds like your relations aren't complete.  You should review the relations for specifically your summary joins and make sure they are linked on both account and financial period.


Reply
programfred
Posts: 45
 programfred
August 13, 2019 9:05 pm
(@programfred)
Trusted Member
Joined: 5 years ago

It cants only use simple relationship I think.  check ARM at  https://openuni.acumatica.com//wp-content/uploads/2016/10/F350-ARM-Reports.pdf

you might need to splite the Month by this function.

=IIf(Left(@StartPeriod,2)='01',
Left(Report.GetPeriodDescription(@StartPeriod),3)+
' '+Right(@StartPeriod,4),
Left(Report.GetPeriodDescription('01'+Right(@StartPeriod,4)),3)+
' '+Right(@StartPeriod,4)+'-'+
Left(Report.GetPeriodDescription(@StartPeriod),3)+
' '+Right(@StartPeriod,4))
This expression displays the range of the periods from the first period of the year to the
period selected by the user. For example, if a user ran the report for the 03-2013 period,
the header would show Jan 2013-Mar 2013.


Reply
Tim Rodman
Posts: 3193
 Tim Rodman
Admin
September 10, 2019 7:44 pm
(@timrodman)
Famed Member
Joined: 10 years ago

What about starting with MasterFinPeriod then doing a Left Join to GLHistory. You'd have to turn Null values into zero values.


Reply
Royce Lithgo
Posts: 557
 Royce Lithgo
September 10, 2019 8:15 pm
(@roycelithgo)
Honorable Member
Joined: 6 years ago

GL Inquiries should be using GLHistoryByPeriod joined (twice) with GLHistory because of the way Acumatica optimises posting to the ledger.

Discussed before:

https://www.augforums.com/augforums/acumatica-dashboards/create-monthly-pl-summary-for-past-12-months-and-previous-12-month-periods/

https://www.augforums.com/augforums/acumatica-generic-inquiries/pulling-revenue-year-to-date-ytd-figures-from-glhistory-for-dashboard-scorecard/


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
  • 47 Online
  • 2,338 Members
Our newest member: Shoaib Shafquat
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.

‹›×

    ‹›×