XBRL SOFTWARE REQUIREMENTS
|
|
|
- Michael Brooks
- 9 years ago
- Views:
Transcription
1 XBRL SOFTWARE REQUIREMENTS Considerations for Development of XBRL Taxonomy Editor and Instance Document Creator Software May 2003 AICPA XBRL Implementation Task Force
2 AICPA XBRL Implementation Task Force: Members: American Institute of Certified Public Accountants (AICPA) Ernst & Young LLP (Ernst & Young) KPMG LLP (KPMG) PricewaterhouseCoopers LLP (PwC) Chair: Paul Penler, Principal, Ernst & Young LLP Contact: Jeff Naumann, AICPA, The XBRL Software Requirements Guide was developed by the members of the AICPA XBRL Implementation Task Force to benefit software developers who are incorporating XBRL functionality into their products. The non-authoritative requirements in this Guide offer alternatives that software developers can choose from and then modify, as necessary, to meet their needs. They are not intended to establish standards or preferred practices. Copyright 2003 by American Institute of Certified Public Accountants, Inc. New York, NY
3 Table of Contents Introduction 3 Taxonomy Editor Requirements 3 Minimum Requirements (Must Have) 3 Suggested Requirements (Nice to Have) 5 Optional Requirements 7 Instance Document Creator Requirements 8 Types of Instance Document Creators Used 8 Minimum Requirements (Must Have) 9 Suggested Requirements (Nice to Have) 10 Optional Requirements 12 Additional Findings 12 Description of Process Improvement Tool(s) 12 Instance Document Creator/Taxonomy Editor 13 Automatic Instance Document Creator/Editor 13 Conclusion and Wrap Up 14
4 Introduction This document is being provided as a summary to the software industry of the findings from the XBRL Implementation Task Force. The XBRL Implementation Task Force was sponsored by the AICPA and involved the professional services firms of Ernst & Young LLP, KPMG LLP and PriceWaterhouseCoopers LLP. The task force s project goal was to exercise the entire process of creating instance documents from full financial statements. Each audit firm selected clients and obtained full financial statements from those clients. Auditors from each firm mapped every fact in the statements to the US-GAAP-CI taxonomy and noted facts that did not fit. Company specific extension taxonomies were created using the information regarding the facts that did not match concepts in the US GAAP CI taxonomy. It was also decided to create a taxonomy for tagging the notes to the financial statement with greater detail than the US GAAP CI taxonomy allowed. The task force then used the US GAAP CI taxonomy, the extension taxonomies and the mapping information to create the instance documents for each company. The types of software used in this project were XBRL taxonomy editors and instance document creators. There was strong support from all vendors that participated and from the experiences of this project came a set of general requirements for these two types of XBRL software. Taxonomy Editor Requirements The XBRL Implementation Task Force project required the creation of extension taxonomies to fully represent the financial statements of the selected companies. However this document also includes the requirements that would be necessary for the creation of the base taxonomies. Minimum Requirements (Must Have) The Minimum Requirements is a suggested list of requirements necessary to create a successful XBRL taxonomy editor. This is not meant to be an exhaustive list, but a helpful collection of the requirements the project identified as being essential for an XBRL taxonomy editor. TE NR1. TE NR2. TE NR3. TE NR4. TE NR5. TE NR6. Must create a valid XML Schema File that adheres to the XML Schema definition schema as well as the XBRL definition schema. Must create valid linkbases for Label, Presentation, Calculation, Reference, and Definition. The linkbases must use the correct syntax for XLink and must have valid XPointer locations. (Future tools will need to create Rulebase and Versioning linkbases, when the specifications for these linkbases are finalized.) All links created should have all attributes that have been defined in the XBRL linkbase schema, including priority. All link attributes should be editable; however, attributes that typically would not be changed by a user should be hard to intentionally change. Must use XML Schema import feature to allow imported taxonomies. Must have the ability to create elements with all available data types defined in the XBRL schema. Must have the ability to create abstract elements. 3
5 TE NR7. TE NR8. TE NR9. TE NR10. TE NR11. TE NR12. TE NR13. TE NR14. TE NR15. TE NR16. TE NR17. TE NR18. TE NR19. TE NR20. TE NR21. TE NR22. TE NR23. TE NR24. TE NR25. TE NR26. TE NR27. TE NR28. Must have the ability to create tuples and tuple contents. Must have the ability to denote balance type (Debit, Credit, None) for items. Must have the ability to create, edit, delete and override labels. Must have the ability to create and edit element names. Must have the ability to specify different languages and roles for label links. Must have the ability to create multiple label roles. Must have the ability to view and edit element descriptions and include those descriptions in the documentation element under annotation for the element. Ability to create dimension-element links, often referred to as Same-As links. Ability to create new link types as defined by XBRL 2.1. Must include the ability to create enumerations. Must include the ability to customize the fields for the reference linkbase. In other words, define the breakdown for and then view and edit reference links, and maintain multiple reference links for each element. Must be able to add, change and delete calculation weights and hierarchical relationships for Calculation links. Must be able to set, change and delete presentation order and hierarchical relationships on Presentation links. Must be able to prohibit any link in all linkbases. Should visually display that prohibited links have been prohibited. This means that the tool must differentiate between the taxonomy being worked on specifically and imported taxonomies. Must have the ability to create and edit the namespace and namespace identifier for the taxonomy. Also should be able to create and edit the names used for all saved files. Must have the ability to search the elements both by element name and by label. The label search should search all label roles, not only the standard label role. Must have the ability to update a taxonomy from a previous version of the XBRL specification to a new version as they are released. For example, if a taxonomy is created using the latest specification (2.0a) and then a new version comes out, the tool should be able to automatically update it to the new specification. Must have the ability to choose a default label role to work with. Must include basic reporting. Must include help documentation or a detailed user manual. Must be able to open a valid XBRL taxonomy including linkbases, from other vendor tools, as well as from its own output. A valid taxonomy may not have certain linkbases, so a tool should not error if an expected linkbase is not referenced in the schema or included. Must have validation for schema and linkbases on save and on load/import. Must be mostly self-installing. 4
6 TE NR29. TE NR30. Must have acceptable processing time. This is necessary for an optimal user experience and efficiency. Must have a reasonable footprint on the users machines. Can not require tremendous amounts of memory. Suggested Requirements (Nice to Have) The Suggested Requirements are recommended to be a part of a user friendly or superior taxonomy editor. These are not necessary for a taxonomy editor to be functional; however, these requirements are highly recommended for successful taxonomy software. TE SR1. TE SR2. TE SR3. TE SR4. TE SR5. TE SR6. TE SR7. TE SR8. TE SR9. TE SR10. TE SR11. TE SR12. TE SR13. TE SR14. Need a feature that imports a list of new elements and related information from Excel, CSV or other formats. The import should allow all properties of a new element to be input at once. All possible linkbase information should also be included (labels or references for example). Ability to create links for multiple linkbases at one time, or to specify to only create a link for one linkbase at a time. Would need a way to choose which linkbases automatically get created and which don t. Ability to easily set the properties of links on link creation. For example: label role, calculation weights, etc. Option to remove certain words from element names. This would eliminate a list of common words not usually intended to be in the element name (a, and, the). Automated creation (optional) of element names and ids from label entry. Copy or cut and paste of elements and linkbase items (presentation, calculation, labels). Should also be able to copy sections of hierarchies and paste within the same linkbase or add to another linkbase. Ability to rename a group of (or entire set of) element names based on certain criteria. An undo feature to allow a user to undo the last action. Would be more valuable if it could remember the last few actions. Include multi select actions for common actions such as editing properties. User chooses many elements at once and then performs the same action to all at once, instead of having to go through one by one. The search feature should find each instance of the element in a visual display of the linkbases. Ability to spell check element names, labels and documentation. Advanced functionality/user interface for creating new label roles (e.g. Use an existing role as the basis for a new role, display sortable flat list of labels side by side, etc) Ability to move elements from one schema file to another and update linkbases accordingly. This needs to be highly controlled so a user would not accidentally use this feature. Ability to sort and filter the list of elements on many different criteria. (i.e. item type, property values or linkbases.) Good visual display of linkbases. (Example: Collapsible tree view for presentation links.) 5
7 TE SR15. TE SR16. TE SR17. TE SR18. TE SR19. TE SR20. TE SR21. TE SR22. Intuitive user interface with easy to access features. Examples include floating toolbars or right click menus. Ability to view or not to view prohibited links in the visual display of the linkbases. Ability to see the namespace prefix with each element, or an equivalent way to easily differentiate between namespaces and determine what namespace an element is from. Ability to change the ordering for the listing of elements. Users might have different preferences or different needs. Ability to see parent-child relationships for the current element selected in the tool. For example, a user selects an element name and they should be able to see all of the parentchild relationships in the different linkbases (presentation, calculation, definition). Should also be able to see labels and reference links. Should visually see the difference between different element types (Item, abstract, tuple). Ability to visually notify the user that elements are not included in a linkbase. An XML view that displays the schema and linkbases from within the tool. TE SR23. Advanced user interface for working with complex relationships (e.g. table view Statement of Equity). A tree view is not sufficient for working with multi-dimensional relationships. TE SR24. TE SR25. TE SR26. TE SR27. TE SR28. TE SR29. TE SR30. TE SR31. TE SR32. TE SR33. TE SR34. Ability for a user interface to display an alternate label if there is no entry for the default label role chosen. Option to view a taxonomy with imported elements with or without imported elements. Ability to view/report all elements with no documentation. Ability to view/report all elements with missing labels for a particular role. Suitable reporting to display all items, all properties, all linkbases, sorts, filters, etc. Ability to choose whether or not to see prohibited links in certain reports. Notification in a report that elements appear multiple times in a linkbase (i.e. an element is a child of multiple elements in a visual hierarchy of the linkbase; therefore it would appear in the hierarchy multiple times). For example, a flag is present next to an element to alert a user that the same element is shown in the linkbase multiple times. This will assist someone mapping data to XBRL elements. Shareable HTML or Excel hierarchical view of taxonomies for taxonomy review by less technical folk. UML like view for more technical types. Option to check elements not to print. For example, some elements might have been inserted into the taxonomy as headers and a user might not want those items to appear in a report. A toggle switch for all elements would be handy a user could turn items on/off for printing. Ability to fix non-fatal errors on loading a taxonomy or on saving a taxonomy. Trap errors and allow a user to fix each error in a logical manner. Validation on user input as it is entered. For example, if a user types in a non-valid XML character in the element name, the tool should catch this at the time of entry. 6
8 TE SR35. TE SR36. Ability to validate certain logical taxonomy relationships and flag for user follow-up (e.g. calculation links on string items, calculation arcs with weights of zero, calculations between different data types, etc.) Fast processing time. No lag time on user actions, minimal wait on loading and saving taxonomies. Optional Requirements Items in the Optional Requirements list are intended to be extra features or requirements that could be useful for certain cases or that might not be necessary for all taxonomy software. TE AR1. TE AR2. TE AR3. TE AR4. TE AR5. TE AR6. TE AR7. TE AR8. TE AR9. TE AR10. TE AR11. TE AR12. TE AR13. TE AR14. Wizards to lead designers through steps of taxonomy creation process. Full XML Schema savvy to do restrictions, create complextypes. All on screen labels external to the programming so they can easily be changed to other languages. (Globalization) Password protection and audit trail of changes. Auto-save of work in process. Report designer feature, to allow a user to completely design reports. Integration with Instance Document creation and mapping tools. (See Instance Document Creator/Taxonomy Editor under Additional Findings.) Instance creation template automatically created from taxonomy tool. Integration with XML database/repository for library functions, version control. Web service access to taxonomies embedded in system/repository. Vendor service to catalogue taxonomies available around the world for easy access and reuse. Optional internal database for files to go with direct access to schemas to allow for protection of taxonomies in process. Tools to assist in taxonomy collaboration work flow, including reporting on status, element level notes and comments, and more. Tools to assist in comparing a new version of a taxonomy with a prior version; especially necessary if a custom taxonomy has been built on top of a standard taxonomy and the standard taxonomy has been corrected/updated. 7
9 Instance Document Creator Requirements Types of Instance Document Creators Used There are many types of instance document creators available and many more are being developed that will be released in the near future. The main categories of instance document creators are: 1. Stand alone instance document creators Software specifically geared towards manually entering data into a format that creates an XBRL instance document. a. Caseware (Usually not used as a Stand alone ; however, that is how it was used in this project.) b. Corel XMetaL c. Fujitsu d. Semansys 2. ERP and General Ledger type instance document creators This is generally a reporting feature of an ERP product that allows fields to be mapped to the elements in a taxonomy. a. SAP b. PeopleSoft 3. Database-type instance document creators This type is typically used to map a database to a schema and create instance documents. a. Software AG b. IWAY Stand alone instance document creators are not usually tied into a database. They are tools that you manually enter data into. The data is placed in fields that are mapped to a taxonomy you have loaded into the instance document creator. The fields are usually grouped in some manner to denote the context they are related to. The software user also creates the necessary contexts to be used. ERP and General Ledger type instance document creators are typically an extension of the reporting capabilities of an ERP system, such as SAP. A mapping is predefined between the reporting fields in your ERP system and the elements in an XBRL taxonomy. When the user is ready to create the instance document, they choose an option to print XBRL or save XBRL. This action creates an instance document using the mapping previously created. Database-type instance document creators allow the mapping of a relational database, or other data source, to an XBRL taxonomy. The function is then very similar to the ERP system process. After a mapping is created, a user can automatically create instance documents or create schedules to automatically generate instance documents at certain times. 8
10 Minimum Requirements (Must Have) The Minimum Requirements are the minimal requirements necessary to compose a successful XBRL instance document creator. This is not meant to be an exhaustive list, but a helpful collection of the requirements the project identified as being essential for an XBRL instance document creator. ID NR 1. ID NR 2. Create a valid XBRL instance document that is compliant with the latest XBRL specification. Ability to create and associate contexts with each value or establish columns of context against which to enter data. Contexts should be fully configurable by the user. Need to allow the user to set the following items: 1. Context Attributes: ID (must be valid XML element name),, Precision, CWA 2. Numeric Context sub elements: <Unit> with sub element <Measure> that holds the unit of measurement with optional dual measurements with operators. 3. All contexts sub elements: <Entity>, sub element <Identifier> with attribute Scheme, Sub element <Segment>, Optional sub element <Scenario>.<Period> with available sub elements of <StartDate>, <EndDate>, <Duration>, <Instant> and <Forever>. 4. For more detail, see XBRL specification 2.0 or 2.0 a. ID NR 3. ID NR 4. ID NR 5. ID NR 6. ID NR 7. ID NR 8. ID NR 9. ID NR 10. ID NR 11. ID NR 12. ID NR 13. ID NR 14. Ability to handle tuples (multiple, record oriented instances of the same sets of elements with different content). Ability to create footnotes as defined in the Specification. The instance creator tool needs to be able to read the enumerations and aid the user by suggesting and limiting entries to those enumerated values. The user interface must help the user by warning of illegal characters, such as &,,, < and >. Ability to choose the taxonomy files to use for creating an instance document. Tool should automatically import all taxonomies imported in the chosen taxonomies. Ability to search element labels, element names, definitions and data. Drag and drop of individual taxonomy elements or groupings of elements from a separate hierarchical view; use standard windows techniques (Ctrl_shift, Ctrl Click) to pick ranges or multiple elements to bring into instance. Instance document creation tools should provide for the ability to include (display) or exclude (hide) values in an instance document that were reported in their originally formatted source as zero or empty. Ability to create standard templates for manual or automated entry. Ability to reorder and remove elements from instance creation screen with Are you sure? protection. Ability to view and print a completed instance document as XML and a more readable format. Ability to view taxonomy elements by linkbase hierarchies (presentation, calculation or definition) or alphabetically with namespace identification; with mouseover or another tool to view definition in documentation or references from reference links. 9
11 ID NR 15. ID NR 16. ID NR 17. ID NR 18. ID NR 19. ID NR 20. Software should provide for the ability to display balance (debit/credit) and weight information from the calculation linkbase, in order to give guidance when determining values as positives or negatives in instance documents. This option should display the weight information in an easily viewable location. Ability to display link base information. (Labels, presentation hierarchy, calculation hierarchy, definition hierarchy) Ability to view definitions/documentation of the elements. Ability to view labels or element names. Should be able to specify label role and language. Tools must be able to import/open a valid XBRL instance document. Validation of tagged data (instance document). 1. Well-formed XML 2. Valid XML 3. Valid XBRL ID NR 21. ID NR 22. ID NR 23. Must validate all entered data on save and open. This would check the data entered against the data type for the tagged element and for the context entered. Must have a reasonable footprint on the users machines. Can not require tremendous amounts of memory. Must have acceptable processing time. This is necessary for an optimal user experience and efficiency. Suggested Requirements (Nice to Have) The Suggested Requirements are provided as a recommendation for useful, user friendly or superior instance document creators. These are not necessary for an instance document creator to be functional, however; these requirements are highly recommended. ID SR 1. ID SR 2. ID SR 3. ID SR 4. ID SR 5. ID SR 6. ID SR 7. ID SR 8. Ability to accept drag and drop data. Ability to embed XML comments in the instance document related to each element or as a whole. Table view (like XML Spy) for entering tuple/table information. Excel/Access like entry columns/tables for easier copy/paste of multiple rows of information. Ability to drag and drop sections from existing instance documents for reuse in other documents. Ability to import (PDF, Word or Excel etc.) documents directly into the ID creator for tagging. Create mappings from spreadsheets and databases to taxonomies/templates for automated instance creation. Ability to tag non-contiguous data tables with different contexts. When importing source data in an existing table format as text into the instance document creation tool it becomes necessary to tag specific combinations of columns from the source table into different contexts. An example from a financial statement would be the Cash Flows section. 10
12 ID SR 9. ID SR 10. ID SR 11. ID SR 12. ID SR 13. ID SR 14. ID SR 15. ID SR 16. ID SR 17. ID SR 18. ID SR 19. ID SR 20. ID SR 21. ID SR 22. Ability to map the same data value to multiple elements in the same taxonomy as well as elements in multiple taxonomies. Ability to highlight specific text within a given portion of tagged textual data and allow for its detailed tagging. For example, if a paragraph is imported into the tool, a user should have the ability to select different portions of the text to uniquely tag. This would allow for the detail tagging of a portion of a larger section of tagged data. Ability to scale individual pieces of data with a specific number of zeros for required reporting of data (e.g. Millions, Hundreds of Thousands etc) in an instance document. For example, select the Balance Sheet and specify that when the instance document is created, the numbers that were entered into the Balance Sheet should have three zeros added to them. This way, if a financial statement says all values are in millions, all the extra zeros do not have to be typed into the tool. Timed backups. Indication that an element is a dimension-element and ability to automatically create mappings of data to or copy data to other elements. Should maintain and expose a user library of Units of Measure, Languages, Scenarios, Identifiers (Entity, Segments) for consistent entry in an organization. Ability to view the instance document in an XML View. Also, should be able to edit the XBRL directly in this view. Ability to render a presentation of a completed instance document. Internal tools for maintaining segments and reporting hierarchies. Useful error handling on saving and on loading an instance document. Trap non-fatal errors and allow the user to correct them in a simple manner. Ability to validate dimension-element ( Same-As ) links and make sure the values match in the instance document. Promote correct entry of data through guidance from data types, context hints (UoM). Integration between taxonomy tool, mapping tool, instance document creation tool, and a scripting language to automate tasks. Ability to choose elements to validate using calculation links. A user might want to check that values in a financial statement foot. It would be conceivable that all the financial facts are not provided using the defined calculation links, so a user would have to choose which items should be summing up. 11
13 Optional Requirements The Optional Requirements contains extra features identified by the XBRL Implementation Task Force that might be useful in certain cases; however, they are not necessary for all instance document creation software. ID AR 1. ID AR 2. ID AR 3. ID AR 4. ID AR 5. ID AR 6. ID AR 7. ID AR 8. ID AR 9. ID AR 10. ID AR 11. Automated creation of Numeric and NonNumeric contexts from type of information entered. Wizards to assist in identifying taxonomies, creating contexts, and entering data. All on screen labels external to the programming so they can easily be changed to other languages. (Globalization) Ability to roll forward a prior period or year instance, where current period entries become prior period entries and blank spaces await current period entries. Library functionality, security and audit trails of creation and changes. Audit tools that check Dimension-Elements/Same-As for discrepancies; that check sub-totals against the totals of children, and other tests; that check stock-flow links and checks the change in stock items and sees if it matches the content of the flow item, etc. Instant feedback mechanism for high level entry process; what has been entered/mapped, and what hasn t? Do Assets=Liabilities + Equity? Do Debits=Credits (and should they?) Integration with repository for storage, workflow, protection. Web services enabled access, query, indexing. Ability to run as an add-in to XML Spy so creators of other XML documents can include XBRL instance documents as data islands in their documents. Collaborative, group creation process tools. Additional Findings Description of Process Improvement Tool(s) As the task force used the different types of tools, the consensus among the users was that an ideal tool should be a combination of the different types. An example is an instance document creator that allows a user to add new elements to taxonomies and create extension taxonomies. Another example is an instance document creator that is also a rendering tool. The experiences with the software also lead to the idea of having an automated instance document creation tool. The requirements in this section are meant to be a general guideline for process improvement using tools and combining features from different types of software. The type of instance document creator being referred to is the same as in the instance document creator section, a stand alone software package. 12
14 Instance Document Creator/Taxonomy Editor This software would combine a full function instance document creator along with a taxonomy editor. The result would be a vast improvement for the creation process. This combination would allow a user to create both outputs in the same tool resulting in large amounts of time being saved. The base requirements below should be used in conjunction with the detail requirements listed in the respective sections for instance document creators and taxonomy editors. 1. Completely functional instance document creator (See section on instance document creator requirements.) 2. A full or lite version of a taxonomy editor. This should be a simple and intuitive add-in to the instance document creation tool. (i.e. Easier to use and should appear as a natural extension of the main user interface.) 3. Able to view the taxonomy by any of the three hierarchical linkbases (Presentation, Calculation or Definition). 4. Ability to add or create extension elements (items, abstract and tuples). 5. Ability to add or change presentation and definition linkbase orders. 6. Ability to add or change the calculation weights and parent-child relationships. 7. Ability to prohibit links. 8. Ability to add overriding labels. 9. Ability to add reference links. 10. Ability to create and validate Same As links. 11. Ability to choose XBRL taxonomies to import. 12. Validation of XBRL instance document, XML Schema and linkbases. 13. Useful and comprehensive reporting. Automatic Instance Document Creator/Editor A software product that is able to load in a formatted document (PDF, RTF, etc) and automatically tag the data using a selected taxonomy could dramatically reduce the amount of time needed during the tagging process. The automatic processing would have to be highly accurate and also allow the user to easily review and overrule the suggested tagging. The simple requirements for the artificial intelligence instance document creator are listed below. These requirements are meant to be a layer on top of the instance document creator requirements and ultimately build upon the instance document creator / taxonomy editor proposed requirements. 1. Able to load a formatted document and display in a similar way. For example load a PDF document and display in a manner similar to the layout of the PDF. 2. Automatically process all of the document or sections of the document and assign tags to the data based on a database of synonyms. 3. Easily review the tags assigned to each piece of data and change the tag. Could also have the ability to tag entire rows with the same element. 4. Generate a list of close matches for each piece of data that a user could choose from during their review. 5. Manually tag any piece of data that the software was unable to match to any elements. This should allow the user to tag anything in the rendered document. 13
15 6. Automatically create contexts based on the data type and any date information available in the document. 7. Easily review the contexts with associated data the contexts are associated with. Should have the ability to easily change each instance of the context or select an entire column and choose the context as well as edit the context properties. 8. Ability to select sections of the document and specify scale factor. (The number of zeros the software should add when the instance document is created.) 9. (Nice to have) Automatically create an extension presentation linkbase using the order and hierarchy of the document that was imported and tagged. 10. (Nice to have) Automatically create label overrides to match the labels used in the imported document. 11. (Nice to have) Automatically read calculation linkbase and do the following: Conclusion and Wrap Up The XBRL Implementation Task Force project was a great opportunity to exercise many different XBRL software tools. The findings concluded that there are many XBRL tools available that are able to create XBRL taxonomies and instance documents, however; there is much room for improvements and new innovations to the tools. Hopefully, the experience gained and the feedback given from this project will both inspire growth in existing tools and assist new tool creation. 14
16
Business Insight Report Authoring Getting Started Guide
Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,
Toad for Data Analysts, Tips n Tricks
Toad for Data Analysts, Tips n Tricks or Things Everyone Should Know about TDA Just what is Toad for Data Analysts? Toad is a brand at Quest. We have several tools that have been built explicitly for developers
Welcome to the topic on Master Data and Documents.
Welcome to the topic on Master Data and Documents. In this topic, we will look at master data in SAP Business One. After this session you will be able to view a customer record to explain the concept of
Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide
Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence
for Sage 100 ERP Business Insights Overview Document
for Sage 100 ERP Business Insights Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered
Logi Ad Hoc Reporting System Administration Guide
Logi Ad Hoc Reporting System Administration Guide Version 11.2 Last Updated: March 2014 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...
Chapter 19: XML. Working with XML. About XML
504 Chapter 19: XML Adobe InDesign CS3 is one of many applications that can produce and use XML. After you tag content in an InDesign file, you save and export the file as XML so that it can be repurposed
How to Create a Custom TracDat Report With the Ad Hoc Reporting Tool
TracDat Version 4 User Reference Guide Ad Hoc Reporting Tool This reference guide is intended for TracDat users with access to the Ad Hoc Reporting Tool. This reporting tool allows the user to create custom
IBM Unica Leads Version 8 Release 6 May 25, 2012. User Guide
IBM Unica Leads Version 8 Release 6 May 25, 2012 User Guide Note Before using this information and the product it supports, read the information in Notices on page 33. This edition applies to version 8,
EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002
EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables
Estimating and Vendor Quotes An Estimating and Vendor Quote Workflow Guide
Estimating and Vendor Quotes An Estimating and Vendor Quote Workflow Guide Production Estimating What can it do for you? Estimate Usage The Estimating application is used to prepare quotes for production
COGNOS Query Studio Ad Hoc Reporting
COGNOS Query Studio Ad Hoc Reporting Copyright 2008, the California Institute of Technology. All rights reserved. This documentation contains proprietary information of the California Institute of Technology
IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide
IBM Unica emessage Version 8 Release 6 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 403. This edition applies to
What's New In DITA CMS 4.0
What's New In DITA CMS 4.0 WWW.IXIASOFT.COM / DITACMS v. 4.0 / Copyright 2014 IXIASOFT Technologies. All rights reserved. Last revised: December 11, 2014 Table of contents 3 Table of contents Chapter
Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5.
1 2 3 4 Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. It replaces the previous tools Database Manager GUI and SQL Studio from SAP MaxDB version 7.7 onwards
Query. Training and Participation Guide Financials 9.2
Query Training and Participation Guide Financials 9.2 Contents Overview... 4 Objectives... 5 Types of Queries... 6 Query Terminology... 6 Roles and Security... 7 Choosing a Reporting Tool... 8 Working
Terms and Definitions for CMS Administrators, Architects, and Developers
Sitecore CMS 6 Glossary Rev. 081028 Sitecore CMS 6 Glossary Terms and Definitions for CMS Administrators, Architects, and Developers Table of Contents Chapter 1 Introduction... 3 1.1 Glossary... 4 Page
ELOQUA INSIGHT Reporter User Guide
ELOQUA INSIGHT Reporter User Guide Copyright 2012 Eloqua Corporation. All rights reserved. July 2012 revision. Table of Contents Preface... 5 Introduction toeloqua Insight Business Intelligence... 6 Introduction
TheFinancialEdge. Records Guide for General Ledger
TheFinancialEdge Records Guide for General Ledger 061015 2015 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,
Microsoft Office 2010: Access 2010, Excel 2010, Lync 2010 learning assets
Microsoft Office 2010: Access 2010, Excel 2010, Lync 2010 learning assets Simply type the id# in the search mechanism of ACS Skills Online to access the learning assets outlined below. Titles Microsoft
ORACLE BUSINESS INTELLIGENCE WORKSHOP
ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business
Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...
2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17
MODULE 2: SMARTLIST, REPORTS AND INQUIRIES
MODULE 2: SMARTLIST, REPORTS AND INQUIRIES Module Overview SmartLists are used to access accounting data. Information, such as customer and vendor records can be accessed from key tables. The SmartList
Working With Templates in Web Publisher. Contributed by Paul O Mahony Developer Program
Working With Templates in Web Publisher Contributed by Paul O Mahony Developer Program Overview... 3 Template Options... 3 Web Publisher Editor Templates... 3 Advanced Content Editor... 3 ewebeditpro +
Jet Data Manager 2012 User Guide
Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform
Sage Intelligence Reporting. Microsoft FRx to Sage Intelligence Report Designer Add-In Conversion Guide. Sage 100 ERP
Sage Intelligence Reporting Microsoft FRx to Sage Intelligence Report Designer Add-In Conversion Guide Sage 100 ERP The software described in this document is protected by copyright, and may not be copied
DIIMS Records Classifier Guide
DIIMS Records Classifier Guide Featuring Content Server 10 Second Edition, November 2012 Table of Contents Contents 1. DIIMS Overview... 3 1.1 An Overview of DIIMS within the GNWT... 3 1.1.1 Purpose of
Data Access Studio User Manual
Data Access Studio User Manual Table Of Contents Overview... 1 User Guide Structure... 2 ReportsNow Company Information... 3 Office Locations... 3 Trademarks... 3 Getting Started... 4 Sign into Data Access
How to Define Authorizations
SAP Business One How-To Guide PUBLIC How to Define Authorizations Applicable Release: SAP Business One 8.8 All Countries English September 2009 Table of Contents Introduction... 3 Authorizations Window...
COGNOS 8 Business Intelligence
COGNOS 8 Business Intelligence QUERY STUDIO USER GUIDE Query Studio is the reporting tool for creating simple queries and reports in Cognos 8, the Web-based reporting solution. In Query Studio, you can
ImageNow Report Library Catalog
ImageNow Report Library Catalog Business Insight Version: 6.6.x Written by: Product Documentation, R&D Date: February 2012 ImageNow and CaptureNow are registered trademarks of Perceptive Software, Inc.
Bitrix Site Manager 4.1. User Guide
Bitrix Site Manager 4.1 User Guide 2 Contents REGISTRATION AND AUTHORISATION...3 SITE SECTIONS...5 Creating a section...6 Changing the section properties...8 SITE PAGES...9 Creating a page...10 Editing
Mastering Mail Merge. 2 Parts to a Mail Merge. Mail Merge Mailings Ribbon. Mailings Create Envelopes or Labels
2 Parts to a Mail Merge 1. MS Word Document (Letter, Labels, Envelope, Name Badge, etc) 2. Data Source Excel Spreadsheet Access Database / query Other databases (SQL Server / Oracle) Type in New List Mail
Strategic Asset Tracking System User Guide
Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data
isupport 15 Release Notes
isupport 15 Release Notes This document includes new features, changes, and fixes in isupport v15. The Readme.txt file included with the download includes a list of known issues. New Features in isupport
Sage 300 ERP Intelligence Reporting Getting Started Guide. Debra Holder March 2014
Sage 300 ERP Intelligence Reporting Getting Started Guide Debra Holder March 2014 Table of Contents Introduction... 1 Who Should Read This Guide... 1 About Sage Intelligence Reporting... 1 Benefits of
Configuration Manager
After you have installed Unified Intelligent Contact Management (Unified ICM) and have it running, use the to view and update the configuration information in the Unified ICM database. The configuration
Web Intelligence User Guide
Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence
ORACLE BUSINESS INTELLIGENCE WORKSHOP
ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with
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.6. Much of the documentation also applies to the previous 1.2 series. For notes detailing
How To Create A Report In Excel
Table of Contents Overview... 1 Smartlists with Export Solutions... 2 Smartlist Builder/Excel Reporter... 3 Analysis Cubes... 4 MS Query... 7 SQL Reporting Services... 10 MS Dynamics GP Report Templates...
SECTION 5: Finalizing Your Workbook
SECTION 5: Finalizing Your Workbook In this section you will learn how to: Protect a workbook Protect a sheet Protect Excel files Unlock cells Use the document inspector Use the compatibility checker Mark
FreeForm Designer. Phone: +972-9-8309999 Fax: +972-9-8309998 POB 8792, Natanya, 42505 Israel www.autofont.com. Document2
FreeForm Designer FreeForm Designer enables designing smart forms based on industry-standard MS Word editing features. FreeForm Designer does not require any knowledge of or training in programming languages
How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com
Sage 500 ERP Intelligence Reporting Getting Started Guide 27.11.2012 Table of Contents 1.0 Getting started 3 2.0 Managing your reports 10 3.0 Defining report properties 18 4.0 Creating a simple PivotTable
About XML in InDesign
1 Adobe InDesign 2.0 Extensible Markup Language (XML) is a text file format that lets you reuse content text, table data, and graphics in a variety of applications and media. One advantage of using XML
Kaseya 2. Quick Start Guide. for VSA 6.3
Kaseya 2 Custom Reports Quick Start Guide for VSA 6.3 December 9, 2013 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULA as
SAP Disclosure Management Document Version: 10.0 SP08-2014-03-13. Report Builder Help
SAP Disclosure Management Document Version: 10.0 SP08-2014-03-13 Table of Contents 1 Getting Started... 5 1.1 Overview...5 1.2 Features....5 1.3 Compliance with XBRL Specifications...7 1.4 Intended Users....7
Access I 2010. Tables, Queries, Forms, Reports. Lourdes Day, Technology Specialist, FDLRS Sunrise
Access I 2010 Tables, Queries, Forms, Reports Lourdes Day, Technology Specialist, FDLRS Sunrise Objectives Participants will 1. create and edit a table 2. create queries with criteria 3. create and edit
Rational DOORS Next Generation. Quick Start Tutorial
Rational DOORS Next Generation Quick Start Tutorial 1 Contents 1. Introduction... 2 2. Terminology... 3 3. Project Area Preparation... 3 3.1 Creating the project area... 3 4 Browsing Artifacts and Modules...
TxDMV RTS Training Guide for Working with Cognos Reports
TxDMV RTS Training Guide for Working with Cognos Reports April, 2015 About This Guide This Training Guide introduces the implementation of the Cognos enterprise reporting tool for the TxDMV Registration
Microsoft Access 2010 handout
Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant
Salesforce Customer Portal Implementation Guide
Salesforce Customer Portal Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered
EZManage SQL Pro. Quick guide for installation and implementation
EZManage SQL Pro Quick guide for installation and implementation The purpose of this document is to guide you through the process of implementing EZManage SQL using SQL Server Databases. EZManage SQL is
Umbraco v4 Editors Manual
Umbraco v4 Editors Manual Produced by the Umbraco Community Umbraco // The Friendly CMS Contents 1 Introduction... 3 2 Getting Started with Umbraco... 4 2.1 Logging On... 4 2.2 The Edit Mode Interface...
User Guide. Chapter 1. SitePublish: Content Management System
User Guide Chapter 1 SitePublish: Content Management System Table of Contents About SharpSchool... 4 About this Guide... 4 Who Should Use this Guide... 4 About SitePublish... 5 Accessing your Website...
Building a Human Resources Portal Using Business Portal
Building a Human Resources Portal Using Business Portal Published: December 2005 For the latest information, please see http://mbs.microsoft.com/public/gponline Table of contents Introduction...1 What
PeopleSoft Query Training
PeopleSoft Query Training Overview Guide Tanya Harris & Alfred Karam Publish Date - 3/16/2011 Chapter: Introduction Table of Contents Introduction... 4 Navigation of Queries... 4 Query Manager... 6 Query
MS Access Lab 2. Topic: Tables
MS Access Lab 2 Topic: Tables Summary Introduction: Tables, Start to build a new database Creating Tables: Datasheet View, Design View Working with Data: Sorting, Filtering Help on Tables Introduction
SAP BusinessObjects Dashboards
SAP BusinessObjects Dashboards Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not subject to your license
Oracle Business Intelligence Server Administration Guide. Version 10.1.3.2 December 2006
Oracle Business Intelligence Server Administration Guide Version 10.1.3.2 December 2006 Part Number: B31770-01 Copyright 2006, Oracle. All rights reserved. The Programs (which include both the software
USER MANUAL (PRO-CURO LITE, PRO & ENT) [SUPPLIED FOR VERSION 3]
Pro-curo Software Ltd USER MANUAL (PRO-CURO LITE, PRO & ENT) [SUPPLIED FOR VERSION 3] CONTENTS Everyday use... 3 Logging on... 4 Main Screen... 5 Adding locations... 6 Working with locations... 7 Duplicate...
Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010
Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance
SAP Business Intelligence ( BI ) Financial and Budget Reporting. 7.0 Edition. (Best Seller At Least 43 copies Sold)
SAP Business Intelligence ( BI ) Financial and Budget Reporting 7.0 Edition (Best Seller At Least 43 copies Sold) November 2011 Table of Contents Log In... 3 Initial Variable Screen... 5 Multiple / Single
MAS 500 Intelligence Tips and Tricks Booklet Vol. 1
MAS 500 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...
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 Running, Copying and Pasting reports... 4 Creating and linking a report... 5 Auto e-mailing reports...
Qlik REST Connector Installation and User Guide
Qlik REST Connector Installation and User Guide Qlik REST Connector Version 1.0 Newton, Massachusetts, November 2015 Authored by QlikTech International AB Copyright QlikTech International AB 2015, All
Workplace Giving Guide
Workplace Giving Guide 042612 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,
Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and
Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and later User Guide Rev: 2013-02-01 Web Forms for Marketers 2.3 for Sitecore CMS 6.5 and later User Guide A practical guide to creating and managing web
Pastel Evolution BIC. Getting Started Guide
Pastel Evolution BIC Getting Started Guide Table of Contents System Requirements... 4 How it Works... 5 Getting Started Guide... 6 Standard Reports Available... 6 Accessing the Pastel Evolution (BIC) Reports...
REP200 Using Query Manager to Create Ad Hoc Queries
Using Query Manager to Create Ad Hoc Queries June 2013 Table of Contents USING QUERY MANAGER TO CREATE AD HOC QUERIES... 1 COURSE AUDIENCES AND PREREQUISITES...ERROR! BOOKMARK NOT DEFINED. LESSON 1: BASIC
Click to edit Master text styles. FA Web Ad Hoc Query. Second level. Third level. Fourth level Fifth level. Training Material. www.assetworks.
Click to edit Master text styles Second level Third level Fourth level Fifth level FA Web Ad Hoc Query Training Material Contents Navigation 3-6 Security 7-9 Field Options 10-15 Calculated Fields 11-12
BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005
BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without
Vector HelpDesk - Administrator s Guide
Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Configuring and Maintaining Vector HelpDesk version 5.6 Vector HelpDesk - Administrator s Guide Copyright Vector Networks
REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS
REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS 28-APRIL-2015 TABLE OF CONTENTS Select an item in the table of contents to go to that topic in the document. USE GET HELP NOW & FAQS... 1 SYSTEM
DataPA OpenAnalytics End User Training
DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics
Intellect Platform - Parent-Child relationship Basic Expense Management System - A103
Intellect Platform - Parent-Child relationship Basic Expense Management System - A103 Interneer, Inc. Updated 2/29/2012 Created by Erika Keresztyen Fahey 2 Parent-Child relationship - A103 - Basic Expense
Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102
Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System
Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access
Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS
BulkSMS Text Messenger Product Manual
BulkSMS Text Messenger Product Manual 1. Installing the software 1.1. Download the BulkSMS Text Messenger Go to www.bulksms.com and choose your country. process. Click on products on the top menu and select
Webropol 2.0 Manual. Updated 5.7.2012
Webropol 2.0 Manual Updated 5.7.2012 Contents 1. GLOSSARY... 2 1.1. Question types... 2 1.2. Software Glossary... 3 1.3. Survey Glossary... 3 1.4. Reporting Glossary... 5 1.5. MyWebropol Glossary... 5
Getting Started Guide SAGE ACCPAC INTELLIGENCE
Getting Started Guide SAGE ACCPAC INTELLIGENCE Table of Contents Introduction... 1 What is Sage Accpac Intelligence?... 1 What are the benefits of using Sage Accpac Intelligence?... 1 System Requirements...
Sitecore InDesign Connector 1.1
Sitecore Adaptive Print Studio Sitecore InDesign Connector 1.1 - User Manual, October 2, 2012 Sitecore InDesign Connector 1.1 User Manual Creating InDesign Documents with Sitecore CMS User Manual Page
SHAREPOINT 2010 FOUNDATION FOR END USERS
SHAREPOINT 2010 FOUNDATION FOR END USERS WWP Training Limited Page i SharePoint Foundation 2010 for End Users Fundamentals of SharePoint... 6 Accessing SharePoint Foundation 2010... 6 Logging in to your
Sitecore E-Commerce Cookbook
Sitecore E-Commerce Cookbook Rev: 2013-07-23 Sitecore E-Commerce Services 2.1 on CMS 7.0 Sitecore E-Commerce Cookbook A marketer's guide to Sitecore E-Commerce Services Sitecore E-Commerce Cookbook Table
Monthly Payroll to Finance Reconciliation Report: Access and Instructions
Monthly Payroll to Finance Reconciliation Report: Access and Instructions VCU Reporting Center... 2 Log in... 2 Open Folder... 3 Other Useful Information: Copying Sheets... 5 Creating Subtotals... 5 Outlining
Sage Abra SQL HRMS Reports. User Guide
Sage Abra SQL HRMS Reports User Guide 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks or trademarks
IAASB Main Agenda (June 2010) Agenda Item. April 28, 2009
Agenda Item 8-B Statement of Position 09-1 April 28, 2009 Performing Agreed-Upon Procedures Engagements That Address the Completeness, Accuracy, or Consistency of XBRL-Tagged Data Issued Under the Authority
Microsoft Visual Studio Integration Guide
Microsoft Visual Studio Integration Guide MKS provides a number of integrations for Integrated Development Environments (IDEs). IDE integrations allow you to access MKS Integrity s workflow and configuration
Release Document Version: 1.4-2013-05-30. User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office
Release Document Version: 1.4-2013-05-30 User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Table of Contents 1 About this guide....6 1.1 Who should read this guide?....6 1.2 User profiles....6
Microsoft Access 2010 Part 1: Introduction to Access
CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3
Sage 500 ERP (7.4) Business Intelligence
Sage 500 ERP (7.4) Business Intelligence Release Notes for Product Update 3 Sage 500 Business Intelligence (7.4) Product update 3 The software described in this document is protected by copyright, and
Dell KACE K1000 Management Appliance. Asset Management Guide. Release 5.3. Revision Date: May 13, 2011
Dell KACE K1000 Management Appliance Asset Management Guide Release 5.3 Revision Date: May 13, 2011 2004-2011 Dell, Inc. All rights reserved. Information concerning third-party copyrights and agreements,
Advanced Excel Charts : Tables : Pivots : Macros
Advanced Excel Charts : Tables : Pivots : Macros Charts In Excel, charts are a great way to visualize your data. However, it is always good to remember some charts are not meant to display particular types
CHAPTER 6: ANALYZE MICROSOFT DYNAMICS NAV 5.0 DATA IN MICROSOFT EXCEL
Chapter 6: Analyze Microsoft Dynamics NAV 5.0 Data in Microsoft Excel CHAPTER 6: ANALYZE MICROSOFT DYNAMICS NAV 5.0 DATA IN MICROSOFT EXCEL Objectives The objectives are: Explain the process of exporting
Embedded BI made easy
June, 2015 1 Embedded BI made easy DashXML makes it easy for developers to embed highly customized reports and analytics into applications. DashXML is a fast and flexible framework that exposes Yellowfin
Writer Guide. Chapter 15 Using Forms in Writer
Writer Guide Chapter 15 Using Forms in Writer Copyright This document is Copyright 2005 2008 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the
Tips and Tricks SAGE ACCPAC INTELLIGENCE
Tips and Tricks SAGE ACCPAC INTELLIGENCE 1 Table of Contents Auto e-mailing reports... 4 Automatically Running Macros... 7 Creating new Macros from Excel... 8 Compact Metadata Functionality... 9 Copying,
email-lead Grabber Business 2010 User Guide
email-lead Grabber Business 2010 User Guide Copyright and Trademark Information in this documentation is subject to change without notice. The software described in this manual is furnished under a license
Technical White Paper. Automating the Generation and Secure Distribution of Excel Reports
Technical White Paper Automating the Generation and Secure Distribution of Excel Reports Table of Contents Introduction...3 Creating Spreadsheet Reports: A Cumbersome and Manual Process...3 Distributing
Building A Very Simple Web Site
Sitecore CMS 6.2 Building A Very Simple Web Site Rev 100601 Sitecore CMS 6. 2 Building A Very Simple Web Site A Self-Study Guide for Developers Table of Contents Chapter 1 Introduction... 3 Chapter 2 Building
