• Skip to main content
  • Skip to header right navigation
  • Skip to site footer
  • X
  • Facebook
  • YouTube
  • LinkedIn
Screen Connect
Support
Customer Portal
Pay Online
SWK logo.

SWK Technologies

Software Solutions & Services

  • Accounting & ERP Software
      • Acumatica Cloud ERP
        • Overview
        • Construction
        • Distribution
        • Field Service
        • Financial Management
        • Manufacturing
        • Professional Services
        • Project Accounting
        • Retail-Commerce
      • Sage Intacct
        • Overview
        • Construction and Real Estate (CRE)
        • Distribution Operations for Sage Intacct
        • Financial Services
        • Healthcare
        • Manufacturing Operations for Sage Intacct
        • Nonprofits
        • Professional Services
        • Sage Intacct Payroll powered by ADP
      • Sage 100
        • Overview
        • Business Intelligence
        • Core Accounting & Financials
        • Distribution
        • Manufacturing
        • Payroll
        • Sage 100 Contractor
      • More Accounting Products
        • QuickBooks
        • Sage 50
        • Sage 300
        • Sage 500
        • Sage BusinessWorks
      • ERP Add-ons
        • ADP Workforce Now
        • Altec
        • Avalara
        • AvidXchange
        • BigCommerce
        • CIMCloud
        • Cloud Hosting
        • DataSelf
        • Fortis
        • FreightPOP
        • Lumber
        • Microsoft 365
        • Netstock
        • Ottimate
        • Quadient
        • Sage Fixed Assets
        • Sage HRMS
        • Sage Intacct Payroll powered by ADP
        • Savant WMS
        • Endpoint Automation Solutions (FKA Scanco)
        • ScanForce
        • Solver
        • SPS Commerce
        • Velixo
        • Workforce Go!
      • More ERP Add-ons
        • Bizinsight
        • Concur
        • Crystal Reports
        • Fraxion
        • Fusion RMS
        • FYISoft
        • JobOps
        • KnowledgeSync
        • Lockstep Collect
        • Nectari
        • Pacejet
        • Planning Maestro
        • Sage CRM
        • Sage Intelligence
        • Sage Supply Chain Intelligence
        • Scissortail HCM
        • Service Pro
        • ShipStation
        • Shopify
        • Starship
        • Sugar CRM
        • Time & Billing Pro
        • Timekeeper
        • True Sky
      • Industries
        • Construction
        • Distribution
        • Financial Services
        • Healthcare
        • Manufacturing
        • Nonprofit
        • Professional Services
        • Retail
  • Managed Cloud Services
      • Managed IT Services
        • Managed Cloud Services
        • Network Assurance Core
        • Email Hosting
        • IT Support
        • Microsoft 365 Services
        • Server Monitoring
        • Virtualization
      • Cybersecurity
          • CyberAssurance CORE™
          • Cybersecurity Solutions
          • Backup & Continuity
          • Dark Web Monitoring
          • EDR
          • Encryption
          • MFA
          • Penetration Testing
          • Security Training
          • Spam & Virus Filtering
          • vCIO
          • Vulnerability Assessment
      • Cloud Services
        • Cloud Hosting
        • Infrastructure-as-a-Service
        • Acumatica IaaS
      • Industries
        • Financial Services
        • Healthcare
        • Construction
      • Locations
          • Nationwide
          • Austin
          • California
          • Chicago
          • Minneapolis
          • New Jersey
          • New York
          • North Carolina
          • Philadelphia
          • Phoenix
          • San Diego
          • Seattle
  • Consulting & Implementation
    • Business Technology Consulting
    • eCommerce
    • Financing
    • Human Capital Management
    • Managed Cloud & IT Services
    • Partner Program
    • Software Development
    • Software Implementation
  • Resources
    • Help Desk
    • Blog Posts
    • Payments Portal
    • Webinars
    • YouTube Channels
    • Acumatica Resources
    • Sage Intacct Resources
    • Sage 100 Resources
    • IT Resource Pages
  • About
    • About SWK
    • Awards & Recognition
    • Life@SWK
    • Careers
    • Success Stories
    • SWK Gives
  • Contact
    • Contact Us
    • Support
    • Our Locations

How to Combine Reporting Areas in Sage Intacct ICRW

February 24, 2026 by Hector

Home » Sage Intacct » How to Combine Reporting Areas in Sage Intacct ICRW

Rimee Jain

Sage Intacct Consultant

SWK Technologies, Inc.

The Sage Intacct Interactive Custom Report Writer (ICRW) already gives you powerful ways to slice and drill into your data. But if you only build reports from a single reporting area at a time, your team still ends up juggling separate reports or spreadsheets to answer cross-functional questions.

This article walks you through how to combine reporting areas in ICRW using union-style queries (Union, Union All, Intersect, and Minus) so you can:

  • Pull data from multiple reporting areas into one report.
  • Compare or reconcile figures across modules in a single view.
  • Stay inside Sage Intacct instead of exporting to Excel for basic analysis.

Reporting areas

Reporting areas focus on a specific portion of your data and determine what information you can add to a report.

Reporting areas include:

  • A folder for the primary object
  • An Attributes folder that contains fields from the primary object, such as Account title
  • A Dimensions folder that contains attributes from dimension objects, such as Sales rep
  • A Measures folder that contains transaction amounts from the primary object, such as Transaction amount
  • A Related objects folder that contains attributes from related objects, such as Invoice number

Using multiple reporting areas

Combing multiple reporting areas is useful for data analysis involving multiple sources of data. For example:

  • Compare Accounts Payable and Accounts Receivable totals for different stores.
  • Compare monthly donations with projected annual expenses.
  • You may use two or more than two reporting areas together in a single report.

Combining reporting areas

  • Does not require ability to write or understand SQL code.
  • Uses the ICRW user interface from the Define tab to employ the SQL UNION operator.
  • Lists results vertically in a single column with separate rows.
  • The same number of columns must be selected from each reporting area.
  • The column types must match (i.e. text, date, number).
  • There must be at least one common attribute between the reporting areas (in the example above, Location and Transaction amount).

When you combine reporting areas using the Union feature, the system combines the data into new rows in a single column. You are not limited to two reporting areas; combine data from as many reporting areas as you want into a single report.

However, there are a few limitations to consider when creating a report with combined reporting areas:

  • You are not allowed to combine hierarchy columns, selection steps, or groups.
  • Prompts that use standard time dimensions are supported. Other prompts are not supported.
Sage Intacct report output combining multiple reporting areas, displaying financial data organized by location (Boston and Toronto) and department (Admin, Marketing, Sales, Finance, Services). Report shows total values for each department with AP/AR indicators, demonstrating the final result of combining columns from multiple sources.

In this example:

  • AR Invoices and AP Bills reporting areas are combined.
  • Columns mapped between the reporting areas include Location, Department, and Amount.
  • An additional field was created to indicate if the data is from AR or AP.

After selecting an additional reporting area, choose an operation: Union, Union All, Intersect, or Minus. Then, map columns from the additional reporting area to the original.

Sage Intacct Interactive Custom Report Writer columns interface showing union operation selection dropdown and multiple reporting areas including AP Bills and AR Invoices. Interface displays how to add matching columns from different reporting areas, with examples of Vendor name, Bill number, Vendor ID, Date, and Transaction amount fields.

Choose one of the SQL Union operators.

  • Union: All items from both reports, no duplicates.
  • Union All: All items, keeping duplicates.
  • Intersect: Only items common to both.
  • Minus: Only items from the initial reporting area column that are not in the additional reporting area column.
Diagram illustrating Sage Intacct union operations with two departments. Shows four operation types: Union (combines all items without duplicates), Union All (combines all items keeping duplicates), Intersect (shows only common items), and Minus (shows items unique to first department). Example uses transaction types like Sale, Refund, Purchase, and Bonus.

Get More Help Designing Sage Intacct Reports

SWK Technologies will help you gain the best value out of your software investment and ensure your integrations, customizations and configurations align with your business goals. Whether you are looking to integrate with other critical applications, streamline and enhance your reporting, or speed up a routine process, we have the expertise and resources to guide you through the process.

Contact SWK Technologies today to talk through your Sage Intacct reporting needs and learn more about the automation features in this modern cloud accounting software.

Contact Us

Category: Sage Intacct, Blog, Tips and Tricks, Training

Sidebar

Recent Posts

  • How to Combine Reporting Areas in Sage Intacct ICRW
  • Rooted in Growth: How Acumatica and SWK Technologies Helped a Commercial Landscaper Scale Smarter
  • SWK Technologies February 2026 Cybersecurity News Recap
  • Sage Intacct 2026 R1: Strategic Insights for the Modern Finance Leader
  • SWK Technologies Named to CRN MSP 500 List for 2026
  • Private vs Public Cloud in 2026: Which is the Best Option?
  • Celebrating Success: SWK’s 2026 Customer Awards at Acumatica Summit

Categories

Ready to take the next step?

Contact SWK today to get in touch with one of our experts. We’ll go over your business challenges and unique needs, and see where you can unlock new value from your technology and make your operations run easier.

Get in touch!

Our Latest Posts

Diagram illustrating Sage Intacct union operations with two departments. Shows four operation types: Union (combines all items without duplicates), Union All (combines all items keeping duplicates), Intersect (shows only common items), and Minus (shows items unique to first department). Example uses transaction types like Sale, Refund, Purchase, and Bonus.

How to Combine Reporting Areas in Sage Intacct ICRW

Read moreHow to Combine Reporting Areas in Sage Intacct ICRW

Rooted in Growth: How Acumatica and SWK Technologies Helped a Commercial Landscaper Scale Smarter

Read moreRooted in Growth: How Acumatica and SWK Technologies Helped a Commercial Landscaper Scale Smarter
Word FEBRUARY spelled with wooden letter tiles on neutral background, representing the February 2026 cybersecurity news recap.

SWK Technologies February 2026 Cybersecurity News Recap

Read moreSWK Technologies February 2026 Cybersecurity News Recap

Awards and Accreditations

Top work places in NJ 2020.
Acumatica the Cloud ERP gold certified partner.
The Gold Microsoft partner logo on a black background.
Sage business partner diamond logo.
Dell Technologies Gold Partner
Sage tech partner logo.

Stay in the know!

Subscribe for exclusive ERP, process automation, IT and cybersecurity news.

Twitter
  • Facebook
  • YouTube
  • LinkedIn

Home
About
Contact

Support
Screen Connect
Pay Online
Downloads

SWK logo.

Headquarters:
120 Eagle Rock Ave, Suite 330
East Hanover, NJ 07936

Contact:
info@swktech.com
(877) 979-5462

Copyright © 2026 · SWK Technologies, Inc. · All Rights Reserved · Terms of Use · Privacy Policy

This site uses cookies to collect information about your browsing activities in order to provide you with more relevant content and promotional materials, and help us understand your interests and enhance the site. By continuing to browse this site you agree to the use of cookies. Visit our privacy policy to learn more.