Cisco NetFlow Reporting Instruction Manual Version 1.0

Size: px
Start display at page:

Download "Cisco NetFlow Reporting Instruction Manual Version 1.0"

Transcription

1 Cisco NetFlow Reporting Instruction Manual Version 1.0 WiredCity 777 Davis St, Suite 250 San Leandro CA Ph: Fax: itmonitor@wiredcity.com Page 1 or 36

2 TABLE OF CONTENTS 1 Introduction Audience System Requirements Reference Manuals NetFlow Totals... 4 Outlined below are examples of how to use event weighted totals to:... 4 Example 1: Calculating Traffic Volumes... 5 Example 2: Calculating Traffic Breakdowns... 8 Example 3: Creating Reusable Breakdown Reports Example 4: Incorporating Time of Day in Traffic Reports Reporting on NetFlow Details Example 5: Outputting NetFlow Details Example 6: Host-Host Communication Matrix using PivotTables Example 7: Identifying Top-N Talkers using PivotChart s Example 8: Server-side Data Filtering PI-Datalink Tips and Tricks Calculation Basis Scaling Results Excel Time Functions Lookup Tables Page 2 or 36

3 1 Introduction IT Monitor collects Cisco NetFlow records that provide valuable information about how users and applications utilize network infrastructure. Fast, accurate reporting on this data allows network administrators to: Accurately plan network capacity upgrades Verify acceptable use policy compliance by identifying unauthorized users, applications and protocols Account for asset utilization Design application deployments that use expensive resources (such as bandwidth) more effectively and efficiently. Reporting of NetFlow data is an ongoing challenge because of the volumes of NetFlow records that can be produced. The purpose of this document is to show how NetFlow data can be more effectively managed and reported using IT Monitor by: Utilizing PI-Datalink to create fast, re-usable traffic reports. Combining PI-Datalink and Excel Pivot-Charts for Top-N reports. Optimizing reporting speed using best practices. 2 Audience The intended audience is IT Monitor users who have deployed the NetFlow interface and wish to produce reports on the data that is collected. An understanding of NetFlow interface tag configuration is required. 3 System Requirements PI Server 3.3 and later NetFlow Interface to the PI System 1.0 and later PI-Datalink 3.0 and later Microsoft Excel 97 and later PI-SMT Module Database Builder plug-in 3.1 and later (optional) 4 Reference Manuals Cisco NetFlow ( OSIsoft NetFlow Interface to the PI System User Manual OSIsoft PI-Datalink User Manual Microsoft Excel User Manual Page 3 or 36

4 5 NetFlow Totals The PI-NetFlow Interface records the following filtered network traffic into OSIsoft s PI Server 1 : source IP address or hostname destination IP address or hostname source MAC (media access control) address destination MAC address source IP port destination IP port transport protocol (e.g., ICMP, UDP, or TCP) type of service network interface autonomous system (BGP) Traffic volumes are periodically stored in PI (the default setting is once per minute). The total traffic for a period of time can be measured by calculating the sum of values that fall within a specified time-period. This is referred to as an Event-weighted total. To occur, compression should be disabled because the data stored to NetFlow tags is comprised of discrete values. Event-weighted totals can be calculated on the PI server using the PI-SDK summary function call. This is a very efficient reporting mechanism because the result is transmitted directly to the client. Event-weighted totals of NetFlow tags can be calculated quickly, with minimal impact on the user s computer or network as the request is processed on the PI Server itself. Creating reports that use Event weighted totals to provide: Low data volume required in PI. A NetFlow tag using the default write interval requires less than 5 MB to store a year s data Fast response because a small number of values are required to produce reports Bounded network overhead between the client and server regardless of the calculated time period of the report Outlined below are examples of how to use event weighted totals to: Calculate traffic volumes Calculate traffic breakdowns Create reusable breakdown reports Incorporate time of day in traffic reports 1 Complete NetFlow records can also be collected by the NetFlow interface, as discussed in Section 6. Page 4 or 36

5 Example 1: Calculating Traffic Volumes A simple NetFlow report can represent the volume of traffic over a nominated period of time and this report can be shown as either a single value or a trend. For example, consider a tag called NF_AllTraffic that captures all NetFlow records. The total traffic over a 1 day period can be calculated using an Event-weighted total. This is achieved by using the Advance Calculated Data function in PI-Datalink 3.0 (Figure 1). Figure 1. Advanced Calculated Data feature in the PI-Datalink menu. To get the Total Traffic over a one-day period, the following features in the Advanced Calculated Data window need to be configured (Figure 2): Tagname (linked from Spreadsheet) PI Server (linked from Spreadsheet) Start Time (linked from Spreadsheet) End Time (linked from Spreadsheet) Calc. Mode (total) Calculation Basis (event-weighted) Page 5 or 36

6 Figure 2. Configuration of Advanced Calculated Data. Once you have clicked OK you will see the total number of traffic flows (Figure 3). This total can be used as an input to other Excel functions. Figure 3. Result from the Advanced Calculated Data function. Page 6 or 36

7 Time intervals can also be specified. For example, to determine how the traffic varied over each hour of the day, you specify a Time Interval of 1 hour. By checking the show timestamps box you will also be able to display which hour each value corresponds to. Figure 4. Using Advanced Calculated Data with a 1 hour interval to produce hourly traffic totals. By using Excel graphs, you can view the daily fluctuations. For example, the X-Y scatter plot has been used to demonstrate this in Figure 5. Page 7 or 36

8 Figure 5. X-Y scatter plot graph of hourly traffic totals. Example 2: Calculating Traffic Breakdowns Richer reports showing the breakdown of traffic volumes can be created using multiple NetFlow tags that exploit the additive property of network traffic. Using the same procedures outlined in example one, the Even- weighted total can be calculated for the following NetFlow tags over a one-day period to produce the values shown in Figure 6. NF_AllTraffic (captures all traffic) NF_HTTP (captures traffic to or from TCP port 80) NF_SMTP (captures traffic to or from TCP port 25) NF_PI (captures traffic to or from TCP port 545 and 5450) Page 8 or 36

9 Figure 6. Event-weighted totals of all traffic, http, smtp and PI. Each tag represents a subset of NF_AllTraffic, so you can determine a percentage breakdown of traffic by protocol. Unaccounted other traffic can also be shown by subtracting all accounted protocols from the total traffic. The results of these calculations are shown in Figure 7. Figure 7. Percentages and other traffic calculated using Excel formulas. Page 9 or 36

10 A breakdown of the links utilization (by protocol) can be presented in an Excel pie chart (Figure 8). The other measurement is an important indicator of unexpected traffic although its use should be minimized. It is recommended that new tags that capture other protocols be introduced, to give you a more accurate picture of your network traffic. You can use NetFlow detail records (section 6) to help discover what these new protocols would be. Figure 8. Pie chart represents the protocol breakdown. A protocol breakdown by time series can be created by adding a Time Interval into the Advanced Calculated Data function. By checking the row(s) function the data will be presented across the page (Figure 9). Page 10 or 36

11 Figure 9. Creating a time interval of 1 hour. This data can be presented in a stacked area chart as shown in Figure 10. This report is useful for determining a baseline of protocol utilization. For example, the chart demonstrates that an increase in network traffic was actually resulting from an increase in SMTP flows. Figure 10. Stacked area chart represent time-series protocol breakdown. Page 11 or 36

12 To recap, we have shown how tags can be used to separate NetFlow data into multiple, recognizable protocols. There are also other useful breakdowns that can be created by configuring tags including; Link usage by server Protocol usage for a specific server Interface usage for a specific router Type of Service (TOS) usage for a specific interface Example 3: Creating Reusable Breakdown Reports The previous example showed how to use NetFlow tags to report a breakdown of traffic. It can be useful to create this type of report as a template that can be customized for each of the breakdowns listed above. A generic report can be created that is reusable for each data/tag source and the PI Module Database is used to develop this 2. For example, the following tags can be used to produce an application breakdown for Server1 and Server2: NF_Server1_AllTraffic NF_Server1_HTTP NF_Server1_SMTP NF_Server1_PI NF_Server2_AllTraffic NF_Server2_HTTP NF_Server2_SMTP NF_Server2_PI The tags are organized as aliases in the Module Database hierarchy: 2 Further information on how to use and configure the PI module database can be found in the PI SDK manual Page 12 or 36

13 The Alias/Property function can be used to lookup an Alias for a specific Module Path. This is shown below. Figure 11. Configuration of Alias/Property function to resolve an Alias for a Module Path. The results of the generic report are shown for Server1 in Figure Page 13 or 36

14 Figure 12. Generic report uses a Module Path as the context. A new Module Path can be set by using the Module Database function (Figure 13). Figure 13. Creating a new module path for the Module Database. Page 14 or 36

15 5.1.1 Example 4: Incorporating Time of Day in Traffic Reports There are reporting scenarios that should only include traffic occurring during a specific window of time. For example, bandwidth may be charged at different rates during the day according to peak and off-peak hours. In this instance, a report should present two values representing the usage during these different time-periods. This can be implemented using a Filter Expression (Figure 14). Figure 14. Using a Filter Expression in PI Data link. Consider a tag called NF_AllTraffic which captures all NetFlow records. The total traffic during business hours over the last 30 days can be calculated using the Filter Expression '*' >= 't+9h' and '*' < 't+17h'. Excel can escape the leading quote so either use '' or a leading space at the start of the filter expression. Page 15 or 36

16 Figure 15. Filter expression used to limit calculation data to business hours values. 6 Reporting on NetFlow Details In addition to traffic volumes, the following details of NetFlow records, that meet the filtering criteria, are stored by the PI-NetFlow interface into PI: source IP address source machine name destination IP address destination machine name source IP port destination IP port transport protocol (e.g., ICMP, UDP, or TCP) number of bytes While the NetFlow details provide much richer reports, there are the following disadvantages: Large volumes of data are stored in PI and each NetFlow record requires at least 48 bytes. The arrival rate can potentially exceed thousands of records per second and storing all NetFlow records, indefinitely, may not be feasible for an enterprise network All data is post-processed on the client which can slow the report generation All values must be transmitted to the client resulting in high network overhead Page 16 or 36

17 As such, it is recommended that detail reports be applied to shorter time periods (for example while troubleshooting). Example 5: Outputting NetFlow Details A simple report using NetFlow details involves outputting raw NetFlow records. PI- Datalink 3.0 provides two functions for importing raw data into a spreadsheet; Compressed Data (Start Time/Number) and Compressed Data (Start Time/End Time). Figure 16. Importing raw data using the Compressed Data function. Compressed Data (Start Time/Number) returns a fixed number of values and Compressed Data (Start Time/End Time returns all values over a time range. Consider a tag called NF_AllTraffic which captures all NetFlow records and is configured to store detail records into the following tags: NF_AllTraffic_detail_octet NF_AllTraffic_detail_prot NF_AllTraffic_detail_srcIP NF_AllTraffic_detail_srcPort NF_AllTraffic_detail_destIP NF_AllTraffic_detail_destPort The last ten records can be extracted using the Compressed Data (Start Time/Number) function by configuring the following: Tagname (linked from Spreadsheet) PI Server (linked from Spreadsheet) Start Time (linked from Spreadsheet) Number of Values (linked from Spreadsheet) A negative value indicates the records should be retrieved backwards in time from the Start Time. Check the Show Timestamps box Page 17 or 36

18 Figure 17. Configuration of Compressed Data (Start Time/Number). This same feature can be used to get values from the other NetFlow detail tags. In this case, the Show Timestamps box does not need to be checked as these values share the same timestamp as the original column (see below). Figure 18. The last ten NetFlow records are reconstructed in Datalink.. Page 18 or 36

19 Parsing large volumes of NetFlow can be very frustrating. Excel s AutoFilter function can be used to reduce the data that is displayed. To add filter drop down menus, click Row 6 (the heading row) and select Auto Filter from the Data / Filter submenu. The lists of filter options are automatically determined (Figure 19). Figure 19. Using Auto-filter to sort data. Page 19 or 36

20 Example 6: Host-Host Communication Matrix using PivotTables If NetFlow is stored in a LAN/PacketCapture scenario, all host-host communications can be stored in NetFlow detail records. Excel PivotTables can be used to display the Host- Host Communication Matrix. NetFlow records need to be imported into Excel so they can be used as source data (as demonstrated in Example 5). Two worksheets are created, one named Report and another named Data. Using the Compressed Data (Start Time/Number) feature, data is imported as a bounded number of records into the Data worksheet (Figure 20). Figure 20. Data worksheet contains the last 1000 records. A PivotTable can then be added to the Report worksheet by selecting PivotTable and PivotChart Report from the Data menu. Page 20 or 36

21 Figure 21. A PivotTable is configured on the Report worksheet. The PivotTable can be configured for the Host-Host Communication Matrix using the PivotTable and PivotChart Wizard. The source data for the PivotTable is contained in the Data worksheet, so you select the Microsoft Office Excel list or database option and the kind of report you want to create is a PivodTable. Figure 22. The PivotTable uses Excel data for the data source. Page 21 or 36

22 Select the cell range of the NetFlow records on the Data worksheet to use as the source data. Figure 23. The PivotTable data source is the 1000 records found on the Data worksheet. You can specify whether the PivotTable should be added to a new worksheet or an existing one. The PivotTable often needs several rows of space above it for Page Fields so when adding to an existing worksheet, select a position several rows down. Page 22 or 36

23 Figure 24. The PivotTable is created on the Report worksheet. The completed PivotTable is initially blank (Figure 25). Fields need to be dragged to the appropriate locations. To create the Host-Host Communication Matrix, add the following fields to the Pivot table using the Add to button. Figure 26 demonstrates what the Pivot table will look like. Page Area Column Area Row Area Data Area Protocol Src Port Dest Port Dest IP Src IP Octets Page 23 or 36

24 Figure 25. The blank PivotTable needs fields added. Figure 26. PivotTable with the appropriate fields added. The default configuration for the Octets field was a Count of Octets. This represents the number of flows rather than the volume of traffic. To determine the volume of traffic, Page 24 or 36

25 right-click the Octets field and select Field Settings. Select Sum from the Summarize by list as shown in Figure 27. Figure 27. The Octets field is configured to represent Sum of Octets. The configuration of the Host-Host Communication Matrix is now complete. You can use the Freeze Panes feature in Excel to make navigation of the matrix more user-friendly. (For example, click on cell B11 and select Freeze Panes from the Window menu). The Source and Destination IP s will always be shown as row and column headers. Page 25 or 36

26 Figure 28. The completed Host-Host Communication Matrix using Freeze Panes for easy navigation. The fields in the page area (ie Protocol, Src Port and Destination Port) allow filtered data that restricts the matrix to show only communications that use a particular protocol or port. The options available when filtering by protocol are demonstrated in Figure 29. The numbers correspond to the following protocols; 1: ICMP, 6: TCP, 17: UDP. Figure 29. Filter the Host-Host Matrix data by Protocol, Source Port and Destination Port. Page 26 or 36

27 Section 7.4 describes how the numbers can be replaced with the actual protocol names. The Row and Column fields can exclude values from the PivotTable, this can be done by deselecting the IP Address that you do not want included. Figure 30. Specific IP Addresses can be excluded from the Host-Host Matrix. Example 7: Identifying Top-N Talkers using PivotChart s NetFlow reporting can identify the top-10 users or top-10 protocols on a network and Excel PivotChart s can be used to create powerful drill-in reports that return this data. A Top-N report can be created using the same procedures as the Host-Host Communication Report. Using the same Data worksheet, select a PivotChart report (with PivotTable report) as the kind of report you want to generate. Page 27 or 36

28 Figure 31. The PivotChart report is configured to use the NetFlow data. Again, the completed PivotChart is initially blank (Figure 32). Fields need to be dragged to the appropriate locations. For a Top-N Protocols Report, add the following fields: Page Area Data Area Category Axis Series Axis Octets Protocol Figure 32. The blank PivotChart needs fields added. Page 28 or 36

29 As in the previous example, the default configuration for the Octets field was a Count of Octets that represents the number of flows rather than the volume of traffic. To determine the volume of traffic, right-click the Octets field and select Format PivotChart Field Select Sum from the Summarize by list as shown in Figure 33. Figure 33. The Octets field is configured to represent Sum of Octets. The protocols are listed along the bottom of the PivotChart in numeric order. When charting a large number of Ports or IP Addresses, this is not very practical. You can modify the protocol order and place a limit on the number of Protocols displayed. To change the sort and limit, right-click on the Protocol field, select Format PivotChart Field and click Advanced To limit the protocols to the Top 10, select the Descending button in AutoSort options, set Using field to Sum of Octets, and select On in Top 10 AutoShow. This configuration is shown below in Figure Page 29 or 36

30 Figure 34. Protocol Field configured to only display the Top 10 Protocols. This PivotChart allows you to quickly and easily identify that the top protocol on the network is TCP, followed closely by UDP. ICMP is insignificant in comparison. Figure 35. Top-10 Protocols Report. Page 30 or 36

31 The most powerful feature of PivotCharts is the ability to drill down into data. You can drill into a protocol and identify which IP Addresses are using it. To identify the user s of ICMP traffic, right-click on the x-axis legend text for the protocol and select Show Detail 1. The detail required should be selected from the resulting list. Selecting the Src IP will show the IP Address that the ICMP traffic originated from. Figure 36. Drill into the ICMP protocol to identify the source. The IP Addresses responsible for all ICMP traffic are shown. You can continue to use the Show Detail feature to further refine and drill with the different levels of data. Page 31 or 36

32 Figure 37. Results of Drill-in operation. Example 8: Server-side Data Filtering Reports for NetFlow details are reliant on large volumes of data being imported into Excel for processing however Excel is limited to rows of data. Often, not all NetFlow records are needed in a report so it makes sense to filter these out at the server. Filter Expressions were first introduced in Example 4 to perform server-side filtering based upon the time of day. This example uses a Filter Expression to correlate values on the server. NetFlow detail import techniques (shown in Example 5) are extended to only import details matching a certain criteria. The NetFlow details report can be extended to only show TCP flows by configuring all the import functions to use the following filter expression: 'NF_AllTraffic_detail_prot' = 6 The Compressed Data (Start Time/Number) function, using the above filter expression, is shown below. Page 32 or 36

33 Figure 38. The data import functions are configured to use a filter expression. The results of the import functions are shown below in Figure 39. Figure 39. Only NetFlow details where the protocol = 6 (TCP) are imported. Page 33 or 36

34 Filter expressions can also be used to perform server side querying of NetFlow details. For example, to determine the total volume of HTTP traffic, calculate an Event-weighted Total for NF_AllTraffic_detail_octet with the following filter expression: 'NF_AllTraffic_detail_prot' = 6 AND ('NF_AllTraffic_detail_srcPort' = 80 OR 'NF_AllTraffic_detail_destPort' = 80) The Advanced Calculated Data function using the above filter expression is shown in Figure 40. Excel cells used in formulas are limited to 255 characters. Complex filters must be implemented in the NetFlow tag configuration. Figure 40. Total HTTP traffic is calculated on the server by using a filter expression. Page 34 or 36

35 7 PI-Datalink Tips and Tricks 7.1 Calculation Basis Always use an Event-Weighted Calculation Basis when working with NetFlow tags because values are stored as discreet values. A Time-Weighted Calculation Basis will interpret tag values as time-normalized data and will produce incorrect results. 7.2 Scaling Results NetFlow tags typically store traffic volumes in Bytes. Most PI-Datalink functions support a Conversion Factor for scaling results. The following table shows some common traffic volume conversion factors. Unit Conversion Factor Kilobyte Megabyte E-07 Gigabyte E Excel Time Functions Excel data functions are more preferable than the PI time functions in NetFlow reports because a PI relative time such as * may change between the execution of one function and another. This may not be a problem with fast reporting functions however may be an issue with slower functions such as large data imports. Excel supports relative time functions such as Now() and Today(). Dates are represented as the number of days since 1 st January 1970 and time is represented as a fraction of a day. The following table shows how to implement some common relative time functions. Relative Time Excel Function Now =Now() Today =Today() Yesterday =Today() 1 1 Hour ago =Now() 1/24 Pressing F9 causes the time functions to re-calculate and refreshes the PI-Datalink functions. Page 35 or 36

36 7.4 Lookup Tables The TCP/IP fields in NetFlow details are stored as raw numbers. A lookup table can be used to convert these to meaningful names. The protocol number is converted to the protocol name using a simple table and the VLOOKUP function (see Figure 41). Figure 41. Protocol lookup table accessed using the VLOOKUP function. Page 36 or 36

Excel: Analyze PowerSchool Data

Excel: Analyze PowerSchool Data Excel: Analyze PowerSchool Data Trainer Name Trainer/Consultant PowerSchool University 2012 Agenda Welcome & Introductions Organizing Data with PivotTables Displaying Data with Charts Creating Dashboards

More information

About PivotTable reports

About PivotTable reports Page 1 of 8 Excel Home > PivotTable reports and PivotChart reports > Basics Overview of PivotTable and PivotChart reports Show All Use a PivotTable report to summarize, analyze, explore, and present summary

More information

MICROSOFT EXCEL 2010 ANALYZE DATA

MICROSOFT EXCEL 2010 ANALYZE DATA MICROSOFT EXCEL 2010 ANALYZE DATA Microsoft Excel 2010 Essential Analyze data Last Edited: 2012-07-09 1 Basic analyze data... 4 Use diagram to audit formulas... 4 Use Error Checking feature... 4 Use Evaluate

More information

Computer Training Centre University College Cork. Excel 2013 Pivot Tables

Computer Training Centre University College Cork. Excel 2013 Pivot Tables Computer Training Centre University College Cork Excel 2013 Pivot Tables Table of Contents Pivot Tables... 1 Changing the Value Field Settings... 2 Refreshing the Data... 3 Refresh Data when opening a

More information

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010 Produced by Flinders University Centre for Educational ICT PivotTables Excel 2010 CONTENTS Layout... 1 The Ribbon Bar... 2 Minimising the Ribbon Bar... 2 The File Tab... 3 What the Commands and Buttons

More information

New Orleans 2007 Workshop Tips For Using Microsoft Excel to Analyze EMSC Data and Generate Reports Pivot Tables and Other Goodies

New Orleans 2007 Workshop Tips For Using Microsoft Excel to Analyze EMSC Data and Generate Reports Pivot Tables and Other Goodies 1 of 17 New Orleans 2007 Workshop Tips For Using Microsoft Excel to Analyze EMSC Data and Generate Reports Pivot Tables and Other Goodies Introduction In this document, we will describe several more advanced

More information

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 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

More information

Excel Pivot Tables. Blue Pecan Computer Training Ltd - Onsite Training Provider www.bluepecantraining.com :: 0800 6124105 :: info@bluepecan.co.

Excel Pivot Tables. Blue Pecan Computer Training Ltd - Onsite Training Provider www.bluepecantraining.com :: 0800 6124105 :: info@bluepecan.co. Excel Pivot Tables 1 Table of Contents Pivot Tables... 3 Preparing Data for a Pivot Table... 3 Creating a Dynamic Range for a Pivot Table... 3 Creating a Pivot Table... 4 Removing a Field... 5 Change the

More information

SonicWALL GMS Custom Reports

SonicWALL GMS Custom Reports SonicWALL GMS Custom Reports Document Scope This document describes how to configure and use the SonicWALL GMS 6.0 Custom Reports feature. This document contains the following sections: Feature Overview

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

Excel Database Management Microsoft Excel 2003

Excel Database Management Microsoft Excel 2003 Excel Database Management Microsoft Reference Guide University Technology Services Computer Training Copyright Notice Copyright 2003 EBook Publishing. All rights reserved. No part of this publication may

More information

How To Create A Report In Excel

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...

More information

Excel 2002. What you will do:

Excel 2002. What you will do: What you will do: Explore the features of Excel 2002 Create a blank workbook and a workbook from a template Format a workbook Apply formulas to a workbook Create a chart Import data to a workbook Share

More information

Microsoft Excel 2010 Pivot Tables

Microsoft Excel 2010 Pivot Tables Microsoft Excel 2010 Pivot Tables Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Microsoft Excel 2010: Pivot Tables 1.5 hours Topics include data groupings, pivot tables, pivot

More information

Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Your Data

Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Your Data The Company Rocks Excel 2003 PivotTables Summarizing, Analyzing, and Presenting Step-by-step instructions to accompany video lessons Danny Rocks 5/19/2011 Creating PivotTables in Excel 2003 PivotTables

More information

Microsoft Excel: Pivot Tables

Microsoft Excel: Pivot Tables Microsoft Excel: Pivot Tables Pivot Table Reports A PivotTable report is an interactive table that you can use to quickly summarize large amounts of data. You can rotate its rows and columns to see different

More information

How To Create A Powerpoint Intelligence Report In A Pivot Table In A Powerpoints.Com

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

More information

Importing TSM Data into Microsoft Excel using Microsoft Query

Importing TSM Data into Microsoft Excel using Microsoft Query Importing TSM Data into Microsoft Excel using Microsoft Query An alternate way to report on TSM information is to use Microsoft Excel s import facilities using Microsoft Query to selectively import the

More information

Analyzing Excel Data Using Pivot Tables

Analyzing Excel Data Using Pivot Tables NDUS Training and Documentation Analyzing Excel Data Using Pivot Tables Pivot Tables are interactive worksheet tables you can use to quickly and easily summarize, organize, analyze, and compare large amounts

More information

INTERMEDIATE Excel 2013

INTERMEDIATE Excel 2013 INTERMEDIATE Excel 2013 Information Technology September 1, 2014 1 P a g e Managing Workbooks Excel uses the term workbook for a file. The term worksheet refers to an individual spreadsheet within a workbook.

More information

Analytics with Excel and ARQUERY for Oracle OLAP

Analytics with Excel and ARQUERY for Oracle OLAP Analytics with Excel and ARQUERY for Oracle OLAP Data analytics gives you a powerful advantage in the business industry. Companies use expensive and complex Business Intelligence tools to analyze their

More information

Excel 2013 - Using Pivot Tables

Excel 2013 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

Pivot Tables & Pivot Charts

Pivot Tables & Pivot Charts Pivot Tables & Pivot Charts Pivot tables... 2 Creating pivot table using the wizard...2 The pivot table toolbar...5 Analysing data in a pivot table...5 Pivot Charts... 6 Creating a pivot chart using the

More information

How to Excel with CUFS Part 2 Excel 2010

How to Excel with CUFS Part 2 Excel 2010 How to Excel with CUFS Part 2 Excel 2010 Course Manual Finance Training Contents 1. Working with multiple worksheets 1.1 Inserting new worksheets 3 1.2 Deleting sheets 3 1.3 Moving and copying Excel worksheets

More information

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1

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...

More information

WhatsUpGold. v12.3.1. NetFlow Monitor User Guide

WhatsUpGold. v12.3.1. NetFlow Monitor User Guide WhatsUpGold v12.3.1 NetFlow Monitor User Guide Contents CHAPTER 1 WhatsUp Gold NetFlow Monitor Overview What is NetFlow?... 1 How does NetFlow Monitor work?... 2 Supported versions... 2 System requirements...

More information

Data Analysis with Microsoft Excel 2003

Data Analysis with Microsoft Excel 2003 Data Analysis with Microsoft Excel 2003 Working with Lists: Microsoft Excel is an excellent tool to manage and manipulate lists. With the information you have in a list, you can sort and display data that

More information

HP IMC User Behavior Auditor

HP IMC User Behavior Auditor HP IMC User Behavior Auditor Administrator Guide Abstract This guide describes the User Behavior Auditor (UBA), an add-on service module of the HP Intelligent Management Center. UBA is designed for IMC

More information

Overview What is a PivotTable? Benefits

Overview What is a PivotTable? Benefits Overview What is a PivotTable? Benefits Create a PivotTable Select Row & Column labels & Values Filtering & Sorting Calculations Data Details Refresh Data Design options Create a PivotChart Slicers Charts

More information

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 training@csun.edu TABLE OF CONTENTS Introduction... 1 Import Excel

More information

Advanced Excel Charts : Tables : Pivots : Macros

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

More information

Excel 2003 Tutorials - Video File Attributes

Excel 2003 Tutorials - Video File Attributes Using Excel Files 18.00 2.73 The Excel Environment 3.20 0.14 Opening Microsoft Excel 2.00 0.12 Opening a new workbook 1.40 0.26 Opening an existing workbook 1.50 0.37 Save a workbook 1.40 0.28 Copy a workbook

More information

Excel 2007 - Using Pivot Tables

Excel 2007 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

Data exploration with Microsoft Excel: analysing more than one variable

Data exploration with Microsoft Excel: analysing more than one variable Data exploration with Microsoft Excel: analysing more than one variable Contents 1 Introduction... 1 2 Comparing different groups or different variables... 2 3 Exploring the association between categorical

More information

Microsoft Excel Basics

Microsoft Excel Basics COMMUNITY TECHNICAL SUPPORT Microsoft Excel Basics Introduction to Excel Click on the program icon in Launcher or the Microsoft Office Shortcut Bar. A worksheet is a grid, made up of columns, which are

More information

How To Test The Bandwidth Meter For Hyperv On Windows V2.4.2.2 (Windows) On A Hyperv Server (Windows V2) On An Uniden V2 (Amd64) Or V2A (Windows 2

How To Test The Bandwidth Meter For Hyperv On Windows V2.4.2.2 (Windows) On A Hyperv Server (Windows V2) On An Uniden V2 (Amd64) Or V2A (Windows 2 BANDWIDTH METER FOR HYPER-V NEW FEATURES OF 2.0 The Bandwidth Meter is an active application now, not just a passive observer. It can send email notifications if some bandwidth threshold reached, run scripts

More information

STATEMENT OF TRANSACTION REPORT ANALYSIS USING EXCEL

STATEMENT OF TRANSACTION REPORT ANALYSIS USING EXCEL STATEMENT OF TRANSACTION REPORT ANALYSIS USING EXCEL Excel can be used to analyze the MCPS Statement of Transaction EXCEL Report Selected Fields to more easily track expenses through the procurement cycle.

More information

Create a PivotTable or PivotChart report

Create a PivotTable or PivotChart report Page 1 of 5 Excel Home > PivotTable reports and PivotChart reports > Basics Create or delete a PivotTable or PivotChart report Show All To analyze numerical data in depth and to answer unanticipated questions

More information

Emerald. Network Collector Version 4.0. Emerald Management Suite IEA Software, Inc.

Emerald. Network Collector Version 4.0. Emerald Management Suite IEA Software, Inc. Emerald Network Collector Version 4.0 Emerald Management Suite IEA Software, Inc. Table Of Contents Purpose... 3 Overview... 3 Modules... 3 Installation... 3 Configuration... 3 Filter Definitions... 4

More information

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 CHAPTER 6: ANALYZE MICROSOFT DYNAMICS NAV 5.0 DATA IN MICROSOFT EXCEL Objectives The objectives are: Explain the process of exporting

More information

Retrieving Data from OLAP Servers

Retrieving Data from OLAP Servers CHAPTER Retrieving Data from OLAP Servers In this chapter What Is OLAP? 790 by Timothy Dyck and John Shumate timothy_dyck@dyck.org, jcshumate@starpower.net Server Versus Client OLAP 791 Creating an OLAP

More information

Network Agent Quick Start

Network Agent Quick Start Network Agent Quick Start Topic 50500 Network Agent Quick Start Updated 17-Sep-2013 Applies To: Web Filter, Web Security, Web Security Gateway, and Web Security Gateway Anywhere, v7.7 and 7.8 Websense

More information

CHAPTER 11: SALES REPORTING

CHAPTER 11: SALES REPORTING Chapter 11: Sales Reporting CHAPTER 11: SALES REPORTING Objectives Introduction The objectives are: Understand the tools you use to evaluate sales data. Use default sales productivity reports to review

More information

Presentation Reporting Quick Start

Presentation Reporting Quick Start Presentation Reporting Quick Start Topic 50430 Presentation Reporting Quick Start Websense Web Security Solutions Updated 19-Sep-2013 Applies to: Web Filter, Web Security, Web Security Gateway, and Web

More information

NetFlow Auditor Manual Getting Started

NetFlow Auditor Manual Getting Started NetFlow Auditor Manual Getting Started Setting up NetFlow Check if your Routers or Switches Supports NetFlow. Almost all Cisco devices support NetFlow since its introduction in the 11.1 train of Cisco

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

Configuring NetFlow Secure Event Logging (NSEL)

Configuring NetFlow Secure Event Logging (NSEL) 73 CHAPTER This chapter describes how to configure NSEL, a security logging mechanism that is built on NetFlow Version 9 technology, and how to handle events and syslog messages through NSEL. The chapter

More information

MODULE 7: FINANCIAL REPORTING AND ANALYSIS

MODULE 7: FINANCIAL REPORTING AND ANALYSIS MODULE 7: FINANCIAL REPORTING AND ANALYSIS Module Overview Businesses running ERP systems capture lots of data through daily activity. This data, which reflects such things as the organization's sales

More information

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 Training@csun.edu http://www.csun.edu/training TABLE

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT Microsoft Excel: Tables & Pivot Tables ats@etsu.edu 439-8611 www.etsu.edu/ats Table of Contents: Overview... 1 Objectives... 1 1. What is an Excel Table?... 2 2. Creating Pivot

More information

Creating Dashboards for Microsoft Project Server 2010

Creating Dashboards for Microsoft Project Server 2010 Creating Dashboards for Microsoft Project Server 2010 Authors: Blaise Novakovic, Jean-Francois LeSaux, Steven Haden, Microsoft Consulting Services Information in the document, including URL and other Internet

More information

Inquisite Reporting Plug-In for Microsoft Office. Version 7.5. Getting Started

Inquisite Reporting Plug-In for Microsoft Office. Version 7.5. Getting Started Inquisite Reporting Plug-In for Microsoft Office Version 7.5 Getting Started 2006 Inquisite, Inc. All rights reserved. All Inquisite brand names and product names are trademarks of Inquisite, Inc. All

More information

ITS Training Class Charts and PivotTables Using Excel 2007

ITS Training Class Charts and PivotTables Using Excel 2007 When you have a large amount of data and you need to get summary information and graph it, the PivotTable and PivotChart tools in Microsoft Excel will be the answer. The data does not need to be in one

More information

Lesson 9. Reports. 1. Create a Visual Report. Create a visual report. Customize a visual report. Create a visual report template.

Lesson 9. Reports. 1. Create a Visual Report. Create a visual report. Customize a visual report. Create a visual report template. Lesson 9. s Create a visual report. Customize a visual report. Create a visual report template. Introduction You have updated the cost information in your project plan. When presenting such varied information

More information

Integrating LANGuardian with Active Directory

Integrating LANGuardian with Active Directory Integrating LANGuardian with Active Directory 01 February 2012 This document describes how to integrate LANGuardian with Microsoft Windows Server and Active Directory. Overview With the optional Identity

More information

Understanding Slow Start

Understanding Slow Start Chapter 1 Load Balancing 57 Understanding Slow Start When you configure a NetScaler to use a metric-based LB method such as Least Connections, Least Response Time, Least Bandwidth, Least Packets, or Custom

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

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

More information

There are numerous ways to access monitors:

There are numerous ways to access monitors: Remote Monitors REMOTE MONITORS... 1 Overview... 1 Accessing Monitors... 1 Creating Monitors... 2 Monitor Wizard Options... 11 Editing the Monitor Configuration... 14 Status... 15 Location... 17 Alerting...

More information

Tips and Tricks SAGE ACCPAC INTELLIGENCE

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,

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

PhonEX ONE Microsoft Sample Reports November 2010

PhonEX ONE Microsoft Sample Reports November 2010 PhonEX ONE Microsoft Sample Reports November 2010 MIND CTI Ltd. Table of Contents PhonEX ONE Call Management Solution... 1 PhonEX ONE Reports... 1 Standard Query Reports... 1 Availability Report by Departments

More information

EMC ViPR SRM. Alerting Guide. Version 3.7.1.0 302-002-455 01

EMC ViPR SRM. Alerting Guide. Version 3.7.1.0 302-002-455 01 EMC ViPR SRM Version 3.7.1.0 Alerting Guide 302-002-455 01 Copyright 2015-2016 EMC Corporation. All rights reserved. Published in the USA. Published February, 2016 EMC believes the information in this

More information

Using PivotTables and PivotCharts

Using PivotTables and PivotCharts CHAPTER Using PivotTables and PivotCharts In this chapter How PivotTable and PivotChart Reports Work 838 When Should You Use a PivotTable? 842 Creating a PivotTable 842 Editing and Updating a PivotTable

More information

Leveraging Best Practices for SolarWinds IP Address Manager

Leveraging Best Practices for SolarWinds IP Address Manager Leveraging Best Practices for SolarWinds IP Address Manager Share: Leveraging Best Practices for SolarWinds IPAM SolarWinds IP Address Manager (IPAM) is a comprehensive IP address management solution that

More information

By: Peter K. Mulwa MSc (UoN), PGDE (KU), BSc (KU) Email: Peter.kyalo@uonbi.ac.ke

By: Peter K. Mulwa MSc (UoN), PGDE (KU), BSc (KU) Email: Peter.kyalo@uonbi.ac.ke SPREADSHEETS FOR MARKETING & SALES TRACKING - DATA ANALYSIS TOOLS USING MS EXCEL By: Peter K. Mulwa MSc (UoN), PGDE (KU), BSc (KU) Email: Peter.kyalo@uonbi.ac.ke Objectives By the end of the session, participants

More information

SyAM Software Management Utilities. Performing a Power Audit

SyAM Software Management Utilities. Performing a Power Audit SyAM Software Management Utilities Performing a Power Power or How it Works Systems are discovered on the network, and organized into groups. For each group of systems a range of hours is defined to specify

More information

Pure1 Manage User Guide

Pure1 Manage User Guide User Guide 11/2015 Contents Overview... 2 Pure1 Manage Navigation... 3 Pure1 Manage - Arrays Page... 5 Card View... 5 Expanded Card View... 7 List View... 10 Pure1 Manage Replication Page... 11 Pure1

More information

SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03. Report Conversion Tool Guide

SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03. Report Conversion Tool Guide SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03 Table of Contents 1 Report Conversion Tool Overview.... 4 1.1 What is the Report Conversion Tool?...4

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Using Delphi Data with Excel and Access

Using Delphi Data with Excel and Access $FDGHPLF&RPSXWLQJ &RPSXWHU 7UDLQLQJ 6XSSRUW 6HUYLFHV 1HWZRUNLQJ6HUYLFHV :HEHU%XLOGLQJ Using Delphi Data with Excel and Access Using Delphi Data The raw data used to create the CSU financial, human resource,

More information

MODULE 2: SMARTLIST, REPORTS AND INQUIRIES

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

More information

SonicWALL Global Management System Reporting Guide Standard Edition

SonicWALL Global Management System Reporting Guide Standard Edition SonicWALL Global Management System Reporting Guide Standard Edition Version 2.8 Copyright Information 2004 SonicWALL, Inc. All rights reserved. Under the copyright laws, this manual or the software described

More information

LogLogic Cisco NetFlow Log Configuration Guide

LogLogic Cisco NetFlow Log Configuration Guide LogLogic Cisco NetFlow Log Configuration Guide Document Release: September 2011 Part Number: LL600068-00ELS090000 This manual supports LogLogic Cisco NetFlow Version 1.0, and LogLogic Software Release

More information

NetFlow Tracker Overview. Mike McGrath x ccie CTO mike@crannog-software.com

NetFlow Tracker Overview. Mike McGrath x ccie CTO mike@crannog-software.com NetFlow Tracker Overview Mike McGrath x ccie CTO mike@crannog-software.com 2006 Copyright Crannog Software www.crannog-software.com 1 Copyright Crannog Software www.crannog-software.com 2 LEVELS OF NETWORK

More information

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP

Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Microsoft Excel 2007 Consolidate Data & Analyze with Pivot Table Windows XP Consolidate Data in Multiple Worksheets Example data is saved under Consolidation.xlsx workbook under ProductA through ProductD

More information

Page 1 EXPERT. 1.1 Manage Multiple Workbooks Pages Where Covered Modifying existing templates. 356 (Step 7 Tip) Merging multiple workbooks

Page 1 EXPERT. 1.1 Manage Multiple Workbooks Pages Where Covered Modifying existing templates. 356 (Step 7 Tip) Merging multiple workbooks Page 1 EXPERT Study Guide for MOS Objectives (Expert) in Microsoft Excel 2013 Illustrated 1.0 Manage and Share Workbooks 1.1 Manage Multiple Workbooks Pages Where Covered Modifying existing templates 356

More information

Sample- for evaluation purposes only! Advanced Excel. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc.

Sample- for evaluation purposes only! Advanced Excel. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2012 Advanced Excel TeachUcomp, Inc. it s all about you Copyright: Copyright 2012 by TeachUcomp, Inc. All rights reserved. This publication,

More information

Monthly Payroll to Finance Reconciliation Report: Access and Instructions

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

More information

Participant Guide RP301: Ad Hoc Business Intelligence Reporting

Participant Guide RP301: Ad Hoc Business Intelligence Reporting RP301: Ad Hoc Business Intelligence Reporting State of Kansas As of April 28, 2010 Final TABLE OF CONTENTS Course Overview... 4 Course Objectives... 4 Agenda... 4 Lesson 1: Reviewing the Data Warehouse...

More information

L27 - FactoryTalk Historian Site Edition: Basic Lab on Data Collection and Reporting. For Classroom Use Only!

L27 - FactoryTalk Historian Site Edition: Basic Lab on Data Collection and Reporting. For Classroom Use Only! L27 - FactoryTalk Historian Site Edition: Basic Lab on Data Collection and Reporting For Classroom Use Only! Important User Information This documentation, whether, illustrative, printed, online or electronic

More information

Novell ZENworks Asset Management 7.5

Novell ZENworks Asset Management 7.5 Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 USING THE WEB CONSOLE Table Of Contents Getting Started with ZENworks Asset Management Web Console... 1 How to Get Started...

More information

CHAPTER 1 WhatsUp Flow Monitor Overview. CHAPTER 2 Configuring WhatsUp Flow Monitor. CHAPTER 3 Navigating WhatsUp Flow Monitor

CHAPTER 1 WhatsUp Flow Monitor Overview. CHAPTER 2 Configuring WhatsUp Flow Monitor. CHAPTER 3 Navigating WhatsUp Flow Monitor Contents CHAPTER 1 WhatsUp Flow Monitor Overview What is Flow Monitor?... 1 How does Flow Monitor work?... 2 Supported versions... 2 System requirements... 2 CHAPTER 2 Configuring WhatsUp Flow Monitor

More information

Excel Working with Data Lists

Excel Working with Data Lists Excel Working with Data Lists Excel Working with Data Lists Princeton University COPYRIGHT Copyright 2001 by EZ-REF Courseware, Laguna Beach, CA http://www.ezref.com/ All rights reserved. This publication,

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Windows Firewall Configuration with Group Policy for SyAM System Client Installation

Windows Firewall Configuration with Group Policy for SyAM System Client Installation with Group Policy for SyAM System Client Installation SyAM System Client can be deployed to systems on your network using SyAM Management Utilities. If Windows Firewall is enabled on target systems, it

More information

Chapter 4 Restricting Access From Your Network

Chapter 4 Restricting Access From Your Network Chapter 4 Restricting Access From Your Network This chapter describes how to use the content filtering and reporting features of the RangeMax NEXT Wireless Router WNR834B to protect your network. You can

More information

Probability Distributions

Probability Distributions CHAPTER 5 Probability Distributions CHAPTER OUTLINE 5.1 Probability Distribution of a Discrete Random Variable 5.2 Mean and Standard Deviation of a Probability Distribution 5.3 The Binomial Distribution

More information

Transaction Monitoring Version 8.1.3 for AIX, Linux, and Windows. Reference IBM

Transaction Monitoring Version 8.1.3 for AIX, Linux, and Windows. Reference IBM Transaction Monitoring Version 8.1.3 for AIX, Linux, and Windows Reference IBM Note Before using this information and the product it supports, read the information in Notices. This edition applies to V8.1.3

More information

The following provides information on using some of the new/enhanced functionality in Excel 2013.

The following provides information on using some of the new/enhanced functionality in Excel 2013. Excel 2013 Tips & Tricks The following provides information on using various features and functionality in Microsoft Excel 2013 and some of the difference between the 2010 version and the 2013 version.

More information

CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual

CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Using the ihistorian Excel Add-In

Using the ihistorian Excel Add-In Using the ihistorian Excel Add-In Proprietary Notice The manual and software contain confidential information which represents trade secrets of GE Fanuc International, Inc. and/or its suppliers, and may

More information

Tunnels and Redirectors

Tunnels and Redirectors Tunnels and Redirectors TUNNELS AND REDIRECTORS...1 Overview... 1 Security Details... 2 Permissions... 2 Starting a Tunnel... 3 Starting a Redirector... 5 HTTP Connect... 8 HTTPS Connect... 10 LabVNC...

More information

Connecting your Virtual Machine to the Internet. BT Cloud Compute. The power to build your own cloud solutions to serve your specific business needs

Connecting your Virtual Machine to the Internet. BT Cloud Compute. The power to build your own cloud solutions to serve your specific business needs Connecting your Virtual Machine to the Internet BT Cloud Compute The power to build your own cloud solutions to serve your specific business needs Introduction Once you have created your virtual machine

More information

BUSINESS DATA ANALYSIS WITH PIVOTTABLES

BUSINESS DATA ANALYSIS WITH PIVOTTABLES BUSINESS DATA ANALYSIS WITH PIVOTTABLES Jim Chen, Ph.D. Professor Norfolk State University 700 Park Avenue Norfolk, VA 23504 (757) 823-2564 jchen@nsu.edu BUSINESS DATA ANALYSIS WITH PIVOTTABLES INTRODUCTION

More information

Sage 300 ERP Intelligence Reporting Getting Started Guide. Debra Holder March 2014

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

More information

Viewing and Troubleshooting Perfmon Logs

Viewing and Troubleshooting Perfmon Logs CHAPTER 7 To view perfmon logs, you can download the logs or view them locally. This chapter contains information on the following topics: Viewing Perfmon Log Files, page 7-1 Working with Troubleshooting

More information

Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot

Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot www.etidaho.com (208) 327-0768 Data Mining, Predictive Analytics with Microsoft Analysis Services and Excel PowerPivot 3 Days About this Course This course is designed for the end users and analysts that

More information

email-lead Grabber Business 2010 User Guide

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

More information

Deltek Touch Time & Expense for Vision 1.3. Release Notes

Deltek Touch Time & Expense for Vision 1.3. Release Notes Deltek Touch Time & Expense for Vision 1.3 Release Notes June 25, 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical

More information