Sample Data. Sample Data APPENDIX A. Downloading the Sample Data. Images. Sample Databases

Size: px
Start display at page:

Download "Sample Data. Sample Data APPENDIX A. Downloading the Sample Data. Images. Sample Databases"

Transcription

1 APPENDIX A Sample Data Sample Data If you wish to follow the examples used in this book and I hope you will you will need some sample data to work with. All the files referenced in this book are available for download and can easily be installed on your local PC. This appendix explains where to obtain the sample files, how to install them, and what they are used for. Downloading the Sample Data The sample files used in this book are currently available on the Apress site. You can access them as follows: 1. In your web browser, navigate to the following URL 2. Scroll down the page and click on the tab Source Code/Downloads. 3. Click the link Download Now, and choose a directory where you will save the file PowerBiDesktopSamples.zip. You will then need to extract the files and directories from the zip file. How you do this will depend on which software you are using to handle zipped files. If you are not using any third party software, then one way to do this is Images 1. Create a directory named C:\ PowerBiDesktopSamples. 2. In the Windows Explorer navigation pane, click on the file PowerBiDesktopSamples.zip. 3. Select all the files and folders that it contains. 4. Copy them to the folder that you created in step 1. The images used in Chapter 16 can be found in the directory C:\PowerBiDesktopSamples\Images. Sample Databases If you wish to load data from an SQL Server 2014 database or an Analysis Services database you will need to restore the sample SQL Server and Analysis Services databases that are in the C:\PowerBiDesktopSamples\ DatabaseBackups directory. Adam Aspin 2016 A. Aspin, Pro Power BI Desktop, DOI /

2 APPENDIX A SAMPLE DATA The CarSalesData database This database is available in the sample data as the file CarSalesData.Bak in the directory C:\ PowerBiDesktopSamples\DatabaseBackups. You will also need to create a directory for the database files. In the code below this is: C:\PowerBiDesktopSamples\Databases. Before you can load this database, you will need access to a functioning SQL Server database instance. If you need to, you can download and install the free SQL Server 2014 Express version. It is currently available at the following URL: mc_id=rss_alldownloads_devresources. Once installed, you will need to restore the database backup. To do this 1. Open SQL Server Management Studio Express. 2. Open a new query window by clicking New Query in the toolbar. 3. Run the following script. USE [master] RESTORE DATABASE [CarSalesData] FROM DISK = N'C:\HighImpactDataVisualizationWithPowerBI\Database\CarSalesData.bak' WITH FILE = 1, NOUNLOAD, STATS = 5,MOVE 'CarSalesData' TO 'C:\PowerBiDesktopSamples\ Database\CarSalesData_Data.mdf',MOVE 'CarSalesData_Log' TO 'C:\PowerBiDesktopSamples\ DatabaseCarSalesData_Log.ldf' GO The database will be restored, and can be used in the examples. The Analysis Services Database To restore the Analysis Services database you will first need a functioning SSAS instance. You can then restore the file CarSalesOLAP,abf or CarSalesTabular.abf (respectively the classic and tabular SSAS backup files for the sample data) using the standard SSAS database restoration techniques. 502

3 Index A Analysis Services database, 502 Appending data, 156 Applied Steps list, 84 Aster plots, 394 B Background images adding, 459 charts, 460 free-form images, 461 uses of, 459 Bubble charts, 352, 368 Bullet charts, 395 C Calculated columns, 138 Calendar popup, 414 CarSalesData database, 502 Charts, 333, 357 adjustments element sorting, repositioning charts, 342 resizing charts, 341 bar chart after resize, 334 creation, 334 Fields list, 335 in visualizations pane, 334 bubble charts, 352, 368 column charts, 338 deletion, 337 Donut charts, 344 drill down, 360 dual-axis charts, 355 line and stacked column chart, 356 list and clustered column chart, 355 enhancing charts, 361 aspect ratio, 367 axis modification, 365 chart background, 364 chart borders, 367 data colors, 365 data labels, legends, 361 titles, 363 funnel charts, 344 line charts, 339 modification, 337 multiple data values, 345 introductory line chart, 347 stacked bar chart, 347 pie charts, 339 scatter charts description, 350 flattened hierarchies, 351 stacked column and bar charts, 348 waterfall charts, 354 Cherry-pick techniques, 205 Chord chart, 399 Column charts, 338 CSV files, 44 definition, 46 Power BI Desktop file dialog, 45 Custom columns, 138 D Dashboard enhancement adding hyperlink, 454 adding text boxes, 451 deleting text boxes, 454 formatting text boxes, 452 images, 455 moving text boxes, 452 page background color, 454 removing hyperlink, 454 Adam Aspin 2016 A. Aspin, Pro Power BI Desktop, DOI /

4 Dashboard enhancement (cont.) shapes built-in shapes, 461 formatting, 462 pop-up, 462 removing, 465 standardizing, 465 visuals, 465 alignment, 467 distribution, 468 layering, 466 Data analysis, 267 date/time-based calculations, 267 time intelligence, 276 Data cleansing, 109 filling down, 123 full record view, 109 grouping records, 126 Power BI Desktop Query Editor context menus, 110 column content transformation, 115 data type changes, 111 data types detection, 113 first row as headers, 125 replacing values, 113 Data mashup appending data, 156 identical structures, 156 multiple text files, 157 custom columns, 138 data structures, 161 pivoting tables, 163 transposing rows and columns, 164 unpivoting tables, 161 duplicating columns, 133 extending datasets, index columns, 140 joining datasets, 131 merging columns, 137 merging data, 142 pending changes alert, 173 pivoting and unpivoting data, 131 Power BI Desktop Query Editor, 174 Power BI Desktop view ribbon, 132 query management, 168 add as new query, 171 duplicating queries, 171 enable data load, 172 enable data refresh, 172 grouping queries, 169 organizing queries, 169 referencing queries, 171 splitting columns, 133 transformation process, 164 adding a step, 167 altering process, 167 delete step, 166 error records, 168 modification, 165 removing errors, 168 rename, 165 sequencing, 167 Data modeling, Power BI Desktop, 176 Data modification, 79 Data transformation, 79 dataset shaping, 91 merging columns, 93 removing columns, 93 removing duplicate records, 99 removing records, 96 renaming columns, 91 reordering columns, 92 row order reversal, 101 sorting data, 100 filtering data, 101, 105 date and time ranges, 104 elements, 102 numeric ranges, 104 text ranges, 103 values, 101 power BI Desktop data transformation, 80 Date table CALENDAR() function, 281 to data model, 282 DateDimension table, 280 DAX formulas, 278 requirements, 277 Sort By columns, 280 Date/time-based calculations, 267 age of cars sold, 273 custom Date formats, 271 DATEDIFF() function, 274 date table creation, 277 DAX Date and Time functions, FORMAT() function, 271 intervals, 275 NOW() function, 273 PARALLELPERIOD() function, 296 Predefined Date formats, 272 rolling aggregations, 298 with PreviousYearSales measure, 291 with YearOnYearDelta measure, 293 with YearOnYearDeltaPercent measure, 295 YEAR() and MONTH() DAX functions, 268 DAX Comparison Operators, 228 DAX Logical Operators, 236 DAX Statistical Functions, 222 Delimiter Split,

5 Derived columns, 138 Donut charts, 344 Dual-axis charts, 355 line and stacked column chart, 356 list and clustered column chart, 355 E Extract, Transform, and Load (ETL), 35 Enterprise-grade relational databases, 53 database connection options, 56 databases, 58 security, 60 server, 56 SQL, 60 Microsoft SQL Database dialog, 53 Navigator dialog, 55 related group of tables, 55 SQL Server Database dialog access, 54 Excel file, 51 Extending datasets, 79 F, G Filled maps, 379 Filters, 401 advanced numeric filter options, 409 advanced text filters Basic filtering, 417 Clear Filter, 416 filter options, 417 to text field, 415 (All) filter field, 406 annotation techniques, 426 boolean data types, 414 bubble chart, 445 charts, 444 clearing filters, 407 date and time data types, 410 date and time filters, 411 date filter options, 414 filter hierarchy, 425 modification, 405 multiple filters, 419 numeric data types, 407 filter options, 409 logical filter options, 409 range-filter mode, 408 page-level filters, 419 precautions, 425 remove filters, 421 report-level filters, 420 visual-level filters, 402 Formula language, 205 Funnel charts, 344 H Highlighting in bubble charts, cross-chart, , 442 definition, 438 remove, 439 stacked bar chart of costs, Histograms chart, 398 I Images format, 459 independent, 457 navigation, 457 in Power BI Desktop, 455 remove, 458 report backgrounds, 459 resize, 458 scaling, 459 sources, 456 Index columns, 140 J, K Joining datasets, 79 L Line charts, 339 M, N, O Map visuals bing maps, 372 types, 371 Measures, data model, 239, 266 advanced aggregations, 248 basic aggregations, 241 calculation options, 266 complex filters CALCULATE() function, 256 multiple filters, 257 cross-table measures, 245 DAX, AVERAGEX() function, 249 filter context, FILTER() function, 263 filters, 252 numeric filters, 254 text filters, 253 iterative functions, 250 multiple measures, 243 number of cars sold, 239 percentage calculation,

6 Measures, data model (cont.) ALLEXCEPT() function, 262 ALL() function, 259 ALLSELECTED() function, 261 discard filters, 260 query context, 251 RANKX() function, 265 row context, 251 Merging columns, 137 Merging data adding reference, 143, 145 aggregate data, 142, 145, 148 expand and aggregate buttons, 154 individual query, 142 joins correct and incorrect, 152 datasets, 152 data tables, 153 on multiple columns, 150 types, look up data, 142 Microsoft access databases, 52 Microsoft SQL Server Analysis Services Database, 63 analysis services data sources, 66 Add Items, 66 Collapse Columns, 68 attributes and measures selection, 65 credentials dialog, 64 Multidimensional/Tabular model, 63 Microsoft SQL Server Analysis Services tabular database, 68 Microsoft s Self-Service Business Intelligence solution, 2 dashboards and reports, 2 3 import data, 2 model data, 3 Power BI Desktop file, 3 Multiple filters, 419 P, Q Page-level filters, 419 Pie charts, 339 PowerBI.com, 471 dashboards, 479 adding tiles, 480 creation, 479 deleting tiles, 482 export data, 484 modify, pinning a tile, 484 print, 487 save report dialog, 490 sharing, 488 gateways, 494 adhoc data refresh, 498 configuration, 498 download, 495 installation, 495 scheduled data refresh, 499 warnings and alerts dialog, 496 Power BI Desktop files, 475 adding files, 477 sign-in, 476 publishing reports, reports, 478, 489 on Tablet devices, 491 Power BI desktop, 16 connection security, 75 dashboards, 10, 28, 187 data category options, 187 default summarization, 188 Get Data dialog, 11 Navigator dialog, 13 power, 10 report window, 14 simplicity, 10 sort by columns, 189 Windows Open File dialog, 12 data loading, 40 CSV files, 44, 46 Excel file, 51 Microsoft Access databases, 52 text files, 47 web pages, 40 XML files, 49 data load process, 14 Navigator Data Preview, 15 Navigator window, 15 data modeling, 176 data modification, 16 data sources, 36, 71 Azure, 38 databases, 37 file, 37 less corporate, 39 data types, 183 data view ribbons, 177 Home ribbon, 177 Modeling ribbon, 177 description, 35 Extract Transform Load, 35 formatting options, 184 currency formats, import excel and power view items, 31 installation download page, 4 download selection page, 5 installation progress dialog, 8 506

7 requirements, 4 save/run download popup, 5 setup destination dialog, 7 setup final configuration dialog, 8 Setup Licensing dialog, 6 manipulating columns, 180 delete, 182 move, 183 rename, 180 setting column widths, 183 manipulating tables, 179 column selection, 179 delete, 179 rename, 179 maps highlight segments, 378 multivalue series, 377 positioning, 376 map visuals, 372 Microsoft self-service, 35 options, 17 Query Editor, 177 refreshing data sources, 74 remove from computer, 9 relational databases (see Enterprise-grade relational databases ) reports, 29 adding pages, 30 deleting pages, 30 duplicating pages, 31 moving pages, 31 renaming pages, 30 reuse data sources, 71 sorting data, 190 splash screen, 10 SQL Server Analysis Services tabular data (see Microsoft SQL Server Analysis Services tabular database ) SSAS cubes (see Microsoft SQL Server Analysis Services Database ) table relationships, 191 advanced options, 201 automatic relationships dialog, 199 creating relationships, 194 data view and relationship view, 192 deactivating relationships, 201 deleting relationships, 199 display options, 193 Manage Replationships dialog, 196 managing relationships, 200 visualizations, 17 card visualization, 24 dashboard arrangement, 26 delivery charge, 21 Fields pane, 18 filled map visualization, 23 labor cost map, by country, 24 matrix icon, 19 slicer icon, 25 Power BI Desktop data model, 239 cascading column calculations, 217 column-based calculations, 205 concatenating column contents, 208 dashboard visualizations, 206 formula bar, 237 IF() function, 226 alerts, 227 comparison operators, 228 complex logic, 232 DAX logical and information functions, 234 exception indicators, 226 flagging data, 228 logical function, 236 logical operators, 235 multiline formulas, 232 multiple nested IF() statements, 230 nested IF() functions, 229 InvoiceLines table, 216 Gross Margin, 216 for linked calculations, 217 pop-up list, 217 measures, 239 new columns, 206 counting reference elements, 220 custom number formats, 225 formatting, 222 naming, 207 predefined currency formats, 224 safe division, 219 statistical functions, 221 simple calculations, 212 math operators, 213 rounding values, 214 truncation functions, 215 tweaking text, 210 DAX formulas, 212 text functions, 211 Power BI Desktop data transformation, 80 after data load, 81 before data load, 82 choices, 80 query editor, 83 query/load, 82 Power BI Desktop Query Editor, 83 Applied Steps list, 84 delete, 85 rename,

8 Power BI Desktop Query Editor (cont.) ribbons, 85 Add Column ribbon, 89 Home ribbon, 86 Transform ribbon, 87 View ribbon, 90 Power BI Desktop Query Editor context menus, 110 changing data types, 111 column content transformation, 115 date transformation, 120 duration data, 122 filling down, 123 leading and trailing spaces removal, 116 number calculation, 118 number transformations, 117 text transformation, 115 time transformation, 121 data types detection, 113 first row as headers, 125 replacing values, 113 Power BI Desktop view ribbon, 132 R Radar charts, 394 Report-level filters, 420 S Sample data, Sankey diagram, 399 Scatter charts description, 350 flattened hierarchies, 351 Slicers add, 430 apply, 431 characteristics, 429 charts, column and bar charts, 446 highlighting, 438 clear, 432 delete, 432 description, 429 element selection, 434 header, 435 interactive selection, 429 items, 435 modify, 432, 434 orientation, 433 setting X and Y coordinates, 435 visual interactions, 448 Splitting columns classic cases, 133 custom columns, Delimiter, number of characters, 136 Streamgraph, 397 Sunburst charts, 396 T, U Text-based visualizations cards, 324 display units, 328 formatting, 325 multirow cards, 328, 330 data types, 308 text fields, pop-up menu, 308 matrix column matrix, 322 row matrix, 319 sort data, 323 Power BI Desktop dashboards, 302 table granularity, 318 tables, 302 background modification, 315 borders, 316 column order, 307 column sorting, 317 column width, 312 copy tables, 306 delete tables, 305 Fields list, 304 font sizes, 312 formatting options, 313 for sales per client, 303 number formatting, 312 removing columns, 307 resize, 306 Row totals, 309 switching visuals, 331 Text fi les, Th reshold selector, 408 Time intelligence, 267, 276, 284 CALCULATE() function, 290 month-to-date calculation, 284 quarter-to-date calculation, 284 range of dates, 288 time-based analysis, 286 year-to-date calculation, 284 Tornado chart, 397 Tree maps, 382 background, 384 category labels, 384 data colors, 384 legend, 384 lock aspect, 384 title,

9 V Visualization-level filter, Visual-level filters, 402 adding filters, 403 automatic creation, 404 filtered chart, 404 Filters well, 402 Visuals, 387 aster plot, 394 bullet charts, 395 chord charts, 399 community agreement dialog, 391 custom visuals, 390 download dialog, 390 enable custom visuals, 393 filled maps, 379 formatting, 379 gauges, 385 elements, 385 gauge formatting, 386 histogram chart, 398 import confirmation dialog, 392 import visuals dialog, 391 maps bing maps, 372 in Power BI Desktop, 372, 376 map visuals, 371 Power BI visuals gallery, 388 radar charts, 394 Sankey diagram, 399 streamgraphs, 397 sunburst charts, 396 tornado chart, 397 tree maps, 382 using geographical data, 374 Country field and Town field, 376 data category, 376 word clouds, 396 W Waterfall chart, 354 Word clouds, 396 X, Y, Z XML files,

Microsoft Power BI for O365

Microsoft Power BI for O365 Microsoft Power BI for O365 Next hour.. o o o o o o o o Power BI for O365 Data Discovery Data Analysis Data Visualization & Power Maps Natural Language Search (Q&A) Power BI Site Data Management Self Service

More information

Dashboard in an Hour. by Power BI Team, Microsoft. Version: Copyright 2015 Microsoft 1 P a g e

Dashboard in an Hour. by Power BI Team, Microsoft. Version: Copyright 2015 Microsoft 1 P a g e Dashboard in an Hour by Power BI Team, Microsoft Version: 07.15.2017 Copyright 2015 Microsoft 1 P a g e Contents Problem Statement... 3 Document Structure... 3 Prerequisites... 4 Power BI Desktop - Get

More information

Index A, B, C. Rank() function, steps, 199 Cloud services, 2 Comma-separated value (CSV), 27

Index A, B, C. Rank() function, steps, 199 Cloud services, 2 Comma-separated value (CSV), 27 Index A, B, C Calculations, Power Query distinct customers code implementations, 205 duplicate date and customer, 204 group by dialog configuration, 204 objective, 202 output, 205 Query Editor toolbar,

More information

Index COPYRIGHTED MATERIAL. Symbols and Numerics

Index COPYRIGHTED MATERIAL. Symbols and Numerics Symbols and Numerics ( ) (parentheses), in functions, 173... (double quotes), enclosing character strings, 183 #...# (pound signs), enclosing datetime literals, 184... (single quotes), enclosing character

More information

SQL Server Reporting Services

SQL Server Reporting Services www.logicalimagination.com 800.657.1494 SQL Server Reporting Services Course #: SS-104 Duration: 3 days Prerequisites This course assumes no prior knowledge of SQL Server Reporting Services. This course

More information

Power BI Desktop Lab

Power BI Desktop Lab Power BI Desktop Lab Fil Schwartz fschwartz@manersolutions.com (517) 323-7500 POWER BI DESKTOP LAB This is a hands on lab for users that have little or no experience with Power BI. We will go through a

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

EZY Intellect Pte. Ltd., #1 Changi North Street 1, Singapore

EZY Intellect Pte. Ltd., #1 Changi North Street 1, Singapore Tableau in Business Intelligence Duration: 6 Days Tableau Desktop Tableau Introduction Tableau Introduction. Overview of Tableau workbook, worksheets. Dimension & Measures Discrete and Continuous Install

More information

Advance Excel Performing calculations on data 1. Naming groups of data 2. Creating formulas to calculate values

Advance Excel Performing calculations on data 1. Naming groups of data 2. Creating formulas to calculate values Advance Excel 2013 Getting started with Excel 2013 1. Identifying the different Excel 2013 programs 2. Identifying new features of Excel 2013 a. If you are upgrading from Excel 2010 b. If you are upgrading

More information

MicroStrategy Desktop

MicroStrategy Desktop MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT. 1 Import data from

More information

Microsoft Office Excel 2013 Courses 24 Hours

Microsoft Office Excel 2013 Courses 24 Hours Microsoft Office Excel 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Getting Started With Excel 2013 Starting Excel 2013 Selecting the Blank Worksheet Template The Excel 2013 Cell

More information

ADVANCED EXCEL Course Modules for Advance Excel Training Online (MS Excel 2013 Course):

ADVANCED EXCEL Course Modules for Advance Excel Training Online (MS Excel 2013 Course): Course Modules for Advance Excel Training Online (MS Excel 2013 Course): ADVANCED EXCEL 2013 1 Getting started with Excel 2013 A Identifying the different Excel 2013 programs B Identifying new features

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

SAS (Statistical Analysis Software/System)

SAS (Statistical Analysis Software/System) SAS (Statistical Analysis Software/System) Clinical SAS:- Class Room: Training Fee & Duration : 23K & 3 Months Online: Training Fee & Duration : 25K & 3 Months Learning SAS: Getting Started with SAS Basic

More information

BIM II IC3 & MOS Certification Pacing Guide

BIM II IC3 & MOS Certification Pacing Guide BIM II IC3 & MOS Certification Pacing Guide 1st 9 Weeks IC3 Certification Computer Fundamentals Mobile Devices Using cell phones, voicemail, SMS, notifications Hardware Device types, storage, networking,

More information

Creating Simple Report from Excel

Creating Simple Report from Excel Creating Simple Report from Excel 1.1 Connect to Excel workbook 1. Select Get Data Excel in the Home ribbon tab, 2. In the Open File dialog box, select the 2015 Sales.xlsx file. Then in the Navigator pane,

More information

Microsoft Excel 2016 / 2013 Basic & Intermediate

Microsoft Excel 2016 / 2013 Basic & Intermediate Microsoft Excel 2016 / 2013 Basic & Intermediate Duration: 2 Days Introduction Basic Level This course covers the very basics of the Excel spreadsheet. It is suitable for complete beginners without prior

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

*Gartner Magic Quadrant for Business Intelligence and Analytics Platforms, by Rita L. Sallam, Cindi Howson, Carlie J. Idoine, Thomas W.

*Gartner Magic Quadrant for Business Intelligence and Analytics Platforms, by Rita L. Sallam, Cindi Howson, Carlie J. Idoine, Thomas W. *Gartner Magic Quadrant for Business Intelligence and Analytics Platforms, by Rita L. Sallam, Cindi Howson, Carlie J. Idoine, Thomas W. Oestreich, James Laurence Richardson, and Joao Tapadinhas February

More information

Excel Power User Training Courses. What if all of your people could become Excel power users!

Excel Power User Training Courses. What if all of your people could become Excel power users! What if all of your people could become Excel power users! Excel Power User Training Courses The new fast track to becoming an Excel power user Microsoft Excel is an essential tool for most modern businesses,

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MS20779]: Analyzing Data with Excel Length : 3 Days Audience(s) : IT Professionals Level : 300 Technology : Power BI Delivery Method : Instructor-led (Classroom) Course Overview The main purpose of the

More information

eschoolplus+ Cognos Query Studio Training Guide Version 2.4

eschoolplus+ Cognos Query Studio Training Guide Version 2.4 + Training Guide Version 2.4 May 2015 Arkansas Public School Computer Network This page was intentionally left blank Page 2 of 68 Table of Contents... 5 Accessing... 5 Working in Query Studio... 8 Query

More information

SAS (Statistical Analysis Software/System)

SAS (Statistical Analysis Software/System) SAS (Statistical Analysis Software/System) SAS Analytics:- Class Room: Training Fee & Duration : 23K & 3 Months Online: Training Fee & Duration : 25K & 3 Months Learning SAS: Getting Started with SAS Basic

More information

Quick Reference Card Business Objects Toolbar Design Mode

Quick Reference Card Business Objects Toolbar Design Mode Icon Description Open in a new window Pin/Unpin this tab Close this tab File Toolbar New create a new document Open Open a document Select a Folder Select a Document Select Open Save Click the button to

More information

Day 1 Agenda. Brio 101 Training. Course Presentation and Reference Material

Day 1 Agenda. Brio 101 Training. Course Presentation and Reference Material Data Warehouse www.rpi.edu/datawarehouse Brio 101 Training Course Presentation and Reference Material Day 1 Agenda Training Overview Data Warehouse and Business Intelligence Basics The Brio Environment

More information

Copyright 2010, Oracle. All rights reserved.

Copyright 2010, Oracle. All rights reserved. Agenda Interactive Dashboards Master-Detail Linking New Prompt Controls Pivot Table Interactions Enhanced Dashboard Builder Analysis Editor Overview Working with the analysis editor step by step Praxisteil

More information

MicroStrategy Desktop Quick Start Guide

MicroStrategy Desktop Quick Start Guide MicroStrategy Desktop Quick Start Guide Version: 10.4 10.4, December 2017 Copyright 2017 by MicroStrategy Incorporated. All rights reserved. Trademark Information The following are either trademarks or

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

SAS Visual Analytics 8.2: Getting Started with Reports

SAS Visual Analytics 8.2: Getting Started with Reports SAS Visual Analytics 8.2: Getting Started with Reports Introduction Reporting The SAS Visual Analytics tools give you everything you need to produce and distribute clear and compelling reports. SAS Visual

More information

XLCubed Version 9 QuickStart

XLCubed Version 9 QuickStart XLCubed Version 9 QuickStart 1 P a g e Contents Welcome... 3 Connecting to your data... 3 XLCubed for Pivot Table users... 3 Adding a Grid, and the Report Designer... 5 Working with Grids... 7 Grid Components...

More information

Product Documentation SAP Business ByDesign August Analytics

Product Documentation SAP Business ByDesign August Analytics Product Documentation PUBLIC Analytics Table Of Contents 1 Analytics.... 5 2 Business Background... 6 2.1 Overview of Analytics... 6 2.2 Overview of Reports in SAP Business ByDesign... 12 2.3 Reports

More information

COGNOS BI I) BI introduction Products Introduction Architecture Workflows

COGNOS BI I) BI introduction Products Introduction Architecture Workflows COGNOS BI I) BI introduction Products Architecture Workflows II) Working with Framework Manager (Modeling Tool): Architecture Flow charts Creating Project Creating Data Sources Preparing Relational Metadata

More information

COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM)

COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM) COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM) QUERY STUDIO USER GUIDE Query Studio User Guide 28-04-2003 Cognos ReportNet 1.1MR1 Type the text for the HTML TOC entry Query Studio Quick Tour Query

More information

Computer Training That Makes The Difference

Computer Training That Makes The Difference Computer Training That Makes The Difference MICROSOFT EXCEL INTRODUCTION (LEVEL 1) A one-day course to introduce you to Excel and show you the basic functions of the program. Prerequisite Introduction

More information

Using SQL with SQL Developer 18.2

Using SQL with SQL Developer 18.2 One Introduction to SQL 2 - Definition 3 - Usage of SQL 4 - What is SQL used for? 5 - Who uses SQL? 6 - Definition of a Database 7 - What is SQL Developer? 8 Two The SQL Developer Interface 9 - Introduction

More information

DecisionPoint For Excel

DecisionPoint For Excel DecisionPoint For Excel Getting Started Guide 2015 Antivia Group Ltd Notation used in this workbook Indicates where you need to click with your mouse Indicates a drag and drop path State >= N Indicates

More information

SAS Report Viewer 8.3 Documentation

SAS Report Viewer 8.3 Documentation SAS Report Viewer 8.3 Documentation About SAS Report Viewer Introduction to SAS Report Viewer SAS Report Viewer (the report viewer) enables users who are not report designers to view a report using a web

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

Table of Contents. Table of Contents

Table of Contents. Table of Contents Powered by 1 Table of Contents Table of Contents Dashboard for Windows... 4 Dashboard Designer... 5 Creating Dashboards... 5 Printing and Exporting... 5 Dashboard Items... 5 UI Elements... 5 Providing

More information

General User Manual. Copyright , Better Days Enterprises, LLC West Main Street #119 Rapid City, SD

General User Manual. Copyright , Better Days Enterprises, LLC West Main Street #119 Rapid City, SD General User Manual Copyright 2008-2012, Better Days Enterprises, LLC. 3213 West Main Street #119 Rapid City, SD 57702-2314 Revision: February 4, 2012 Version: 1.917 CleverQ General User Manual Table of

More information

Excel 2010 Tutorials - Video File Attributes

Excel 2010 Tutorials - Video File Attributes Get Familiar with Excel 2010 42.30 2.70 The Excel 2010 Environment 4.10 0.18 Quick Access Toolbar 3.10 0.27 Excel 2010 Ribbon 3.10 0.26 File Tab 3.10 0.28 Home Tab 5.10 0.17 Insert Tab 3.10 0.18 Page Layout

More information

SAS BI Dashboard 3.1. User s Guide Second Edition

SAS BI Dashboard 3.1. User s Guide Second Edition SAS BI Dashboard 3.1 User s Guide Second Edition The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS BI Dashboard 3.1: User s Guide, Second Edition. Cary, NC:

More information

Kyubit Business Intelligence OLAP analysis - User Manual

Kyubit Business Intelligence OLAP analysis - User Manual Using OLAP analysis features of Kyubit Business Intelligence www.kyubit.com Kyubit Business Intelligence OLAP analysis - User Manual Using OLAP analysis features of Kyubit Business Intelligence 2017, All

More information

User Guide. Visualizer

User Guide. Visualizer User Guide Visualizer Copyright 2018 Upland Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished under a

More information

Table of Contents 1-4. User Guide 5. Getting Started 6. Report Portal 6. Creating Your First Report Previewing Reports 11-13

Table of Contents 1-4. User Guide 5. Getting Started 6. Report Portal 6. Creating Your First Report Previewing Reports 11-13 Table of Contents Table of Contents 1-4 User Guide 5 Getting Started 6 Report Portal 6 Creating Your First Report 6-11 Previewing Reports 11-13 Previewing Reports in HTML5 Viewer 13-18 Report Concepts

More information

POWER BI COURSE CONTENT

POWER BI COURSE CONTENT POWER BI COURSE CONTENT Why Power BI Training? Power BI is one of the newest additions to Office 365. In this course you will learn Power BI from beginner to advance. Power BI Course enables you to perform

More information

Tableau Training Content

Tableau Training Content TABLEAU DESKTOP INTRODUCTION AND GETTING STARTED Tableau desktop role in the tableau product line Application terminology View terminology Data terminology Visual cues for fields BEST PRACTICES IN CONNECTING

More information

IBM DB2 Web Query for IBM i. Version 2 Release 2

IBM DB2 Web Query for IBM i. Version 2 Release 2 IBM DB2 Web Query for IBM i Version 2 Release 2 Active Technologies, EDA, EDA/SQL, FIDEL, FOCUS, Information Builders, the Information Builders logo, iway, iway Software, Parlay, PC/FOCUS, RStat, Table

More information

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training OBIEE Oracle Business Intelligence Enterprise Edition Rensselaer Business Intelligence Finance Author Training TABLE OF CONTENTS INTRODUCTION... 1 USER INTERFACE... 1 HOW TO LAUNCH OBIEE... 1 TERMINOLOGY...

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2010 Intellicus Technologies This document and its content

More information

Excel Tutorials - File Size & Duration

Excel Tutorials - File Size & Duration Get Familiar with Excel 46.30 2.96 The Excel Environment 4.10 0.17 Quick Access Toolbar 3.10 0.26 Excel Ribbon 3.10 0.26 File Tab 3.10 0.32 Home Tab 5.10 0.16 Insert Tab 3.10 0.16 Page Layout Tab 3.10

More information

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHART WEB PART... 4 Task 1 Add the Chart Web Part to the page... 4 Task 2

More information

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201

Query Studio Training Guide Cognos 8 February 2010 DRAFT. Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 Query Studio Training Guide Cognos 8 February 2010 DRAFT Arkansas Public School Computer Network 101 East Capitol, Suite 101 Little Rock, AR 72201 2 Table of Contents Accessing Cognos Query Studio... 5

More information

Power BI Boot Camp. Power BI College.

Power BI Boot Camp. Power BI College. Power BI Boot Camp Power BI College www.powerbicollege.co.za info@powerbicollege.co.za Table of Contents Introduction - Power BI... 4 Lesson 1 - Signing Up for PowerBI... 5 Using PowerBI... 5 Downloads...

More information

DATA WAREHOUSE BASICS

DATA WAREHOUSE BASICS DATA WAREHOUSE BASICS A Software Overview using the Retail Golf Model with version 9 NOTE: This course material was developed using Hummingbird version 9 with Windows XP. There will be navigational differences

More information

1 of 9 8/27/2014 10:53 AM Units: Teacher: MOExcel/Access, CORE Course: MOExcel/Access Year: 2012-13 Excel Unit A What is spreadsheet software? What are the parts of the Excel window? What are labels and

More information

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41

Table of Contents. Word. Using the mouse wheel 39 Moving the insertion point using the keyboard 40 Resume reading 41 Table of Contents iii Table of Contents Word Starting Word What is word processing? 2 Starting Word 2 Exploring the Start screen 4 Creating a blank document 4 Exploring the Word document window 5 Exploring

More information

1. Data Analysis Yields Numbers & Visualizations. 2. Why Visualize Data? 3. What do Visualizations do? 4. Research on Visualizations

1. Data Analysis Yields Numbers & Visualizations. 2. Why Visualize Data? 3. What do Visualizations do? 4. Research on Visualizations Data Analysis & Business Intelligence Made Easy with Excel Power Tools Excel Data Analysis Basics = E-DAB Notes for Video: E-DAB-05- Visualizations: Table, Charts, Conditional Formatting & Dashboards Outcomes

More information

Desktop Studio: Charts

Desktop Studio: Charts Desktop Studio: Charts Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Working with Charts i Copyright 2011 Intellicus Technologies This document

More information

Building reports using the Web Intelligence HTML Report Panel

Building reports using the Web Intelligence HTML Report Panel Building reports using the Web Intelligence HTML Report Panel Building reports using the Web Intelligence HTML Report Panel Copyright 2008 Business Objects. All rights reserved. Business Objects owns the

More information

Excel 2007 Tutorials - Video File Attributes

Excel 2007 Tutorials - Video File Attributes Get Familiar with Excel 2007 42.40 3.02 The Excel 2007 Environment 4.10 0.19 Office Button 3.10 0.31 Quick Access Toolbar 3.10 0.33 Excel 2007 Ribbon 3.10 0.26 Home Tab 5.10 0.19 Insert Tab 3.10 0.19 Page

More information

SAS Report Viewer 8.2 Documentation

SAS Report Viewer 8.2 Documentation SAS Report Viewer 8.2 Documentation About SAS Report Viewer SAS Report Viewer (the report viewer) enables users who are not report designers to view a report using a web browser. To open a report in the

More information

Appendix A Microsoft Office Specialist exam objectives

Appendix A Microsoft Office Specialist exam objectives A 1 Appendix A Microsoft Office Specialist exam objectives This appendix covers these additional topics: A Excel 2013 Specialist exam objectives, with references to corresponding coverage in ILT Series

More information

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions 1 Getting Started Cells Workbooks & Worksheets Formatting Formulas & Functions Chart Printing 2 Getting Started Start a spreadsheet program Recognize the spreadsheet screen layout Use the ribbon,quick

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

Management Reports Centre. User Guide. Emmanuel Amekuedi

Management Reports Centre. User Guide. Emmanuel Amekuedi Management Reports Centre User Guide Emmanuel Amekuedi Table of Contents Introduction... 3 Overview... 3 Key features... 4 Authentication methods... 4 System requirements... 5 Deployment options... 5 Getting

More information

SAMPLE. Excel 2010 Advanced. Excel 2010 Advanced. Excel 2010 Advanced Page 1

SAMPLE. Excel 2010 Advanced. Excel 2010 Advanced. Excel 2010 Advanced Page 1 Excel 2010 Advanced Excel 2010 Advanced Page 1 Excel 2010 Advanced 2010 Cheltenham Courseware Pty. Ltd. www.cheltenhamcourseware.com.au Excel 2010 Advanced Page 2 2010 Cheltenham Courseware Pty. Ltd. All

More information

ActiveReports 12 Server 1

ActiveReports 12 Server 1 ActiveReports 12 Server 1 Table of Contents Table of Contents 1-2 ActiveReports 12 Server Designer User Guide 3 Report Portal 3-7 Mobile Report Portal 7-11 Get Started with ActiveReports Web Designer 11-12

More information

Business Office Specialist

Business Office Specialist EXAM INFORMATION Items 49 Points 82 Prerequisites NONE Grade Level 10-12 Course Length ONE SEMESTER Career Cluster BUSINESS MANAGEMENT AND ADMINISTRATION DESCRIPTION This course applies advanced concepts

More information

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Lab: Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHARTING WEB PARTS... 5 EXERCISE 2: PERFORMING ANALYSIS WITH EXCEL AND

More information

Quality Gates User guide

Quality Gates User guide Quality Gates 3.3.5 User guide 06/2013 1 Table of Content 1 - Introduction... 4 2 - Navigation... 5 2.1 Navigation tool bar... 5 2.2 Navigation tree... 5 2.3 Folder Tree... 6 2.4 Test history... 7 3 -

More information

Productivity Tools Objectives

Productivity Tools Objectives Word 2003 Understand Microsoft Office Word 2003 Launch Microsoft Office Word 2003 Open Documents Understand The Working Screen Experiment With The Working Screen Navigate Documents Close Documents And

More information

Visual Customizations

Visual Customizations Create a Grid View, on page 1 Create a Gauge View, on page 2 Create a Chart View, on page 3 Grouping, on page 5 Set Threshold Indicators for Fields, on page 6 Create a Grid View Grids are tabular presentations

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited ADVANCED MICROSOFT EXCEL 2016 Advanced Microsoft Excel 2016 (EXC2016.3 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn joined Webucator

More information

Computer Technology II

Computer Technology II EXAM INFORMATION Items 49 Points 79 Prerequisites COMPUTER TECHNOLOGY I Grade Level 10-12 Course Length ONE SEMESTER Career Cluster BUSINESS MANAGEMENT AND ADMINISTRATION INFORMATION TECHNOLOGY DESCRIPTION

More information

Getting Started Guide. ProClarity Analytics Platform 6. ProClarity Professional

Getting Started Guide. ProClarity Analytics Platform 6. ProClarity Professional ProClarity Analytics Platform 6 ProClarity Professional Note about printing this PDF manual: For best quality printing results, please print from the version 6.0 Adobe Reader. Getting Started Guide Acknowledgements

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Introduction to Excel 2013 Part 2

Introduction to Excel 2013 Part 2 Introduction to Excel 2013 Part 2 Open a file Select File from the Menu bar, select Open from the drop down menu, navigate to the place where the file was stored, double-left click on the file name. Modify

More information

Computer Skills Checklist

Computer Skills Checklist Computer Skills Checklist Tutors can use this checklist to evaluate student s or select appropriate s relevant to the course that is being taught. Parts of this checklist could also be used for initial

More information

Building Self-Service BI Solutions with Power Query. Written By: Devin

Building Self-Service BI Solutions with Power Query. Written By: Devin Building Self-Service BI Solutions with Power Query Written By: Devin Knight DKnight@PragmaticWorks.com @Knight_Devin CONTENTS PAGE 3 PAGE 4 PAGE 5 PAGE 6 PAGE 7 PAGE 8 PAGE 9 PAGE 11 PAGE 17 PAGE 20 PAGE

More information

Elixir Ad-hoc Report. Release Elixir Technology Pte Ltd

Elixir Ad-hoc Report. Release Elixir Technology Pte Ltd Elixir Ad-hoc Report Release 4.0.0 Elixir Technology Pte Ltd Elixir Ad-hoc Report: Release 4.0.0 Elixir Technology Pte Ltd Published 2015 Copyright 2015 Elixir Technology Pte Ltd All rights reserved. Java

More information

Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14. Chapter 2 - Working with Data 32

Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14. Chapter 2 - Working with Data 32 TABLE OF CONTENTS Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14 Creating an Excel Workbook 14 Examining the Excel Environment 15 Opening an Existing Workbook 19 Navigating a Worksheet

More information

I, J. text boxes, 51 Word, Excel and PowerPoint, Gridlines, 155, ,

I, J. text boxes, 51 Word, Excel and PowerPoint, Gridlines, 155, , Index A Accepting and rejecting tracked changes, 141 143 Adding comment, documents, 135 Adding headers and footers, documents, 125 AirPlay device, 269 Area chart type, Excel application, 235 Auto-capitalization,

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

UAccess ANALYTICS A New Look, New Features, and New Functions

UAccess ANALYTICS A New Look, New Features, and New Functions UAccess Analytics has been updated to a new version of software! Naturally, a software update means there are some new features and functions available to UAccess Analytics users. An Updated Look One thing

More information

Learning Map Excel 2007

Learning Map Excel 2007 Learning Map Excel 2007 Our comprehensive online Excel tutorials are organized in such a way that it makes it easy to obtain guidance on specific Excel features while you are working in Excel. This structure

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

WebIntelligence. Creating Documents

WebIntelligence. Creating Documents Creating Documents This page is intentionally left blank. 2 WIC110904 Table of Contents Lesson Objective... 5 For Assistance...6 Introduction... 7 Document Editor... 7 Designing a Query Flowchart... 9

More information

Module 4: Creating Content Lesson 4: Creating Charts Learn

Module 4: Creating Content Lesson 4: Creating Charts Learn Module 4: Creating Content Lesson 4: Creating Charts Learn Welcome to Module 4, Lesson 4. In this lesson, you will learn how to create, edit, and save new charts based on your uploaded data using InfoAssist+.

More information

MicroStrategy Analytics Desktop

MicroStrategy Analytics Desktop MicroStrategy Analytics Desktop Quick Start Guide MicroStrategy Analytics Desktop is designed to enable business professionals like you to explore data, simply and without needing direct support from IT.

More information

Index. #All special item, 65 #Data special item, 64 #Header special item, 65 #ThisRow special item, 65 #Totals special item, 65

Index. #All special item, 65 #Data special item, 64 #Header special item, 65 #ThisRow special item, 65 #Totals special item, 65 Index # #All special item, 65 #Data special item, 64 #Header special item, 65 #ThisRow special item, 65 #Totals special item, 65 A absolute and relative cell references, 118 accept/reject changes to a

More information

Microsoft elearning Titles

Microsoft elearning Titles Course content and pricing for all Microsoft Office 2013 online learning modules are listed within this document. Microsoft Office 2013 Online Training Courses Hours (Total and per module) Price per module

More information

Reports. Overview. Stock Reports

Reports. Overview. Stock Reports Overview, on page 1 Report Actions, on page 2 Add Template Help, on page 4 Report Types, on page 5 Manage, on page 8 Run Report, on page 19 Import, on page 22 Export, Report Definitions, and Folders, on

More information

Call: Crystal Report Course Content:35-40hours Course Outline

Call: Crystal Report Course Content:35-40hours Course Outline Crystal Report Course Content:35-40hours Course Outline Introduction Of Crystal Report & It s Benefit s Designing Reports Defining the Purpose Planning the Layout Examples of Reports Choosing Data Laying

More information

Productivity Tools Objectives 1

Productivity Tools Objectives 1 Productivity Tools Objectives 1 Word 2003 Understand Microsoft Office Word 2003 Launch Microsoft Office Word 2003 Open Documents Understand The Working Screen Experiment With The Working Screen Navigate

More information

SAS (Statistical Analysis Software/System)

SAS (Statistical Analysis Software/System) SAS (Statistical Analysis Software/System) SAS Adv. Analytics or Predictive Modelling:- Class Room: Training Fee & Duration : 30K & 3 Months Online Training Fee & Duration : 33K & 3 Months Learning SAS:

More information

SAS Visual Analytics 6.3

SAS Visual Analytics 6.3 SAS Visual Analytics 6.3 Getting Started with Exploration and Reporting SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Visual Analytics

More information

Desktop Studio: Charts. Version: 7.3

Desktop Studio: Charts. Version: 7.3 Desktop Studio: Charts Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

User Manual instantolap

User Manual instantolap User Manual instantolap Version 2.7.0 15.12.2010 Page 2 / 213 instantolap User Manual 2.7.0 instantolap User Manual 2.7.0 Page 3 / 213 Copyright Copyright (C) 2002-2010 Thomas Behrends Softwareentwicklung

More information

Microsoft Certified Application Specialist Exam Objectives Map

Microsoft Certified Application Specialist Exam Objectives Map Microsoft Certified Application Specialist Exam Objectives Map This document lists all Microsoft Certified Application Specialist exam objectives for (Exam 77-605) and provides references to corresponding

More information