Recovering An Essbase Application From a Corrupt Data File

Size: px
Start display at page:

Download "Recovering An Essbase Application From a Corrupt Data File"

Transcription

1 Recovering An Essbase Application From a Corrupt Data File It is possible for a database in Essbase to become corrupt. This can be caused by server hangs, software glitches, and a variety of other reasons. Although infrequent, if a database cannot be loaded for any reason, and it needs to be restored, the following actions can be a quick resolution. Keep in mind that this will remove the data and it will need to be imported from a backup export. Before performing this, verify that the database is not attempting to recover. To determine if this is occuring, open the application log file. If it states that it is recovering free space, be patient as it may correct itself. File Structure Essbase has a simple file structure that it follows. It can vary with each application depending on the options used. The area to focus on for this process is below. The application and database that is being restored would take the place of appname and dbname. Hyperion\Products\Essbase\EssbaseServer\App\AppName\DbName Restoring To A Usable State In this directory, files with the following extensions will need to be removed. This will delete all of the data and temporary settings that are causing the application to function improperly. It will NOT delete the database outline, calc scripts, load rules, or business rules..ind (index files)

2 .pag (data files).esm (Essbase kernel file that manages pointers to data blocks, and contains control information that is used for database recovery).tct (Essbase database transaction control file that manages all commits of data and follows and maintains all transactions) After these files are removed, verify that the application and database is functioning. This can be done in Essbase Administration Services by starting the application. If the application doesn t start, more research will have to be performed. If the application loads, import the most recent data backup and run an aggregation. There are a number of other possible file types in this directory. Below is some information that may be helpful. Audit Logs.alg: Spreadsheet audit historical information.atx: Spreadsheet audit transaction Temporary Files.ddm: Temporary partitioning file.ddn: Temporary partitioning file.esn: Temporary Essbase kernel file.esr: Temporary database root file.inn: Temporary Essbase index file.otm: Temporary Essbase outline file.otn: Temporary Essbase outline file.oto: Temporary Essbase outline file.pan: Temporary Essbase database data (page) file.tcu: Temporary database transaction control file Objects.csc: Essbase calculation script.mxl: MaxL script file (saved in Administration

3 Services).otl: Essbase outline file.rep: Essbase report script.rul: Essbase rules file.scr: Essbase ESSCMD script Other.apb: Backup of application file.app: Application file, defining the name and location of the application and other application settings.arc: Archive file.chg: Outline synchronization change file.db: Database file, defining the name, location, and other database settings.dbb: Backup of database file.ddb: Partitioning definition file.log: Server or application log.lro: LRO file that is linked to a data cell.lst: Cascade table of contents or list of files to back up.ocl: Database change log.ocn: Incremental restructuring file.oco: Incremental restructuring file.olb: Backup of outline change log.olg: Outline change log.sel: Saved member select file.trg: Trigger definition file.xml (Extensible Markup Language) format.txt: Text file, such as a data file to load or a text document to link as a LRO used for database recovery.xcp: Exception error log.xls: Microsoft Excel file

4 SmartView Performance Gains Using Compression If you have users that rely on SmartView to pull data from your Essbase and/or Planning application, many of them may have large spreadsheets. One way to improve the perception of the performance of Essbase is the method in which SmartView (client side) communicates with the server. APS, Planning, and HFM have the ability to take advantage of compression during the communication process. When large queries, retrieving and submitting data, are initiated, the performance can be significant. The default compression settings for APS and Planning are not turned on. The good news is that turning this on is relatively simple. Find the essbase.properties file on the APS server and change it to false. The path to this file is different in versions 9 and 11. In 11, the path is \Products\Essbase\aps\bin. [crayon-5c189ec9629d /] Open the Hyperion Planning application in question and change the SMARTVIEW_COMPRESSION_THRESHOLD in the System Properties (Administration/Manage Properties System Properties tab) to a value no less than 1. This threshold is the minimum size of the query in which compression will be used. So, a value of 1000 would mean compression would be used for anything greater than 1,000 bytes. For smaller queries, compression may not be necessary. It may even decrease performance because of the overhead to compress and uncompress the data. Every environment is different so there is no right answer as to what this value should be. If you have used compression, please share your experiences.

5 Business Rules That Take More Than Five Minutes to Execute Are Re-launched Repeatedly There is, what appears to be, a bug in Hyperion Planning that causes business rules that take longer than 5 minutes to relaunch. The following, published by Oracle, explains the root issue of this problem. It is not a bug, but a setting in the host web server that causes the request post multiple times. This explaination from Oracle clearly states that this is ONLY an issue when accessing Hyperion Planning through Hyperion Workspace. I have seen the same response while accessing Hyperion Planning directly. Regardless of your entry point, it is a good proctice account for either entry method and should be applied. This applies to Hyperion Planning, Version: to and is applicable to all operating systems. Symptoms When accessing Planning, Business Rules that normally take more than 5 minutes to complete run for an unlimited period of time. By viewing the running Essbase sessions in the EAS console, you can see that the Business Rules Calculate sessions are being re-launched every 5 minutes, so that a new instance of the Rule is launched before the first can complete. This issue only affects Business Rules that normally take more than 5 minutes to complete. This issue does not affect Business Rules launched directly

6 from Planning (accessing Planning directly on its own URL, bypassing the Workspace). This issue does not affect Business Rules launched from the EAS console. This issue only affects systems using Weblogic as a web application server. Cause This issue is caused by a default timeout setting of 5 minutes (300 seconds) in the Weblogic HTTP Server Plugin. This plugin is a set of configuration files in which Weblogic defines how it will interact with the HTTP Server through which Workspace is accessed. More information on Weblogic Plugins is available here: ugins.pdf Solution Hyperion System 9 and Oracle EPM x support the use of either Microsoft Internet Information Services (IIS) or Apache as an HTTP server. The steps to increase the timeout depend on which you are using. The new timeout value should be set to a value larger than the time the longest-running Business Rule takes to execute. The examples below use a setting of 30 minutes (1800 seconds). Apache HTTP Server Step 1 Edit %HYPERION_HOME%\common\httpServers\Apache\2.0.52\conf\HYSL- WebLogic.conf Step 2 Add (or edit, if already present) the following parameters to the two sections for Planning, and also to the two sections for Financial Reporting and Workspace, as the 5 minute timeout

7 issue can cause problems in all three products.each section begins with an XML tag. [crayon-5c189ec96305b /] Add the new WLIOTimeoutSecs 1800 and HungServerRecoverSecs 1800 properties as new lines within the tags. If you are using a version of Weblogic prior to 9.x you need to add the second line HungServerRecoverSecs 1800 in addition to the WLIOTimeoutSecs 1800 parameter. This second parameter is not necessary for Weblogic 9.x and later (though it will do no harm). [crayon-5c189ec /] Internet Information Services (IIS) Step 1 There are several copies of the iisproxy.ini file. Oracle recommends you modify the files for Planning, Financial Reporting and Workspace, as the 5 minute timeout issue can cause problems in all three products. Paths (note that hr below stands for Financial Reporting): %HYPERION_HOME%\deployments\WebLogic9\VirtualHost\hr %HYPERION_HOME%\deployments\WebLogic9\VirtualHost\HyperionPlan ning %HYPERION_HOME%\deployments\WebLogic9\VirtualHost\workspace Step 2 For each copy of iisproxy.ini, add the following lines at the end of each file. If you are using a version of Weblogic prior to 9.x you need to add the second line HungServerRecoverSecs=1800 in addition to the WLIOTimeoutSecs=1800 parameter. This second parameter is not necessary for Weblogic 9.x and later (though it will do no harm). WLIOTimeoutSecs=1800

8 HungServerRecoverSecs=1800 Step 3 Restart IIS from the IIS Manager and restart the Workspace web application service Oracle HTTP Server is used Step 1 Modify the file mod_wl_ohs.conf file under the directory, $EPM_ORACLE_INSTANCE\httpConfig\ohs\config\OHS\ohs_component with the following content: [crayon-5c189ec /] Step 2 Restart the Oracle HTTP server and the Workspace web application services after the modifications are complete. Essbase Database Restructures Changes to an Essbase outline cause changes to the Essbase index and data files, regardless of the method (Essbase Administration Services, Hyperion Planning database refreshes, or from a script). Changes that require restructuring the database are timeconsuming (unless data is discarded before restructuring). Understanding the types of restructures and what causes them can help database owners more effectively manage the impacts to users.

9 TYPES OF RESTRUCTURES Essbase initiates an implicit restructure after an outline is changed, whether done with the outline editor, through an automated build, or some other fashion like a Hyperion Planning database refresh. The type of restructure that is performed depends on the type of changes made to the outline. DENSE RESTRUCTURE: If a member of a dense dimension is moved, deleted, or added, Essbase restructures the blocks in the data files and creates new data files. When Essbase restructures the data blocks, it regenerates the index automatically so that index entries point to the new data blocks. Empty blocks are not removed. Essbase marks all restructured blocks as dirty, so after a dense restructure you must recalculate the database. Dense restructuring, the most time-consuming of the restructures, can take a long time to complete for large databases. SPARSE RESTRUCTURE: If a member of a sparse dimension is moved, deleted, or added, Essbase restructures the index and creates new index files. Restructuring the index is relatively fast; the time required depends on the index size. Sparse restructures are typically fast, but depend on the size of the index file(s). Sparse restructures are faster than dense restructures. OUTLINE ONLY: If a change affects only the database outline, Essbase does not restructure the index or data files. Member name changes, creation of aliases, and dynamic calculation formula changes are examples of changes that affect only the database outline. Outline restructures are very quick and typically take seconds. Explicit restructures occur when a user requests a restructure to occur. This can be done in Essbase Administration Services

10 or via Maxl (and EssCmd for those of you who still use it) and forces a full restructure (see dense restructure above). It is worth noting that this also removes empty blocks. CALCULATING IMPLICATIONS AFTER RESTRUCTURES When a restructure occurs, every block that is impacted is tagged as dirty. If Intelligent Calculations are used in the environment, they don t provide any value when a dense restructure occurs as all blocks will be calculated. When member names or formulas are changed, the block is not tagged as dirty. WHAT DICTATES THE RESTRUCTURE TYPE The following outline changes will force a dense restructure, which is the most time- consuming restructure. DENSE AND SPARSE Defining a regular dense dimension member as dynamic calc Defining a sparse dimension regular member as dynamic calc or dynamic calc and store Defining a dense dimension dynamic calc member as regular member Adding, deleting, or moving dense dimension dynamic calc and store members Changing dense-sparse properties [Calc Required] Changing a label only property [Calc Required] Changing a shared member property [Calc Required] Changing the order of dimensions [Calc Required] DENSE (DATA FILES) Deleting members from a dense dimension [Calc Required] Adding members to a dense dimension Defining a dense dynamic calc member as dynamic calc and store member

11 SPARSE (INDEX) Adding members to a sparse dimension Moving members (excluding shared members) in a sparse dimension Defining a dense dynamic calc member as dynamic calc and store Adding, deleting, or moving a sparse dimension dynamic calc member Adding, deleting, or moving a sparse dimension dynamic calc and store member Adding, deleting, or moving a dense dimension dynamic calc member Changing the order of two sparse dimensions NO RESTRUCTURE OCCURS Deleting members of a sparse dimension [Calc Required] Deleting members of an attribute dimension Deleting shared members from a sparse or dense dimension [Calc Required] Adding members to an attribute dimension Adding shared members to a sparse or dense dimension Moving a member in an attribute dimension Renaming a member Changing a member formula [Calc Required] Defining a sparse dynamic calc member as dynamic calc and store member Defining a dense or sparse dynamic calc and store member as dynamic calc Defining a regular dense dimension member as dynamic calc and store Defining a sparse dimension dynamic calc and store member or dynamic calc member as regular member Defining a dense dimension dynamic calc and store member as regular member Changing properties other than dense-sparse, label, or shared [Calc Required]

12 Changing the order of an attribute dimension Creating, deleting, clearing, renaming, or coping an alias table Importing an alias table Setting a member alias Changing the case-sensitive setting Naming a level or generation Creating, changing, or deleting a UDA WHAT DOES THIS MEAN Understanding this can help users and administrators manage applications to better meet the needs of all those involved. When designing an application, knowledge of this topic can be instrumental in the success of the application. Here are some things to keep in mind. When updating an outline or refreshing a planning application, it may be faster to export level 0 (or input level) data, clear the data, perform the update, and reload/aggregate the export when changes cause a dense restructure. For dimensions that are updated frequently, it may be beneficial to define those dimensions as sparse. Changes to sparse dimensions typically require only restructures to the index file(s), which are much faster. If frequent changes are required, enabling incremental restructuring may make sense. Using this defers dense restructures. The Essbase restructure happens on a block by block basis, and occurs the first time the data block is used. The cost is that calculations will cause restructures for all the blocks included and the calculation performance will degrade. Setting the isolation level to committed access may increase memory and time requirements for database restructure. Consider setting the isolation level to

13 uncommitted access before a database restructure. If multiple people have access to change the outline, outline logging may be useful. This can be turned on by adding OUTLINECHANGELOG = TRUE in the essbase.cfg. Monitoring progress of a restructure is possible when access to the server is granted. Both sparse and dense restructures create temporary files that mirror the index and data files. Data exists in the.pag files while indexes are stored in.ind files. As the restructure occurs, there are equivalent files for each (pan for data files and inn for index files). In total, the restructure should decrease the size of the ind and pag files, but the pan and inn files can be used for a general idea of the percent of completion. Collaborate 2011, Here We Come! The results are back, and our session at Collaborate 2011 was very well received. We would like to thank all of those who attended and provided feedback. The presentation and white paper are available below. Thanks to the folks at Abercrombie & Fitch for their involvement with the presentation. We met a lot of great people in Orlando. Thanks to all of you for the kind words and thank yous for the In2Hyperion effort. Downloads Driving Accountability Through Disciplined Planning at Abercrombie & Fitch Session 8454.pdf ( kb)

14 2011_8454_Forrest.ppt (2.94 mb) Removing Data From Excel Templates Working with finance and accounting professional the majority of my career, I see a lot of spreadsheet templates that are reused for multiple budget passes or monthly forecasting processes (any repatative process). When the workbooks have a number of worksheets, and they are large, it can be extremely tedious to clear out the old data and get back to a fresh, empty shell. The script below can be executed on any worksheet to clear out all the numeric values and cell comments. It ignores cells with dates, formulas, or text values. [crayon-5c189ec9632b /] Breaking It Down The outside loop will loop through each cell using the ActiveSheet.UsedRange.Cells. This function will get the range of cells on the worksheet that has been used. UsedRange will take the equivalent range of using CTRL-HOME to get the upper left cell and CTRL-END to get the bottom right of the range. For Each c In ActiveSheet.UsedRange.Cells Next c Each cell will be checked to verify that the value is not blank, is not a formula, and is numeric (not text). If this criteria is true, the value will be set to nothing.

15 If Not IsNull(c.Value) And Not c.hasformula And IsNumeric(c.Value) Then c.value = Null End If If the cell has a cell comment, it will be removed as well. If Not (c.comment Is Nothing) Then c.comment.delete End If In the full example, some additional lines are added to ignore clearing any cell with a cell comment of KEEP. How To Use To use this script, it must be added to a module. The easiest way to do this is to create a macro and associate a CTRL-? key to it. In Excel 2007, select the Developer ribbon and click the Record Macro button. Immediately click the Stop Recording button. This will create a function in a new module for you. If the Developer tab is not visible, click the Office Button and click the Excel Options button. On the Popular tab, select Show Developer Ribbon. In Excel 2003, select the Tools / Macro / Record New Macro menu. Immediately click the Stop Recording button. After opening Visual Basic in Excel, expand the spreadsheet in the Project window. Expand the Modules tree and open the module. Inside the module will be a procedure that is empty. Paste the script inside the procedure. This can now be accessed by the CTRL-? that was assigned. I will be posting more scripts like this. If you find this helpful, add your to our mailing list near the top of the right sidebar. You will get an any time we add a

16 new article!

Force Excel to Calculate Dependencies In Order

Force Excel to Calculate Dependencies In Order Force Excel to Calculate Dependencies In Order Overview If you have ever used custom functions in Excel, depending on the complexity of them, you have probably run into an issue where the accuracy of the

More information

Managing Smart View Shared Connections

Managing Smart View Shared Connections Managing Smart View Shared Connections If you use Smart View, you are familiar with the Smart View Shared Connection URL, which is unique to the environment that Smart View connects. That property is saved

More information

Hyperion Essbase Audit Logs Turning Off Without Notification

Hyperion Essbase Audit Logs Turning Off Without Notification Hyperion Essbase Audit Logs Turning Off Without Notification Audit logs, or SSAUDIT, are a crucial component of backing up Hyperion Essbase applications in many environments. It is the equivalent of a

More information

Question No : 2 Identify four disadvantages / considerations when using a transparent partition.

Question No : 2 Identify four disadvantages / considerations when using a transparent partition. Volume: 69 Questions Question No : 1 Which two are Essbase components? A. Essbase server B. Administration services C. C API D. Web Analysis E. Financial reporting Answer: A,B Question No : 2 Identify

More information

Top 10 Essbase Optimization Tips that Give You 99+% Improvements

Top 10 Essbase Optimization Tips that Give You 99+% Improvements Top 10 Essbase Optimization Tips that Give You 99+% Improvements Edward Roske info@interrel.com BLOG: LookSmarter.blogspot.com WEBSITE: www.interrel.com TWITTER: Eroske 3 About interrel Reigning Oracle

More information

Call: Hyperion Planning Course Content:35-40hours Course Outline Planning Overview

Call: Hyperion Planning Course Content:35-40hours Course Outline Planning Overview Hyperion Planning Course Content:35-40hours Course Outline Planning Overview Oracle's Enterprise Performance Management Planning Architecture Planning and Essbase Navigating Workspace Launching Workspace

More information

Oracle Hyperion Tips and Tricks. NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012

Oracle Hyperion Tips and Tricks. NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012 Oracle Hyperion 11.1.2.2 Tips and Tricks NEOAUG Eric Sanders, Gordon Strodel Monday, October 22, 2012 Agenda About Archetype What s New in 11.1.2.2: New User Interface Calculation Manager Manage Substitution

More information

Oracle Hyperion Essbase ASO common Questions and Answers

Oracle Hyperion Essbase ASO common Questions and Answers Oracle Hyperion Essbase ASO common Questions and Answers Description: This document provides you some common question and their solution for Hyperion Essbase ASO cube. We provide complete Hyperion product

More information

COPYRIGHTED MATERIAL. Making Excel More Efficient

COPYRIGHTED MATERIAL. Making Excel More Efficient Making Excel More Efficient If you find yourself spending a major part of your day working with Excel, you can make those chores go faster and so make your overall work life more productive by making Excel

More information

DeltaV Continuous Historian

DeltaV Continuous Historian Frequently Asked Questions Data Analysis Integrated Configuration Scalable Flexible Architecture Contents 1. Introduction 1.1. What is the DeltaV Continuous Historian? 5 1.2. What features are available

More information

Budget Process Tools: Smart View Ad Hoc Basics

Budget Process Tools: Smart View Ad Hoc Basics Budget Process Tools: Smart View Ad Hoc Basics 2 6.21.17 CalPlan HCP (Human Capital Planning) CalRptg HCPRptg Smart View 1 Agenda 1 2 3 4 5 6 Smart View Ad Hoc Basics 1 Homework Review Creating Multiple

More information

Verify that your system configuration (product version and release level, platform) exactly matches what is specified in the Readme.

Verify that your system configuration (product version and release level, platform) exactly matches what is specified in the Readme. Oracle Hyperion Provider Services Release 9.3.3.0.00 Readme To view the most recent version of this Readme, see the 9.3.x documentation library on Oracle Technology Network (OTN) at http://www.oracle.com/technology/documentation/epm.html.

More information

Hyperion course offered -

Hyperion course offered - Hyperion course offered - 1. HYPERION ESSBASE 2. Hyperion Financial Data Quality management 3. Hyperion Financial Reporting 4. Hyperion Planning 1.HYPERION ESSBASE course content Essbase Overview - Multidimensional

More information

KSCOPE11.COM/BIEPM. USE THE SPECIAL interrel CODE IRC TO RECEIVE A $100 DISCOUNT ON REGISTRATION

KSCOPE11.COM/BIEPM. USE THE SPECIAL interrel CODE IRC TO RECEIVE A $100 DISCOUNT ON REGISTRATION Oracle BI & EPM Tracks Essbase Hyperion Planning & HFM Beginner to Guru Content OBIEE 11g Hyperion Developers On-Site CONFERENCE HIGHLIGHTS 250+ Sessions Hands-on Training Six full-day Symposiums CHECK

More information

Oracle s Hyperion Essbase System 9. Readme. Release

Oracle s Hyperion Essbase System 9. Readme. Release Oracle s Hyperion Essbase System 9 Release 9.3.3.0.00 Readme To view the most recent version of this Readme, see the 9.3.x documentation library on Oracle Technology Network (OTN) at http://www.oracle.com/technology/documentation/epm.html.

More information

Hyperion Business Rules Release Readme

Hyperion Business Rules Release Readme Hyperion Business Rules Release 11.1.2.0.00 Readme [Skip Navigation Links] Purpose... 1 Translation Support...... 2 Installation Information... 2 Known Issues...... 2 Business Rules...... 2 Graphical Business

More information

Exporting Data in PBCS With Business Rules

Exporting Data in PBCS With Business Rules Exporting Data in PBCS With Business Rules Introduction If your environment is a cloud product, whether it be PBCS or epbcs, one thing that is critical to understand is the backups produced in the Migration

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Support for Oracle General Ledger Essbase applications in Calculation Manager

Support for Oracle General Ledger Essbase applications in Calculation Manager Oracle Hyperion Calculation Manager Release 11.1.2.0.000 Patch Set 1 (PS1): 11.1.2.1.000 Readme [Skip Navigation Links] Purpose... 1 New Features... 1 Release 11.1.2.1 New Features... 1 Release 11.1.2

More information

Sage Estimating (SQL) v17.12

Sage Estimating (SQL) v17.12 Sage Estimating (SQL) v17.12 Release Notes October 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

UMHS Financial Systems Workspace & Smart View Templates

UMHS Financial Systems Workspace & Smart View Templates Level 1 Password https://findatamgr.dsc.umich.edu/workspace/index.jsp What If I have a blank Homepage? Utilize the Use Current Page button to set the Home Page. Why do I not see the Preview User Point

More information

Configuring SSL for EPM /4 Products (Cont )

Configuring SSL for EPM /4 Products (Cont ) Configuring SSL for EPM 11.1.2.3/4 Products (Cont ) Configure IIS for SSL If you have a server certificate with its private key skip creating the Certificate Request and continue with Complete Certificate

More information

Budget Process Tools: Smart View Ad Hoc Basics 1

Budget Process Tools: Smart View Ad Hoc Basics 1 Budget Process Tools: Smart View Ad Hoc Basics 1 01.12.17 CalPlan HCP (Human Capital Planning) CalRptg HCPRptg Smart View 1 An ad hoc committee What is your particular purpose for querying into your CalPlanning

More information

Administrator's Guide

Administrator's Guide Administrator's Guide EPMWARE Version 1.0 EPMWARE, Inc. Published: July, 2015 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless

More information

Purpose... 1 New Features... 1 Known Issues... 2 Defects Fixed in this Release... 9 Documentation Updates... 11

Purpose... 1 New Features... 1 Known Issues... 2 Defects Fixed in this Release... 9 Documentation Updates... 11 Oracle Enterprise Performance Management Architect, Fusion Edition Release 11.1.1.3.00 Readme [Skip Navigation Links] Purpose... 1 New Features... 1 Known Issues... 2 Defects Fixed in this Release... 9

More information

Budget Process Tools: Smart View Ad Hoc Basics 1

Budget Process Tools: Smart View Ad Hoc Basics 1 Budget Process Tools: Smart View Ad Hoc Basics 1 10.27.16 CalPlan HCP (Human Capital Planning) CalRptg HCPRptg Smart View 1 An ad hoc committee What is your particular purpose for querying into your CalPlanning

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

Project 2010 Certification Exams

Project 2010 Certification Exams Project 2010 Certification Exams This information is taken from the Microsoft website and is a compilation of the requirements listed there for the Project 2010 and Project Server 2010 exams. This document

More information

SQL Studio (BC) HELP.BCDBADASQL_72. Release 4.6C

SQL Studio (BC) HELP.BCDBADASQL_72. Release 4.6C HELP.BCDBADASQL_72 Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express

More information

EFIS 2.0 Training Materials Child Care User

EFIS 2.0 Training Materials Child Care User EFIS 2.0 Training Materials Child Care User Contents Module 1 Basic Planning... 3 Module 2 Basic Planning Through Smart View... 17 Module 3 Advanced Smart View... 29 Module 4 Data Entry Validation... 40

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

Excel 2016 Advanced. Course Objectives

Excel 2016 Advanced. Course Objectives Excel 2016 Advanced Course Objectives Upon successful completion of this course, you will be able to perform advanced data analysis, collaborate on workbooks with other users, and automate workbook functionality.

More information

Oracle Essbase. Readme. Purpose. New Features. Release Patch Set 1 (PS1):

Oracle Essbase. Readme. Purpose. New Features. Release Patch Set 1 (PS1): Oracle Essbase Release 11.1.2.0.000 Patch Set 1 (PS1): 11.1.2.1.000 Readme [Skip Navigation Links] Purpose... 1 New Features... 1 Installation Information... 2 Essbase Failover Clusters Required Post-Installation

More information

B I Z I N S I G H T Release Notes. BizInsight 7.3 December 23, 2016

B I Z I N S I G H T Release Notes. BizInsight 7.3 December 23, 2016 B I Z I N S I G H T 7. 3 Release Notes BizInsight 7.3 December 23, 2016 Copyright Notice makes no representations or warranties with respect to the contents of this document and specifically disclaims

More information

1. About AP Invoice Wizard

1. About AP Invoice Wizard 1. About AP Invoice Wizard Welcome to AP Invoice Wizard. We have developed this tool in response to demand from Oracle Payables users for a user friendly and robust spreadsheet tool to load AP Invoices

More information

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center Switching to Sheets from Microsoft Excel 2010 Learning Center gsuite.google.com/learning-center Welcome to Sheets Now that you've switched from Microsoft Excel to G Suite, learn how to use Google Sheets

More information

How to Build Question Reports

How to Build Question Reports Question Reports Question reports take your data and format it into a graph or a table so that you can identify and address issues and trends within your facility. These reports are not module specific,

More information

Essbase Tips & Tricks. Webinar will Start at 12:05pm Eastern

Essbase Tips & Tricks. Webinar will Start at 12:05pm Eastern Essbase Tips & Tricks Webinar will Start at 12:05pm Eastern 10.24.14 Alex Ladd OAUG Hyperion SIG Essbase Domain Lead 15 years of Planning/Essbase Experience 17 years of BI Experience Senior Partner - MindStream

More information

Oracle Hyperion Strategic Finance, Fusion Edition. Readme File. Purpose. Release This file contains these sections:

Oracle Hyperion Strategic Finance, Fusion Edition. Readme File. Purpose. Release This file contains these sections: Oracle Hyperion Strategic Finance, Fusion Edition Release 11.1.2.0.0 Readme File This file contains these sections: Purpose... 1 New Features...... 2 Translation Support....2 System Requirements Documentation...

More information

Table of Contents. User Manual

Table of Contents. User Manual USER MANUAL 5.0 Table of Contents Introduction... 2 Features and Benefits... 2 Overview... 3 Standard User... 3 Administrator... 3 Unconnected... 3 Connect or Connected... 4 Configuration... 5 Settings...

More information

Manual Calculation Definition Excel Shortcut Keyboard

Manual Calculation Definition Excel Shortcut Keyboard Manual Calculation Definition Excel Shortcut Keyboard Pressing Esc on your keyboard will allow you to exit Excel formula editing. If you have set your Excel formulas to calculate manually, and want to

More information

Oracle 1Z0-272 Exam Questions & Answers

Oracle 1Z0-272 Exam Questions & Answers Oracle 1Z0-272 Exam Questions & Answers Number: 1Z0-272 Passing Score: 800 Time Limit: 120 min File Version: 28.8 http://www.gratisexam.com/ Oracle 1Z0-272 Exam Questions & Answers Exam Name: Hyperion

More information

Oracle Hyperion EPM Installation & Configuration ( ) NEW

Oracle Hyperion EPM Installation & Configuration ( ) NEW Oracle University Contact Us: Local: 0845 777 7 711 Intl: +44 845 777 7 711 Oracle Hyperion EPM 11.1.2 Installation & Configuration (11.1.2.4) NEW Duration: 4 Days What you will learn NEW COURSE! This

More information

REPORTING Copyright Framework Private Equity Investment Data Management Ltd

REPORTING Copyright Framework Private Equity Investment Data Management Ltd REPORTING Copyright Framework Private Equity Investment Data Management Ltd - 2016 Table of Contents Standard Reports... 3 Standard Report Pack... 4 General Data Protection and Framework... 7 Partner Bank

More information

Release is a maintenance release for Release , , or

Release is a maintenance release for Release , , or Oracle Hyperion Calculation Manager, Fusion Edition Release 11.1.1.3 Readme [Skip Navigation Links] Purpose... 1 New Features... 1 Installation Updates... 2 Known Issues... 2 General Application Design

More information

Automating Essbase Outline Extracts to a Relational Database Using the Next Generation Outline Extractor

Automating Essbase Outline Extracts to a Relational Database Using the Next Generation Outline Extractor Automating Essbase Outline Extracts to a Relational Database Using the Next Generation Outline Extractor Tim Tow, Oracle ACE Director Founder and President Applied OLAP Inc. Many Essbase customers regularly

More information

Oracle Planning and Budgeting Cloud

Oracle Planning and Budgeting Cloud Oracle Planning and Budgeting Cloud July Update (16.07) Release Content Document July 2016 TABLE OF CONTENTS ORACLE PLANNING AND BUDGETING CLOUD, JULY UPDATE... 3 ANNOUNCEMENTS... 3 New User Interface...

More information

MIDIAX ONLINE BACKUP INSTALLATION

MIDIAX ONLINE BACKUP INSTALLATION MIDIAX ONLINE BACKUP INSTALLATION http://midiax.com/backup/onlinebackup.htm Online Backup & Recovery Manager is a tool for configuring automatic file and folder backups for storage in the cloud. After

More information

Creating Classic Planning Applications in Oracle Hyperion Planning, Fusion Edition

Creating Classic Planning Applications in Oracle Hyperion Planning, Fusion Edition Creating Classic Planning Applications in Oracle Hyperion Planning, Fusion Edition 11.1.2 This tutorial contains the following sections: Purpose Time to Complete Overview Software and Hardware Requirements

More information

Contents. Batch & Import Guide. Batch Overview 2. Import 157. Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131

Contents. Batch & Import Guide. Batch Overview 2. Import 157. Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131 Batch & Import Guide Last Updated: 08/10/2016 for ResearchPoint 4.91 Contents Batch Overview 2 Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131 Import 157 Configure Import File

More information

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices.

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices. MySQL for Excel Abstract This is the MySQL for Excel Reference Manual. It documents MySQL for Excel 1.3 through 1.3.7. Much of the documentation also applies to the previous 1.2 series. For notes detailing

More information

USING ADMINISTRATOR FEATURES

USING ADMINISTRATOR FEATURES HYPERION FINANCIAL MANAGEMENT SYSTEM 9 RELEASE 9.3.1 USING ADMINISTRATOR FEATURES Oracle's Hyperion Financial Management System 9 Release 9.3 contains significant enhancements to administrator features

More information

Veritas NetBackup OpsCenter Reporting Guide. Release 8.0

Veritas NetBackup OpsCenter Reporting Guide. Release 8.0 Veritas NetBackup OpsCenter Reporting Guide Release 8.0 Veritas NetBackup OpsCenter Reporting Guide Legal Notice Copyright 2016 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo

More information

Index A Access data formats, 215 exporting data from, to SharePoint, forms and reports changing table used by form, 213 creating, cont

Index A Access data formats, 215 exporting data from, to SharePoint, forms and reports changing table used by form, 213 creating, cont Index A Access data formats, 215 exporting data from, to SharePoint, 215 217 forms and reports changing table used by form, 213 creating, 237 245 controlling availability of, 252 259 data connection to,

More information

Oracle Profitability and Cost Management Cloud. November 2017 Update (17.11) What s New

Oracle Profitability and Cost Management Cloud. November 2017 Update (17.11) What s New Oracle Profitability and Cost Management Cloud November 2017 Update (17.11) What s New TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE PROFITABILITY AND COST MANAGEMENT CLOUD, NOVEMBER UPDATE... 3 ANNOUNCEMENTS

More information

Contents. Common Site Operations. Home actions. Using SharePoint

Contents. Common Site Operations. Home actions. Using SharePoint This is a companion document to About Share-Point. That document describes the features of a SharePoint website in as much detail as possible with an emphasis on the relationships between features. This

More information

Oracle Hyperion Calculation Manager, Fusion Edition. Readme. Purpose. Release

Oracle Hyperion Calculation Manager, Fusion Edition. Readme. Purpose. Release Oracle Hyperion Calculation Manager, Fusion Edition Release 11.1.2.0.00 Readme [Skip Navigation Links] Purpose... 1 New Features...... 2 Translation Support...... 2 Installation Information... 2 Known

More information

TABLE OF CONTENTS DOCUMENT HISTORY

TABLE OF CONTENTS DOCUMENT HISTORY TABLE OF CONTENTS DOCUMENT HISTORY 6 MAY 2018 UPDATE 6 Revision History 6 Oracle Financial Consolidation and Close Cloud, May Update 6 Monthly Update Schedule 6 Please Join Oracle Cloud Customer Connect

More information

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1

MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 MAS 90/200 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

User Guide for Explorer Users

User Guide for Explorer Users User Guide for Explorer Users Version 2015.1 Hubble Suite (Edition 2) Document Information....................................................... 1 Notices.........................................................................

More information

Mastering phpmyadmiri 3.4 for

Mastering phpmyadmiri 3.4 for Mastering phpmyadmiri 3.4 for Effective MySQL Management A complete guide to getting started with phpmyadmin 3.4 and mastering its features Marc Delisle [ t]open so 1 I community experience c PUBLISHING

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 10.5 Feb 2018 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

USER GUIDE. MADCAP FLARE 2017 r3. Import

USER GUIDE. MADCAP FLARE 2017 r3. Import USER GUIDE MADCAP FLARE 2017 r3 Import Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is

More information

P6 Professional Importing and Exporting Guide Version 18

P6 Professional Importing and Exporting Guide Version 18 P6 Professional Importing and Exporting Guide Version 18 August 2018 Contents About the P6 Professional Importing and Exporting Guide... 5 Importing and Exporting Data... 7 Import/Export Overview... 7

More information

HYPERION SYSTEM 9 PERFORMANCE SCORECARD

HYPERION SYSTEM 9 PERFORMANCE SCORECARD HYPERION SYSTEM 9 PERFORMANCE SCORECARD RELEASE 9.2 NEW FEATURES Welcome to Hyperion System 9 Performance Scorecard, Release 9.2. This document describes the new or modified features in this release. C

More information

Skills Exam Objective Objective Number

Skills Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skills Exam Objective Objective Number Starting Excel Create a workbook. 1.1.1 Working in the Excel Window Customize the Quick Access Toolbar. 1.4.3 Changing Workbook and

More information

Sourcing - How to Create a Negotiation

Sourcing - How to Create a Negotiation Martin Baker Secure Source-To-Pay Sourcing - How to Create a Negotiation December 07 Contents To Create a Project... To Create a Negotiation... 5 Attachments... 7 Private File Archive... 7 Creating Lines,

More information

RIB Spain SA Rodríguez San Pedro Madrid

RIB Spain SA Rodríguez San Pedro Madrid RIB Spain SA +34 914 483 800 Rodríguez San Pedro 10 info@rib-software.es 28015 Madrid www.rib-software.es Excel2Presto Manual Objective Excel2Presto is an Excel complement that allows you to convert any

More information

Oracle HCM Cloud Common Release 12. What s New

Oracle HCM Cloud Common Release 12. What s New Oracle HCM Cloud Common Release 12 What s New TABLE OF CONTENTS REVISION HISTORY... 4 OVERVIEW... 7 RELEASE FEATURE SUMMARY... 8 HCM COMMON FEATURES... 11 APPLICATIONS SECURITY... 11 User Account Management...

More information

Oracle Crystal Ball, Fusion Edition. Readme. Purpose. New Features. Installation Information. Release Patch Set 1 (PS1):

Oracle Crystal Ball, Fusion Edition. Readme. Purpose. New Features. Installation Information. Release Patch Set 1 (PS1): Oracle Crystal Ball, Fusion Edition Release 11.1.2.0.000 Patch Set 1 (PS1): 11.1.2.1.000 Readme [Skip Navigation Links] Purpose... 1 New Features... 1 Installation Information... 1 Supported Platforms...

More information

Oracle Hyperion Enterprise Performance Management Architect, Fusion Edition

Oracle Hyperion Enterprise Performance Management Architect, Fusion Edition Oracle Hyperion Enterprise Performance Management Architect, Fusion Edition Release 11.1.2.0.000 Patch Set 1 (PS1): 11.1.2.1.000 Readme [Skip Navigation Links] Purpose... 2 Required Post-Installation Patch...

More information

The Road to CCSv4. Status Update

The Road to CCSv4. Status Update The Road to CCSv4 Status Update Code Composer Studio v4 Summary What is it? Major upgrade to CCS Major architectural changes Based on Eclipse open source software framework New registration/licensing/updating

More information

Cox Business Online Backup Administrator Guide. Version 2.0

Cox Business Online Backup Administrator Guide. Version 2.0 Cox Business Online Backup Administrator Guide Version 2.0 2012 by Cox Communications. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic,

More information

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices.

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices. MySQL for Excel Abstract This is the MySQL for Excel Reference Manual. It documents MySQL for Excel 1.3 through 1.3.7. Much of the documentation also applies to the previous 1.2 series. For notes detailing

More information

Microsoft Access Database How to Import/Link Data

Microsoft Access Database How to Import/Link Data Microsoft Access Database How to Import/Link Data Firstly, I would like to thank you for your interest in this Access database ebook guide; a useful reference guide on how to import/link data into an Access

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

<Insert Picture Here> Implementing Efficient Essbase ASO Application

<Insert Picture Here> Implementing Efficient Essbase ASO Application Implementing Efficient Essbase ASO Application Buland Chowdhury & Steve Liebermensch Senior Technical Director Agenda Basic Design Dimension settings and usage Partitioning Formulas

More information

If you require more information that is not included in this document, please contact us and we will be happy to provide you with further detail.

If you require more information that is not included in this document, please contact us and we will be happy to provide you with further detail. Summary This document is an introduction to how Neuxpower has designed and built NXPowerLite for File Servers to be a powerful technology, while respecting customer data and taking a safety-first approach

More information

Proactively Monitoring and Maintaining your EPM Systems. Andy Taylor AMOSCA

Proactively Monitoring and Maintaining your EPM Systems. Andy Taylor AMOSCA Proactively Monitoring and Maintaining your EPM Systems Andy Taylor AMOSCA Speaker Biography Graduated in Mathematics and Engineering in 2000 Worked in software implementation since graduation Hyperion

More information

Batch and Import Guide

Batch and Import Guide Batch and Import Guide 06/13/2017 Blackbaud Altru 4.96 Batch and Import US 2017 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means,

More information

Release notes for version 3.7.2

Release notes for version 3.7.2 Release notes for version 3.7.2 Important! Create a backup copy of your projects before updating to the new version. Projects saved in the new version can t be opened in versions earlier than 3.7. Breaking

More information

GAS MANager Task Organizer Admin User's Guide

GAS MANager Task Organizer Admin User's Guide GAS MANager Task Organizer Admin User's Guide Contents License Agreement... 4 Disclaimer... 4 Copyright... 4 Accounting Expertise... 4 Main Program Window... 5 Command Bar... 5 Tiles... 6 Tasks... 6 New

More information

PRODUCT MANUAL. idashboards Auto Uploader (IAU) Manual. Version 9.7c

PRODUCT MANUAL. idashboards Auto Uploader (IAU) Manual. Version 9.7c PRODUCT MANUAL idashboards Auto Uploader (IAU) Manual Version 9.7c idashboards Auto Uploader Manual No part of the computer software or this document may be reproduced or transmitted in any form or by

More information

Microsoft Excel Level 2

Microsoft Excel Level 2 Microsoft Excel Level 2 Table of Contents Chapter 1 Working with Excel Templates... 5 What is a Template?... 5 I. Opening a Template... 5 II. Using a Template... 5 III. Creating a Template... 6 Chapter

More information

CRD - Crystal Reports Scheduler. Software Features. This document only outlines the main features of CRD

CRD - Crystal Reports Scheduler. Software Features. This document only outlines the main features of CRD CRD - Crystal Reports Scheduler Software Features This document only outlines the main features of CRD please contact us to arrange a demo to see every feature in action. Call +1 888 781 8966 or email

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

Instructions for Grant Budget Dashboard

Instructions for Grant Budget Dashboard These instructions are for the #6 Grant Budget and Activity Dashboard, located in the Hyperion Budget Reports folder. (Please know that #7 Grant Activity Code Dashboard is run in a very similar fashion.)

More information

GAS MANager Task Organizer Service User's Guide

GAS MANager Task Organizer Service User's Guide GAS MANager Task Organizer Service User's Guide Contents License Agreement... 3 Disclaimer... 3 Copyright... 3 Accounting Expertise... 3 Main Program Window... 4 Command Bar... 6 Tiles... 7 Tasks... 7

More information

McAfee Security Management Center

McAfee Security Management Center Data Sheet McAfee Security Management Center Unified management for next-generation devices Key advantages: Single pane of glass across the management lifecycle for McAfee next generation devices. Scalability

More information

CalPlan. Creating a Unit Plan Navigating CalPlan Workbook 1/25/18

CalPlan. Creating a Unit Plan Navigating CalPlan Workbook 1/25/18 CalPlan Creating a Unit Plan Workbook 1/25/18 Table of Contents Exercise 1: Log into the Workspace & Run a CalPlan Report... 3 Exercise 2: Launching CalPlan and Setting Your Entity... 10 Exercise 3: Actualized

More information

Lesson 16: Collaborating in Excel. Return to the Excel 2007 web page

Lesson 16: Collaborating in Excel. Return to the Excel 2007 web page Lesson 16: Collaborating in Excel Return to the Excel 2007 web page Working with Project Folders Create folders to store your files for a project in an organized manner Main folder in (Win XP) My Computer

More information

Oracle Planning and Budgeting Cloud

Oracle Planning and Budgeting Cloud Oracle Planning and Budgeting Cloud July Update (16.07) Release Content Document July 2016 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE PLANNING AND BUDGETING CLOUD, JULY UPDATE... 4 ANNOUNCEMENTS...

More information

StreamSets Control Hub Installation Guide

StreamSets Control Hub Installation Guide StreamSets Control Hub Installation Guide Version 3.2.1 2018, StreamSets, Inc. All rights reserved. Table of Contents 2 Table of Contents Chapter 1: What's New...1 What's New in 3.2.1... 2 What's New in

More information

Office Applications II Lesson Objectives

Office Applications II Lesson Objectives Office Applications II Lesson Unit 1: MICROSOFT EXCEL SPREADSHEETS BASICS What is a Spreadsheet and What Are Its Uses? Define spreadsheets Define the Microsoft Excel application List business, consumer,

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

Release notes for version 2.8.1

Release notes for version 2.8.1 Release notes for version 2.8.1 This release is a cumulative update for patches 2.8.0.x with a few new transformations and functions. What s new New transformations Pivot transformation creates a matrix

More information

INTRODUCTION ACCESS 2010

INTRODUCTION ACCESS 2010 INTRODUCTION ACCESS 2010 Overview of Ms. Access 2010 Microsoft Access is a computer application used to create and manage databases. Access Databases can store any type of information: numbers, text, and

More information

Oracle Enterprise Performance Management. System. User Security Administration Guide.

Oracle Enterprise Performance Management. System. User Security Administration Guide. Oracle Enterprise Performance Management System User Security Administration Guide Oracle Enterprise Performance Management. System. User Security Administration Guide. Release 11.1.2.3. Updated: August

More information

Excel Vba Manually Update Links On Open File Ignore

Excel Vba Manually Update Links On Open File Ignore Excel Vba Manually Update Links On Open File Ignore Programming Excel with VBA.NET. Search in book The file to open. UpdateLinks. One of these If the workbook requires a password, this is the password

More information

Getting Started Guide. Sage MAS Intelligence 500

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

More information