Yearly / Monthly General Ledger Activity. Pivot Tables (continued) gl_history table accounts table

Size: px
Start display at page:

Download "Yearly / Monthly General Ledger Activity. Pivot Tables (continued) gl_history table accounts table"

Transcription

1 Yearly / Monthly General Ledger Activity Pivot Tables (continued) gl_history table accounts table

2 Create a Query accessing the following tables: gl_history and accounts. MS Query will join the tables with the field row_unique_id % of the time, you will want to remove this join as the row unique id is just that, it is unique to that particular table. It may be used on some other query, but for this (and most other queries) this link should be deleted. This query also requires us to create a link between the two tables using dissimilar field names. In this case, we are linking the accounts.account_id to the gl_history.basic_account_id. This is how our database stored the divisions on General Ledger. There are no official divisions on the G/L account, but the G/L History houses the division information in the div_level_1, div_level_2, div_level_3 & div_level_4 fields. The full account number (including the base account and the division is stored in gl_history in the full_account_id field.

3 Continue creating the query with the following columns: gl_history.basic_account_id+' - '+accounts.description as Account accounts.debit_credit gl_history.amount_db gl_history.amount_cr gl_history.date_booked gl_history.journal_id gl_history.description gl_history.ar_invoice_id gl_history.voucher_id (date_booked is the transaction date. You will notice there is a date_posted field in many tables as well. The date_posted is the actual system date that the transaction was posted. In Foundation when running G/L reports it is the option for Date Posted in the criteria screens.)

4 We will also need to ignore the closing journal from this data. If the CLS journal is included, the annual activity for any of the Income Statement accounts, the activity would (should) show $0.00. In the Criteria field : gl_history.journal_id does not equal CLS

5 Return the Data to Excel. We will need to insert a column in between D and E to summarize the DB and CR amounts. This is a simple formula that subtracts the amount_cr from the amount_db. (C2-D2) We now have to insert a formula that takes care of the positive or negative balances in the NET column based on the G/L account setting. In other words, if it is a CR type account, we would want a negative NET amount to show as a positive. We will use the =IF(AND statement to solve this issue. The IF(AND statement is used exactly like a =IF( statement, but it has multiple conditions defined. Let s concentrate on a single line. This says the net activity of DB and CR is a NEGATIVE , but based on the fact that it is a CR type account, we need to switch the sign from positive to negative for this type of account. If we talk through the process, we can say, If the debit_credit flag is C and the NET amount is LESS THAN ZERO, then multiply the NET amount by -1 otherwise use the value in the NET column. Here is how the formula is written. =IF(AND(B3="C",E3<0),E3*-1,E3) This will now report the correct value for the CR accounts. Here is an example of how the end of the statement works for the DB accounts.

6 Everything is looking good, until we look at a DB amount in a CR type account. If the account is set as a debit_credit of C and the NET amount is POSITIVE, we need to show this value as a NEGATIVE. We need to imbed another IF(AND statement in order to handle this issue. Here is how the equation is written : =IF(AND(B192="C",E192<0),E192*-1,IF(AND(B192="C",E192>0),E192*-1,E192)) Whoa. Let s check our work. Here are some examples of how to check that the equation is working properly. Since the NET column is a NET DB amount, we need to look at the debit_credit flag on the G/L account to determine if that amount is positive or negative. CR type account with a NEGATIVE NET value. AMOUNT shows as POSITIVE. CR type account with a POSITIVE NET value. AMOUNT shows as NEGATIVE. (Keep in mind, the NET amount is a result of NET DB activity) DB type account with a POSITIVE NET value. AMOUNT shows as POSITIVE. DB type account with a NEGATIVE NET value. AMOUNT shows as NEGATIVE. (A negative NET DB amount in a DB type account will result in a negative AMOUNT. This is not the be-all, end-all method of creating the correct values in these types of queries. As with anything in Excel, there are multiple ways to create equations to achieve the desired results.

7 We can create a pivot table off of this data and Group the dates as demonstrated in an earlier lesson. This is a rather simple Pivot Table based on the ACCOUNT in the ROW section, the AMOUNT in the VALUES section and the date_booked in the COLUMNS section. We now enable the GROUPING function on the DATE_BOOKED field. Right click on a DATE field across the column headings and select GROUP.

8 Select MONTHS and YEARS and click OK. We can use the ROW LABELS LABEL FILTERS to isolate certain ranges of accounts. Click on the dropdown for the ROW LABELS, access LABEL FILTERS and BEGINS WITH.. Select the corresponding number of the accounts that you wish to access. In this example, I want to look at all of my Direct Expense account (which all begin with the number 5).

9 If you are trying to come up with the new General Ledger budget, I cannot think of a better tool than this to track and display monthly activity in all G/L accounts across all years. Additional options for sorting and totaling amounts. If you have set up statement categories in the G/L accounts, you may use these tags in the query. Access the Query and add the statement_category_id field from the accounts table. Return the data to Excel.

10 Access the Pivot Table, RIGHT click on a cell within the pivot table and select REFRESH to pull in the new field. With the statement_category_id enabled, we can now select a particular section of accounts by using this filter. This report / query is NOT meant to replace standard financial statements, although with the use of User Defined Fields on the G/L Account Maintenance items you could create a sequence (or order) in which these accounts should show up.

Creating Queries to tie Job Cost and GL by Job

Creating Queries to tie Job Cost and GL by Job Creating Queries to tie Job Cost and GL by Job This session will cover the creation of a multi-table query to create a report that may be used to quickly review Job Cost and General Ledger posting to verify

More information

Creating Pivot Charts

Creating Pivot Charts Creating Pivot Charts Pivot Tables in Microsoft Excel may be turned into dynamic charts to present data in a graphic manner. These charts are linked to the data in the Pivot Table, and change when filters

More information

Financial Reporting Using Microsoft Excel. Presented By: Jim Lee

Financial Reporting Using Microsoft Excel. Presented By: Jim Lee Financial Reporting Using Microsoft Excel Presented By: Jim Lee Table of Contents Financial Reporting Overview... 4 Reporting Periods... 4 Microsoft Excel... 4 SedonaOffice General Ledger Structure...

More information

CHAPTER 2: FINANCIAL REPORTING

CHAPTER 2: FINANCIAL REPORTING Chapter 2: Financial Reporting CHAPTER 2: FINANCIAL REPORTING Objectives The objectives are: Describe filtering and analysis windows related to the Chart of Accounts. Provide a demonstration of setting

More information

General Ledger Report Writer Users Guide

General Ledger Report Writer Users Guide General Ledger Report Writer Users Guide Updated 02/18/2015 Page 1 of 15 General Ledger Report Writer The new GL report writer is template driven. The template stores rows and columns that make up the

More information

Intro to MS Query Scott Kern Senior Consultant

Intro to MS Query Scott Kern Senior Consultant Intro to MS Query Scott Kern Senior Consultant This session is an introductory course into the features and functions offered by the MS Query component of Microsoft Excel. Enabling Database connections

More information

Creating Custom Financial Statements Using

Creating Custom Financial Statements Using Creating Custom Financial Statements Using Steve Collins Sage 50 Solution Provider scollins@iqacct.com 918-851-9713 www.iqaccountingsolutions.com Financial Statement Design Sage 50 Accounting s built in

More information

Report Designer. Sage Business Intelligence 2013

Report Designer. Sage Business Intelligence 2013 Report Designer Sage Business Intelligence 2013 Reports Designer This guide will provide you with an understanding of the Reports Designer and how it is used in Sage 50 Intelligence. In this lesson, you

More information

=A2&" - "&B2&", "&D2&" "&C2

=A2& - &B2&, &D2& &C2 Intermediate Excel Formulas Concatenate Function allows you to merge data from multiple columns into a single cell. Multiple cell values may be joined together with a separator of double quotes and ampersands

More information

NextGen Trustee GL/Accounting

NextGen Trustee GL/Accounting NextGen Trustee GL/Accounting This class will cover NextGen Financial Management for Trustee Offices. We will look at GL accounts,, Bank Reconciliation, and Reports. GL Account Inquiry Financial Management

More information

Financial Statements Using Crystal Reports

Financial Statements Using Crystal Reports Sessions 6-7 & 6-8 Friday, October 13, 2017 8:30 am 1:00 pm Room 616B Sessions 6-7 & 6-8 Financial Statements Using Crystal Reports Presented By: David Hardy Progressive Reports Original Author(s): David

More information

Object Code Balances Report

Object Code Balances Report The Object Code Balances Report is an ad-hoc, excel format report that provides summary budget and/or actual transactional data for all accounts in a specified organization or organization range. Users

More information

1. What is a PivotTable? What is a Cross Tab Report?

1. What is a PivotTable? What is a Cross Tab Report? Data Analysis & Business Intelligence Made Easy with Excel Power Tools Excel Data Analysis Basics = E-DAB Notes for Video: E-DAB-04: Summary Reports with Standard PivotTables & Slicers Objectives of Video:

More information

Timecard history can be queried for a number of valuable reports. Begin by accessing the his_timecard table in a query.

Timecard history can be queried for a number of valuable reports. Begin by accessing the his_timecard table in a query. Queries against Timecard History: Timecard history can be queried for a number of valuable reports. Begin by accessing the his_timecard table in a query. We will access the following fields from the his_timecard

More information

Sage 300 ERP Report Designer

Sage 300 ERP Report Designer Report Designer The software described in this document is protected by copyright, and may not be copied on any medium except as specifically authorized in the license or non disclosure agreement. This

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Rutgers University. Smart View Training Guide

Rutgers University. Smart View Training Guide Rutgers University Smart View Training Guide Contents What is Smart View?... 2 Installing Smart View... 2 Establishing a Connection... 3 Ad-Hoc Analysis... 5 Creating an Ad-Hoc Analysis... 5 Dimensions

More information

Chartfields and Combo Edits...39 Viewing ChartField Definitions...40 SBCTC COA Design (1/15/2016)...43 ChartField Value Sets...44

Chartfields and Combo Edits...39 Viewing ChartField Definitions...40 SBCTC COA Design (1/15/2016)...43 ChartField Value Sets...44 GENERAL LEDGER Table of Contents - 03... 3 Using the GL WorkCenter - 03... 4 Building Summary Ledgers 03b...28 Monthly Mass Closing of Sub-modules and - 03...33 Monthly Closing of Sub-Modules and - 03...36

More information

Table of Contents. 1. Cover Page 2. Quote 3. Calculated Fields 4. Show Values As 5. Multiple Data Values 6. Enroll Today!

Table of Contents. 1. Cover Page 2. Quote 3. Calculated Fields 4. Show Values As 5. Multiple Data Values 6. Enroll Today! Table of Contents 1. Cover Page 2. Quote 3. Calculated Fields 4. Show Values As 5. Multiple Data Values 6. Enroll Today! "It is Kind Of fun to do the IMPOSSIBLE" Walt Disney Calculated Fields The purpose

More information

Reports in QuickBooks

Reports in QuickBooks QuickBooks Online Student Guide Chapter 11 Reports in QuickBooks Chapter 2 Chapter 11 In this chapter, you ll learn how QuickBooks helps you find information in your business. Lesson Objectives In this

More information

GENERAL LEDGER STANDARD JOURNAL ENTRY. 3. Procedure In the Financial Management dropdown, select the Journals function in the Journals submenu.

GENERAL LEDGER STANDARD JOURNAL ENTRY. 3. Procedure In the Financial Management dropdown, select the Journals function in the Journals submenu. Procedure # GL - 1 General Ledger Standard Journal Entry Created By Emily Krambs 7/20/09 Revised By Donald Hein 1/8/14 Approved By GENERAL LEDGER STANDARD JOURNAL ENTRY 1. General Journal entries are used

More information

Excel4apps Wands 5.9 Release Notes Excel4apps Inc.

Excel4apps Wands 5.9 Release Notes Excel4apps Inc. Excel4apps Wands 5.9 Release Notes 2015 Excel4apps Inc. Table of Contents 1 Introduction... 3 2 Version 5.9.1... 3 2.1 General... 3 2.2 GL Wand... 4 2.3 Budget Wand... 5 2.4 Reports Distribution Manager

More information

Creating a Basic Financial Analysis Created on 2/25/2013 4:24:00 PM

Creating a Basic Financial Analysis Created on 2/25/2013 4:24:00 PM Creating a Basic Financial Analysis Created on 2/25/2013 4:24:00 PM Table of Contents Creating a Basic Financial Analysis... 1 Page ii Creating a Basic Financial Analysis Overview Understanding the Creating

More information

M i c r o s o f t E x c e l A d v a n c e d. Microsoft Excel 2010 Advanced

M i c r o s o f t E x c e l A d v a n c e d. Microsoft Excel 2010 Advanced Microsoft Excel 2010 Advanced 0 Working with Rows, Columns, Formulas and Charts Formulas A formula is an equation that performs a calculation. Like a calculator, Excel can execute formulas that add, subtract,

More information

GBAS Fall 2012 Workshop Business Administrators: The Art of Developing Data Solutions

GBAS Fall 2012 Workshop Business Administrators: The Art of Developing Data Solutions GBAS Fall 2012 Workshop Business Administrators: The Art of Developing Data Solutions Challenge: For fundraising and alumni relations purposes, the Dean requested a report that would show him all UF Foundation

More information

Service Line Export and Pivot Table Report (Windows Excel 2010)

Service Line Export and Pivot Table Report (Windows Excel 2010) Service Line Export and Pivot Table Report (Windows Excel 2010) In this tutorial, we will take the Service Lines of the Active Students only and only the most recent record to take a snapshot look at approximate

More information

Tabs3, PracticeMaster, and the pinwheel symbol ( trademarks of Software Technology, Inc. Portions copyright Microsoft Corporation

Tabs3, PracticeMaster, and the pinwheel symbol ( trademarks of Software Technology, Inc. Portions copyright Microsoft Corporation Tabs3 General Ledger Software Reseller/User Tutorial Version 16.1 for November 2011 Sample Data Copyright 1983-2013 Software Technology, Inc. 1621 Cushman Drive Lincoln, NE 68512 (402) 423-1440 http://www.tabs3.com

More information

Statements Row Maintenance

Statements Row Maintenance Statements Row Maintenance Overview Data Plus has a built-in financial statement writer. There are three required parts in creating a statement Columns, Rows, and Definitions. The Statement Row provides

More information

Monthly Statement View (Web Statement)

Monthly Statement View (Web Statement) Monthly Statement View (Web Statement) The Web Statement provides financial information for Purposes under your administration. Use this link - www.udel.edu/monthlystatement. Features to note: The current

More information

BUDGET ADJUSTMENT FORM INSTRUCTIONS (Revised May 2015)

BUDGET ADJUSTMENT FORM INSTRUCTIONS (Revised May 2015) BUDGET ADJUSTMENT FORM INSTRUCTIONS (Revised May 2015) The Form allows users to enter budget adjustments into the accounting system. The Form can be downloaded from the Financial Services web site under

More information

General Ledger Updated December 2017

General Ledger Updated December 2017 Updated December 2017 Contents About General Ledger...4 Navigating General Ledger...4 Setting Up General Ledger for First-Time Use...4 Setting Up G/L Parameters...5 Setting the G/L Parameters...6 Setting

More information

CHAPTER 7 HOW TO FIND YOUR ACCOUNT NUMBERS, AND WHAT THE NUMBERS MEAN

CHAPTER 7 HOW TO FIND YOUR ACCOUNT NUMBERS, AND WHAT THE NUMBERS MEAN CHAPTER 7 HOW TO FIND YOUR ACCOUNT NUMBERS, AND WHAT THE NUMBERS MEAN Enter ACBL (GL Account Balance Inquiry) in the mnemonic box and click Go or hit . ACBL is the screen you use to look up on-line

More information

Personal Budget Project. Objectives. By the end of this lesson, you will be able to:

Personal Budget Project. Objectives. By the end of this lesson, you will be able to: Personal Budget Project Objectives By the end of this lesson, you will be able to: Navigate an Excel Window Enter Labels and Values Use AutoSum Create formulas using math operators Use common functions

More information

Excel Tables and Pivot Tables

Excel Tables and Pivot Tables A) Why use a table in the first place a. Easy to filter and sort if you only sort or filter by one item b. Automatically fills formulas down c. Can easily add a totals row d. Easy formatting with preformatted

More information

MultiSite Suite: General Ledger

MultiSite Suite: General Ledger MultiSite Suite: General Ledger User s Manual version 2.2.97 Copyright & Trademarks Copyright Notice and Trademarks 2003 by Brent Lawrence, LLC. All rights reserved. Reprinted and edited by MultiSite Systems,

More information

Financial Information System (FIS) Web Client End User Training

Financial Information System (FIS) Web Client End User Training FIS - JD Edwards EnterpriseOne Common Foundations Workshop Financial Information System (FIS) Web Client End User Training 1 Logging On 1. Open Internet Explorer 2. Go to www.uwindsor.ca/fis 3. Save web

More information

5.0 Journal Processing

5.0 Journal Processing 5.0 Journal Processing Chapter at a glance: 5.1 Standard Journals 5.2 Inquiring on Standard Journals 5.3 Submitting Standard Journals 5.1 Standard Journals Defining Ledgers A ledger is a set of posted

More information

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

More information

What's New in General Ledger Munis - Financials: General Ledger

What's New in General Ledger Munis - Financials: General Ledger [MU-FN-4-F] [MU-FN-10-E] What's New in General Ledger Munis - Financials: General Ledger CLASS DESCRIPTION This session will highlight some of the new functionality available in the version 11.2 of the

More information

Excel Tips for Compensation Practitioners Month 1

Excel Tips for Compensation Practitioners Month 1 Excel Tips for Compensation Practitioners Month 1 Introduction This is the first of what will be a weekly column with Excel tips for Compensation Practitioners. These tips will cover functions in Excel

More information

Filtering - Zimbra

Filtering  - Zimbra Filtering Email - Zimbra Email filtering allows you to definite rules to manage incoming email. For instance, you may apply a filter on incoming email to route particular emails into folders or delete

More information

CSV WHAT IS IT? This document provides the answers to the following questions: For which Cognos report(s) do I request the 'CSV' version?

CSV WHAT IS IT? This document provides the answers to the following questions: For which Cognos report(s) do I request the 'CSV' version? CSV WHAT IS IT? This document provides the answers to the following questions: What is 'CSV'? For which Cognos report(s) do I request the 'CSV' version? Where do I select the CSV version of GL008? What

More information

Juris Year-End Checklist

Juris Year-End Checklist Juris Year-End Checklist 1 Table of Contents Before You Begin... 3 Year-End Closing for Firm Accounting... 3 Find and Post Unposted Batches... 3 Ensure You Don t Have Open Pre-Bills Dated the Year Being

More information

A. Incorrect! You did not use the distributive property. The expression in parentheses was ignored.

A. Incorrect! You did not use the distributive property. The expression in parentheses was ignored. Problem Solving Drill 06: Simple Equations Question No. 1 of 10 Question 1. Simplify the algebraic expression: 2x(4x 3) Question #01 (A) 2x (B) 8x 6 (C) 8x 2 6x (D) 8x 2 6 You did not use the distributive

More information

File Name: Data File Pivot Tables 3 Hrs.xlsx

File Name: Data File Pivot Tables 3 Hrs.xlsx File Name: Data File Pivot Tables 3 Hrs.xlsx Lab 1: Create Simple Pivot Table to Explore the Basics 1. Select the tab labeled Raw Data Start and explore the data. 2. Position the cursor in Cell A2. 3.

More information

Using Formulas and Functions in Microsoft Excel

Using Formulas and Functions in Microsoft Excel Using Formulas and Functions in Microsoft Excel This document provides instructions for using basic formulas and functions in Microsoft Excel. Opening Comments Formulas are equations that perform calculations

More information

1. Begin by signing in to Oracle Fusion Cloud (OFC) from myboisestate.edu.

1. Begin by signing in to Oracle Fusion Cloud (OFC) from myboisestate.edu. Running and Scheduling an Account Analysis Report Purpose: This report can be used to retrieve transaction detail by account segment. It can be run using hierarchies, the date range is specified by the

More information

Sage Financial Reporter User's Guide. May 2017

Sage Financial Reporter User's Guide. May 2017 Sage 300 2018 Financial Reporter User's Guide May 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

Sage G/L Consolidations User's Guide. May 2018

Sage G/L Consolidations User's Guide. May 2018 Sage 300 2019 G/L Consolidations User's Guide May 2018 This is a publication of Sage Software, Inc. 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and

More information

NOTE: You may see an Adjusting Period 998. It is not used in Local Council Systems. Fiscal Software User s Guide, BSA

NOTE: You may see an Adjusting Period 998. It is not used in Local Council Systems. Fiscal Software User s Guide, BSA Section 5 General Ledger This Section Includes: 5.1 Accounting Periods 5.2 Ledgers 5.3 Open and Closed Periods 5.3.1 Processing a Period Close or Opening a Period 5.4 Creating Journals 5.4.1 General Journals

More information

Excel Basics: Working with Spreadsheets

Excel Basics: Working with Spreadsheets Excel Basics: Working with Spreadsheets E 890 / 1 Unravel the Mysteries of Cells, Rows, Ranges, Formulas and More Spreadsheets are all about numbers: they help us keep track of figures and make calculations.

More information

v.5 General Ledger: Best Practices (Course #V221)

v.5 General Ledger: Best Practices (Course #V221) v.5 General Ledger: Best Practices (Course #V221) Presented by: Mark Fisher Shelby Consultant 2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective

More information

PeopleSoft Finance System: Step by Step Guide Creating Journal Entries

PeopleSoft Finance System: Step by Step Guide Creating Journal Entries In the PeopleSoft Finance System, there is a central navigation path for all journal entry types, regardless if the journal entry is an actual journal entry, a budget journal entry, etc. Step 1. On the

More information

UAB GA End User Transaction Download

UAB GA End User Transaction Download The is available on the UAB GA End User menu. It provides the detail version of the Account Statement transactions in an Excel format. UAB GA END USER REPORTS UAB TRANSACTION DOWNLOAD The UAB TRANSACTION

More information

Sage 500 ERP Intelligence Reporting Microsoft FRx to Sage Intelligence Report Designer Add-In Conversion Guide

Sage 500 ERP Intelligence Reporting Microsoft FRx to Sage Intelligence Report Designer Add-In Conversion Guide Sage 500 ERP Intelligence Reporting Microsoft FRx to Sage Intelligence Report Designer Add-In Conversion Guide 02.07.2013 1.0 Table of contents 1.0 Table of contents 2 2.0 Introduction 3 3.0 The Sage Intelligence

More information

MICROSOFT Excel 2010 Advanced Self-Study

MICROSOFT Excel 2010 Advanced Self-Study MICROSOFT Excel 2010 Advanced Self-Study COPYRIGHT This manual is copyrighted: S&G Training Limited. This manual may not be copied, photocopied or reproduced in whole or in part without the written permission

More information

Advanced Features Training

Advanced Features Training Table of Contents 1. Xero Integration... 3 a. Authenticating a Xero Session... 3 b. Setup General Ledger Accounts... 5 c. Importing the General Ledger to Xero... 7 Advanced Features Training Page 2 1.

More information

Excel4apps Wands 5.7 Release Notes Excel4apps Inc.

Excel4apps Wands 5.7 Release Notes Excel4apps Inc. Excel4apps Wands 5.7 Release Notes 2014 Excel4apps Inc. Table of Contents 1 Introduction... 3 2 Version 5.7.0... 3 2.1 GL Wand... 3 2.2 Budget Wand... 6 2.3 Reports Wand... 6 Page 2 of 7 1 Introduction

More information

WinGL General Ledger Users Guide

WinGL General Ledger Users Guide WinGL General Ledger Users Guide Documentation Manual Date: August 2011 wingl Table of Contents wingl Table of Contents... 2 General Information... 6 Purpose... 6 Getting Started with wingl... 6 Applications

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Copying, Pasting and Renaming Reports... 4 Creating and linking a report... 6 Auto e-mailing reports...

More information

General Ledger Close Month Process

General Ledger Close Month Process Overview General Ledger Close Month Process This task performs end-of-month processing for the General Ledger. Posting in any period, past (closed), current or future is allowed. Therefore, if a transaction

More information

Accounting Services Guide FRx Drilldown Viewer Actual vs Budget Reports - Procedures

Accounting Services Guide FRx Drilldown Viewer Actual vs Budget Reports - Procedures Table of Contents Introduction... 2 Retrieve a Report... 3 Open a Report for Viewing... 5 Save a Report... 9 Export a Report... 11 Print a Report... 15 Introduction Departmental access to the Actual versus

More information

Sage Financial Reporter User's Guide

Sage Financial Reporter User's Guide Sage 300 2017 Financial Reporter User's Guide This is a publication of Sage Software, Inc. Copyright 2016. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

Jet Professional Basic Training Reference Guide

Jet Professional Basic Training Reference Guide Jet Professional Basic Training Reference Guide Prerequisite Knowledge The Jet Professional Basic Training webinar will take you through the basic functions and prepare you to write reports. Before beginning,

More information

Atlas 5.0 for Microsoft Dynamics AX Advanced reporting system.

Atlas 5.0 for Microsoft Dynamics AX Advanced reporting system. TRAINEE WORKBOOK Atlas 5.0 for Microsoft Dynamics AX Advanced reporting system. Table of Contents 1 Introduction... 4 1.1 Welcome... 4 1.2 About this course... 4 1.2.1 Course description... 4 1.2.2 Audience...

More information

Microsoft Excel Pivot Tables & Pivot Table Charts

Microsoft Excel Pivot Tables & Pivot Table Charts Microsoft Excel 2007 Pivot Tables & Pivot Table Charts A pivot table report allows you to analyze and summarize a million rows of data in Excel 2007 without entering a single formula. Pivot Tables let

More information

EXCEL ADVANCED Linda Muchow

EXCEL ADVANCED Linda Muchow EXCEL ADVANCED 2016 Alexandria Technical and Community College Customized Training Technology Specialist 1601 Jefferson Street, Alexandria, MN 56308 320-762-4539 Linda Muchow lindac@alextech.edu 1 Table

More information

Active Planner. How to Create and Use Database Query Formulas

Active Planner. How to Create and Use Database Query Formulas Active Planner How to Create and Use Database Query Formulas Table of Contents Introduction... 1 Database Query Part 1 - The Basics... 2 Database Query Part 2 Excel as the Data source... 12 Database Query

More information

JOURNAL ENTRY SYSTEM (JES) User s Guide

JOURNAL ENTRY SYSTEM (JES) User s Guide JOURNAL ENTRY SYSTEM (JES) User s Guide I. General Information A. See Section II, Getting Started, for instructions regarding Bronco NetIDs and the JES web address. B. Use the tab key to navigate through

More information

Munis Account Central

Munis Account Central Munis Account Central Procedural Documentation For more information, visit www.tylertech.com. Accounts The Accounts option provides access to the Account Central program. This program offers an overview

More information

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

Excel4apps Reports Wand User Guide (SAP) 2013 Excel4apps

Excel4apps Reports Wand User Guide (SAP) 2013 Excel4apps Excel4apps Reports Wand User Guide (SAP) 2013 Excel4apps Table of Contents 1 QuickStart Guide... 4 2 System Requirements... 5 3 Authorizations... 5 4 Logging On... 5 5 The Reports Wand Toolbar A Brief

More information

UAccess ANALYTICS Next Steps: Working with Bins, Groups, and Calculated Items: Combining Data Your Way

UAccess ANALYTICS Next Steps: Working with Bins, Groups, and Calculated Items: Combining Data Your Way UAccess ANALYTICS Next Steps: Working with Bins, Groups, and Calculated Items: Arizona Board of Regents, 2014 THE UNIVERSITY OF ARIZONA created 02.07.2014 v.1.00 For information and permission to use our

More information

Extracting Data From The CMT/CS1000 database

Extracting Data From The CMT/CS1000 database Extracting Data From The CMT/CS1000 database This defines the process for extracting data from the CMT/CS1000 database and using this information in Excel spreadsheets. A similar process can be used for

More information

Microsoft Office Access Learn how to use the Query window in Design view. Tutorial 3b Querying a Database

Microsoft Office Access Learn how to use the Query window in Design view. Tutorial 3b Querying a Database Microsoft Office Access 2003 Tutorial 3b Querying a Database 1 Learn how to use the Query window in Design view The Query window in Design view allows you to specify the results you want for a query. In

More information

Microsoft Excel Pivot Tables & Pivot Table Charts

Microsoft Excel Pivot Tables & Pivot Table Charts Microsoft Excel 2013 Pivot Tables & Pivot Table Charts A pivot table report allows you to analyze and summarize a million rows of data in Excel 2013 without entering a single formula. Pivot Tables let

More information

Report Designer for Sage MAS Intelligence 90/200

Report Designer for Sage MAS Intelligence 90/200 Report Designer for Sage MAS Intelligence 90/200 Table of Contents What is the Report Designer?... 1 Installing the Report Designer... 2 Pre-installation requirements... 2 The Interface... 3 Accessing

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Sage MAS Intelligence 90/200 Table of Contents Getting Started Guide... 1 Login Properties... 1 Standard Reports Available... 2 Financial Report... 2 Financial Trend Analysis... 3

More information

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4

M i c r o s o f t E x c e l A d v a n c e d P a r t 3-4. Microsoft Excel Advanced 3-4 Microsoft Excel 2010 Advanced 3-4 0 Absolute references There may be times when you do not want a cell reference to change when copying or filling cells. You can use an absolute reference to keep a row

More information

Sage 300 Intelligence Reporting Editing an Existing Report Template to include Dynamic Ranges

Sage 300 Intelligence Reporting Editing an Existing Report Template to include Dynamic Ranges Sage 300 Intelligence Reporting Editing an Existing Report Template to include Dynamic Ranges 25 06 2015 Table of Contents About Dynamic Account Ranges... 1 Editing an Existing Report Template to use Dynamic

More information

ABOUT PIVOTTABLES TABLE OF CONTENTS

ABOUT PIVOTTABLES TABLE OF CONTENTS University of Southern California Academic Information Services Excel 2007 - PivotTables ABOUT PIVOTTABLES PivotTables provide an excellent means of analyzing data stored in database format by rearranging

More information

Steps in Ledger Upload and Preparation. Click on Add-ins > Q&A xl > Logon > Enter User ID (e.g. TBW) and click OK (Users of Office 2007)

Steps in Ledger Upload and Preparation. Click on Add-ins > Q&A xl > Logon > Enter User ID (e.g. TBW) and click OK (Users of Office 2007) Steps in Ledger Upload and Preparation Click on Add-ins > Q&A xl > Logon > Enter User ID (e.g. TBW) and click OK (Users of Office 2007) Click on Data Send For an existing profile or pre-mapped upload Click

More information

Intermediate Excel Training Course Content

Intermediate Excel Training Course Content Intermediate Excel Training Course Content Lesson Page 1 Absolute Cell Addressing 2 Using Absolute References 2 Naming Cells and Ranges 2 Using the Create Method to Name Cells 3 Data Consolidation 3 Consolidating

More information

Nextgen. Bank Reconciliation Menu. NG FM - Bank Reconciliation 3/29/2016. Resource Financial Management. Bank Reconciliation

Nextgen. Bank Reconciliation Menu. NG FM - Bank Reconciliation 3/29/2016. Resource Financial Management. Bank Reconciliation NG FM - 3/29/2016 Nextgen Resource 2016 Menu Financial Management Import Bank Statements Bank Account Transactions Export Checks Import Bank Statement Allows you to import a reconciliation file from the

More information

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon Custom Sorting and Subtotaling Excel Intermediate Excel allows us to sort data whether it is alphabetic or numeric. Simply clicking within a column or row of data will begin the process. Click in the name

More information

OASIS Nominal Ledger

OASIS Nominal Ledger BEAVER SOFTWARE SYSTEMS LTD Open Accounting Software for Independent Schools School Management Software OASIS Nominal Ledger Last Revision: August 2011 Beaver Software Systems Ltd. 32 Glencairn Drive,

More information

This job aid details the process for reviewing GL Balances with the Account Inspector.

This job aid details the process for reviewing GL Balances with the Account Inspector. OVERVIEW This job aid details the process for reviewing GL Balances with the Account Inspector. NAVIGATING TO THE ACCOUNT INSPECTOR Use the following process to navigate to the Account Inspector (Inquire

More information

Pivots and Queries Intro

Pivots and Queries Intro Workshop: Pivots and Queries Intro An overview of the Pivot, Query and Alert functions in Multiview as a refresher for the experienced or new user, we will go over how to format an inquiry screen, create

More information

LESSON 10 Accounts Payable Setup

LESSON 10 Accounts Payable Setup LESSON 10 Learning Objectives In this lesson you will: 1. activate the module 2. access the A/P Transactions Visual Process Flow 3. set up the Options 4. enter account sets 5. enter distribution codes

More information

New Finance Officer & Staff Training

New Finance Officer & Staff Training New Finance Officer & Staff Training Overview MUNIS includes many programs and tools to allow for the management of the District financials. As newer finance officers and staff, you are charged with understanding,

More information

2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective holders.

2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective holders. 2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective holders. Objective To provide a brief overview of some of the functionality available to

More information

State of Oklahoma COR121 Deposit Entry Manual Revised: October 1, 2007

State of Oklahoma COR121 Deposit Entry Manual Revised: October 1, 2007 State of Oklahoma COR121 Deposit Entry Manual Authorized by: [_CORE_] Original Issue: [11/01/2003] Maintained by: [ General Ledger Lead ] Current Version: [10/01/2007] Review Date: [01/31/2008] COR121

More information

Excel4apps Wands 5.8 Release Notes Excel4apps Inc.

Excel4apps Wands 5.8 Release Notes Excel4apps Inc. Excel4apps Wands 5.8 Release Notes 2015 Excel4apps Inc. Table of Contents 1 Introduction... 3 2 Version 5.8.5... 3 2.1 GL Wand... 3 2.2 Reports Distribution Manager (RDM)... 3 2.3 Reports Wand... 3 3 Version

More information

Excel 2016: Part 2 Functions/Formulas/Charts

Excel 2016: Part 2 Functions/Formulas/Charts Excel 2016: Part 2 Functions/Formulas/Charts Updated: March 2018 Copy cost: $1.30 Getting Started This class requires a basic understanding of Microsoft Excel skills. Please take our introductory class,

More information

LEIAG-Excel Workshop

LEIAG-Excel Workshop Random Sample Excel has a simple formula we can utilize to obtain a random sample (cases, citations, city, etc.) At the Sheriff s Department, we are able to run a case management report that generates

More information

Career and Technical Education Series: Office Applications II

Career and Technical Education Series: Office Applications II This image cannot currently be displayed. Course Catalog Career and Technical Education Series: Office Applications II Microsoft, Microsoft Word, Microsoft PowerPoint, Microsoft Excel, Microsoft Access,

More information

FIN 850: UDW+ Finance Ad Hoc Reports Training Version 2.9

FIN 850: UDW+ Finance Ad Hoc Reports Training Version 2.9 FIN 850: UDW+ Finance Ad Hoc Reports Training Version 2.9 Program Services Office & Decision Support Group Table of Contents Subject Areas... 1 Criteria... 2 Exercise 1: Create a Budget Summary Report...

More information

Sage 300 ERP Financial Reporter User's Guide

Sage 300 ERP Financial Reporter User's Guide Sage 300 ERP 2012 Financial Reporter User's Guide This is a publication of Sage Software, Inc. Version 2012 Copyright 2013. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product

More information

Chart of Accounts. Owner of this document is: Scott Wiacek Purpose of this document

Chart of Accounts. Owner of this document is: Scott Wiacek Purpose of this document Chart of Accounts Owner of this document is: Scott Wiacek swiacek@feedingamerica.org Purpose of this document This document demonstrates how to effectively create a list of the accounts used by a business

More information

GENERAL LEDGER. MaddenCo Inc. Revised March Copyright 2017 by MaddenCo, Inc All rights reserved.

GENERAL LEDGER. MaddenCo Inc. Revised March Copyright 2017 by MaddenCo, Inc All rights reserved. GENERAL LEDGER MaddenCo Inc. Revised March 2017 Copyright 2017 by MaddenCo, Inc All rights reserved. Please understand that MaddenCo has expended substantial sums in developing and maintaining its software,

More information