AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • In-Person Gatherings
    • Power BI Workshop
    • Podcast
    • Rolodex
    • Blog
    • Forums
  • Paid
    • AugSQL
    • GI Course
    • GI Library
    • Consulting
  • Register

Acumatica Financial Report with Dynamic Number of Period Columns

January 10, 2017 by Tim Rodman

Create a Financial Report in Acumatica with a dynamic number of period columns. This example assumes that your columns are separate months in the same year.

Quick post here to document something that I’ll probably want to refer back to later. Why document it on my hard drive when I can document publicly right?

You can use the Analytical Report Manager (ARM) in Acumatica to create financial reports. Why it isn’t just called Financial Report Writer is beyond me, that would probably be a much better name. Anyways, it works just like other financial report writer applications like FRx in that you define Rows, Columns, and Unit Sets (optional) which come together to form a report that you can run.

For this post, I want to show some screenshots in case you want to have a report with a dynamic number of columns.

They key is defining all possible columns, but using the Visible Formula to suppress the ones that you don’t want to see, depending on what the user selected.

Acumatica Financial Report with Dynamic Number of Columns

Let’s say you want a report that can do something like this:

Acumatica Financial Report with Dynamic Number of Columns

Acumatica Financial Report with Dynamic Number of Columns

Acumatica Financial Report with Dynamic Number of Columns

Acumatica Financial Report with Dynamic Number of Columns

How?

Step 1: Request the Start Period from the user

Step 2: Request the End Period from the user

Step 3: Edit the Column Set (this is where the “magic” happens)

Acumatica Financial Report with Dynamic Number of Columns

Step 4: Within the Column Set, create a separate column for each period (January through December, 12 columns total) and use the following formula in the Visible Formula row (making sure to change the 1s, 2s, 3s, etc. for each period).

=IIf(Left(@StartPeriod,2)<=1 And Left(@EndPeriod,2)>=1, true, false)

Acumatica Financial Report with Dynamic Number of Columns

Step 5: Hardcode the month into the Data Source for each column to only pull data for that specific month. By following the screenshot below, you are only hardcoding the month, but not the year.

Acumatica Financial Report with Dynamic Number of Columns

Wrap It Up

That’s basically it. Then of course you’ll want to spend some time to make the report look pretty.

Note: This method won’t work across multiple years. It will only work if the periods you are reporting on all fall within the same year.

Filed Under: Acumatica Reporting Tagged With: Acumatica, Acumatica Analytical Report Manager, Acumatica Blog, Acumatica Financial Reports, Acumatica Learning, Acumatica Training, Dynamic Columns, Dynamic Periods, Financial Reports

Comments

  1. Ong says

    May 25, 2017 at 9:48 pm

    Hi Tim,

    Thank you for the tips. I have also used FRx before and find this quite similar in nature? However, it was quite a while back since i used FRx. Am just wondering if you have any samples where we have grouping of subaccounts in the column level by period. Meaning to say , I break down my subaccounts (say by department). Then, the department is group to print at the specific columns only by period. Do you have any examples of that? Thanks in advance.

    • Tim Rodman says

      May 25, 2017 at 10:02 pm

      Hi Ong,

      Do you mean something like this?

      http://imgur.com/a/CTzXC

  2. Karen Kamcheff says

    March 16, 2017 at 3:50 pm

    I was so glad to see this example, it’s exactly what I was looking to do and couldn’t find instructions in any of the guides, so thank you!
    One question – when I select a range of months i.e. Jan – Feb I’d like to see a YTD number that only includes those 2 months. How would I update the formula for YTD to only sum the range of months chosen?

    • Tim Rodman says

      March 22, 2017 at 9:57 pm

      Hi Karen,

      I think FRx had a feature that would only total the printed columns if I’m not mistaken. But this isn’t as feature rich as FRx was unfortunately. The only thing I can think of would be to create 12 additional total columns and control which one prints with the

        Visible Formula

      .

By using this website, you agree to our Terms of Use (click here)
Building Generic Inquiries & Pivot Tables

Online Members

 No online members at the moment

Recent Blog Posts

  • EP 166: Tim uses ChatGPT and Claude to build something cool (Podcast) March 21, 2026
  • EP 165: Jake Wells – EOS Scorecard and Acumatica Dashboards (Podcast) March 12, 2026
  • EP 164: Phil Steichen – Vibe Coding your own Business Intelligence tool (Podcast) February 19, 2026
  • EP 163: Daryl Bowman – Dissecting the new Acumatica Calendar Board (Podcast) February 9, 2026
  • EP 162: Gabriel Michaud – Catching up on new cool stuff in Velixo and Excel (Podcast) February 2, 2026

Recent Forum Posts

  • Ed Dolan

    Negative/Credit Inventory Value?

    We are starting a new line of business to recycle const...

    By Ed Dolan , 2 days ago

  • Tami

    RE: Production Orders with all material on hand

    @timrodmanrodman Question for you. What table joins d...

    By Tami , 1 week ago

  • Brynn Rutherford

    RE: Can't export GI's to excel that contain the FATrans DAC after upgrade to 2025 R1 in less than 25 min

    @timrodman - It won't let me attach the file. I will em...

    By Brynn Rutherford , 2 weeks ago

  • Tami

    RE: Production Orders with all material on hand

    @timrodman Thank you! We just upgraded to 2025R1 in ...

    By Tami , 2 weeks ago

  • Tim Rodman

    RE: Production Orders with all material on hand

    @tlynn Looks like someone already created a product ide...

    By Tim Rodman , 2 weeks ago

  • Tami

    RE: Production Orders with all material on hand

    @timrodman Yes! If that parameter was optional it wo...

    By Tami , 2 weeks ago

  • Tim Rodman

    RE: Can not delete an automated schedule

    I doubt it since Business Events are stored on the Busi...

    By Tim Rodman , 2 weeks ago

  • Tim Rodman

    RE: Production Orders with all material on hand

    Is the problem with this Critical Materials (AM401000) ...

    By Tim Rodman , 2 weeks ago

  • Tim Rodman

    RE: Update the Unit Rate for Existing Project Templates

    The following worked for me.   Here's the Data...

    By Tim Rodman , 2 weeks ago

Terms of Use & Disclaimers :: Privacy Policy

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