Sharperlight 3.0 Sample Dashboard

Size: px
Start display at page:

Download "Sharperlight 3.0 Sample Dashboard"

Transcription

1 Sharperlight 3.0 Sample Dashboard

2 Sharperlight 3.0 Sample Dashboard Published by philight Software International Pty Ltd All other copyrights and trademarks are the property of their respective owners Printed: March 2015 Document Version: Disclaimer: The information in this document remains the current view of philight Software International Pty Ltd and is subject to change without notice. This position is due to changing market conditions and should not be interpreted as a commitment to the correct operation of any technology or product contained herein. This document is intended as information only and philight Software International Pty Ltd makes no warranties, express or implied as to the information in this document. All rights reserved. The copyright of this document and the computer software described herein and provided herewith are the property of philight Software International Pty Ltd. No part of this publication or the computer software may be reproduced, transmitted, transcribed, stored in a retrieval system, or translated into any human or computer language, in any form or by any means or otherwise used without the express written permission of philight Software International Pty Ltd. philight Software International Pty Ltd 15 Ohio Place Marangaroo WA 6065 AUSTRALIA

3 Contents 3 Table of Contents Part I Overview 6 Part II Setup 8 1 Step Restore Dashboard Database 8 2 Step Add Dashboard Datamodel 8 3 Step Import Published Queries and Dashboard Pages 8 4 Step Restart Sharperlight Service 8 5 Step Open Homepage 9 Part III Homepage 11 1 Start Dashboard Billboard Part IV Dashboards 16 1 Sales Today's... Sales 16 Top 5... Stock Lines by Quarter 17 Stock... Lines for Week 17 Fortnightly... Sales 18 Current... Stock Line Sales 18 Top 5... Customers 19 2 Purchases Purchase... Orders by Stock Line 20 Purchase... Orders by Week 21 Purchase... Orders by Supplier 21 Year... and Month Slicers 22 3 Compliance Days... Elapsed from Order To Approval 23 Days... Elapsed from Order To Invoice 23 Orders... Unreceipted in Last 60 Days 24 4 Financial Account... Balances by Period 25 Balances... by Period 25 Technical... Services 26 Event... Monitoring 26 5 Freight Freight... by Region 27 Carrier... by Packaging 28 Packaging Power... 29

4 4 Sharperlight 3.0 Sample Dashboard Solar... Generation 29 Solar... Generation for Today 29 Power... Consumption by Location 30 Power... Feed Schedule 30 Weather Part V Reports 33 1 Freight... by Region and Suburb 33 2 Month... To Date Profit and Loss 33 3 Sales... Key Performance Indicators 34 4 Sales... Orders with Attachments 35 5 Sales... Quantity by Month 36 6 Trial... Balance 36 7 Trial... Balance by Month 37 Index 0

5 Part I

6 6 1 Sharperlight 3.0 Sample Dashboard Overview This is a companion guide that explains how to setup the Sharperlight Sample Dashboard and it explains how the Dashboard was constructed and it highlights key functionality. The Sample Dashboard consists of Published Queries, Dashboard Pages, the Sample Dashboard database and a Sample Dashboard Datamodel. The Sample Dashboard is a demonstration environment, that uses practical examples to show the versatility and simplicity of Sharperlight and its Dashboard capabilities. The Homepage that hosts the dashboards can easily be used in production environments with minimal modifications.

7 Part II

8 8 2 Sharperlight 3.0 Sample Dashboard Setup The Sample Dashboard requires an installation of Sharperlight or later. These setup instructions assume Sharperlight is already installed and configured. The Sample Dashboard collateral is packaged and distributed together inside a ZIP file. The following instructions assume the ZIP file has been extracted into a folder. 2.1 Step 1 - Restore Dashboard Database The Dashboard database backup is in a SQL Server 2008 R2 backup format and thus, it will not restore into a SQL Server 2008 or earlier database instance. 2.2 Step 2 - Add Dashboard Datamodel Open the Datamodel Installer and use the Add button to load the Dashboard.meta file into the local Datamodel instance. The description for the Dashboard.meta file is Sample Dashboard Data. Once the Dashboard Datamodel is successfully loaded, then open Client Setup to configure and test the connection details to Sample Dashboard database. 2.3 Step 3 - Import Published Queries and Dashboard Pages Open Publisher and right hand click on the Published Query List, this will display a menu with the option to Import Items. Use the Import and navigate to the Sample Dashboard directory and select the DSH.pbqlist file. This file contains all the Dashboard Published Queries and the Published Queries that create the Homepage website. The Homepage queries have a standard group of System and individual queries are named System.HomeMain, System.HomeMenu, System.HomeStart and System.HomeInfo. Selected Published Queries will overwrite any queries with the same name, so be careful to only select queries that do not exist or need to be replaced. After importing the Published Queries, use the same right hand click menu and select the Dashboard Pages item. This will open a form similar to Publisher but it is a list view of Dashboard Pages. The form has its own Import Items from the right hand click menu. The import can be used to import the DSH.dblist file that contains the Sales, Purchases, Compliance, Financial, Freight and Power Sample Dashboards. 2.4 Step 4 - Restart Sharperlight Service Once the Published Queries and Dashboard Pages have been imported, it is good idea to stop and start the Sharperlight Service. If the Service was running when the Dashboard Datamodel was added then it won't be available until the Service is restarted. If the Datamodel Service is running in manual mode, use the Service dialog and select the Stop Service button to close the Service. Start the Manual Service again using the Service shortcut in the Sharperlight All Programs Start Menu folder. If the Service is running as a Windows Service, use the standard Windows Services dialog to restart the Sharperlight Service.

9 Setup Step 5 - Open Homepage To open the Sample Homepage use the root address of the Sharperlight REST Service and add the path to the System.HomeMain report. For example, to connect to the localhost with a default configuration of the Web Channel and assuming it uses port 4001 for HTTP communication, the web address would be When someone attempts to access the System.HomeMain Published Query, it will enforce user authentication and require either a valid Sharperlight user and password or; if the Service is using Windows Authentication it will authenticate the browser user with the users detailed in Site Setup.

10 Part III

11 Homepage 3 11 Homepage The Sample Homepage uses a Report Layout in Publisher to integrate together a page header, individual tabs for dashboard pages, billboards for Published Query selection and HTML information pages. To investigate how the Homepage hangs together, open Publisher and edit the System.HomeMain Published Query. Select the Report tab and take special notice of how their is an enabled Layout and Custom Header. Homepage Use the Layout Edit button to review the Layout settings. The Layout is set to use a Tab Style where each item of content will be returned in its own Tab. Some of the content is referencing Publisher Reports but the Sales, Financial and Power items are Dashboard Pages. The System.HomeStart and System.HomeInfo items are returning Custom HTML whilst the System.HomeMenu Report is a query that returns a billboard of published queries restricted by the Publisher Group Code. The System.HomeMenu queries the Sharperlight System Datamodel and restricts the output to only queries that have the same Group Code as referenced in the URL Parameter (bottom right hand corner). System.HomeMain Layout The System.HomeMain uses a CUSTOM HTML Header to position a company logo in the top left hand corner and login details on the right. The HTML script can be viewed by selecting the Edit Custom Header button. This sample script was graphically designed using Microsoft Expression Web 4 which is a free download from Microsoft. In the HTML script there is a reference to SharperlightLogo.png file but the path to the file is not immediately clear. {*Url.Root}/Content/?product=Dashboard&file=SharperlightLogo.png Custom HTML in Publisher can refer to the Sharperlight Service and extract Content directly from a Datamodel. So the reference to the SharperlightLogo.png is using the Service to return an image file

12 12 Sharperlight 3.0 Sample Dashboard stored in the Dashboard Datamodel. System.HomeMain Custom Header This sample System.HomeMain could be easily changed to display other dashboards and different Published Query groups. This style of Homepage is normally given to customers during training and it provides a simple mechanism for hosting and deploying Published content. 3.1 Start The Tab Layout used in this Homepage will always display the tab on the far left. Rather than jumping straight into a Dashboard or Billboard the Start page is providing some instructional information. This is a good practice to follow because the Start page could be used for team based instructions and a simple noticeboard of up coming events. Start Tab The System.HomeStart Published Query contains the Custom HTML welcome page. From the Report tab in Publisher, open the Custom HTML dialog and the HTML code can be viewed. The HTML script can be modified in this dialog but anything beyond simple rewording of sentences can become technically challenging. A simpler alternative is to create and maintain the web page in Web Expressions, and then copy and paste the HTML code between the code pane in Web Expressions and into the Custom HTML dialog.

13 Homepage 13 System.HomeStart Custom HTML 3.2 Dashboard The Dashboards in Sharperlight are self-contained web pages that can enclose multiple individual tiles. The creation and maintenance of Tiles is completed within the Dashboard page. Each Tile has a Properties icon on its Title bar, and from here the Properties for the Dashboard Page and Tile can be configured. Dashboard Tab Dashboard Tiles can repositioned and resized from within the Dashboard Page container but these changes need to be saved through the Tile properties, for them to be retained.

14 14 Sharperlight 3.0 Sample Dashboard Tile Expanded Web Tables and Charts in Sharperlight inherit the Drill Throughs that have been configured for the Published Query. Even if the web content is returned through a Dashboard Tile, the Drill Throughs will be available using the right hand click row menu in a Table and left hand mouse clicking on a chart series. Tiles also have the concept of an Expanded View. If the Expanded URL is configured in the Tile Properties then double clicking on the Tile Title will open the Expanded content in another browser tab. This is equivalent to clicking on the right facing arrow on the Tile Title. The window expand icon on the Tile Title will maximise the current browser frame to just contain the Expanded View. 3.3 Billboard Billboards provide a simple mechanism for viewing lists of Published Queries and then selecting individual ones for viewing. The System.HomeMenu Published Query generates the billboard list and it uses a query with expressions to create the hyperlinks beneath the Title and a document icon. If the cursor is hovered over the query title, it will turn from the normal arrow pointer to a selection finger. Billboard Tab On selecting a Published Query from a Billboard, the query will either open a new browser tab or a new browser windows. The configuration of the browser will decide if it uses a new tab or browser window.

15 Part IV

16 16 4 Sharperlight 3.0 Sample Dashboard Dashboards To emphasis how Dashboards are used to visualise operating states, the tile data on the Sales, Financial and Power Dashboards will slowly creep into the future because they are all configured to refresh on a regular basis. The Purchases, Compliance and Freight Dashboards are designed to return performance measures for the current day and they do not automatically refresh. The Sample Dashboard Datamodel has some special query logic that will dynamically set the transaction dates. So the dates will always start from today, then increment into the future and after two hours the queries will reset and start refreshing again from the current date. 4.1 Sales The Sales Dashboard Page contains seven tiles and they all are set in Publisher to refresh every three minutes (180 Seconds). There are four tables with Filtered Columns and one has trend indicators, there are also two dual series charts and a high level sales summary tile. Sales Dashboard Page Today's Sales The Today's Sales Tile uses the DSH.SalesToday Published Query. The SalesToday query uses an Output Expression to format the Items Sold and Total Orders with a highly visible large font. It also has conditional logic that will format the font red if the Total Order value is less than 15,000 and otherwise green. The row has a By Salesperson Drill Through configured on it and this Drill Through provides Items Sold and Total Order values by Salesperson.

17 Dashboards 17 Today's Sales Tile If the cursor is hovered over the Today's Sales Title bar, it will display a Tooltip that has been written into the Tile Properties Top 5 Stock Lines by Quarter The Top 5 Stock Lines by Quarter Tile uses the DSH.Top5StockbyQuarter Published Query. The query is using Filtered Columns to calculate the calendar year quarters from 1 through to 4. The query is also using a scaling factor to return movements rounded to the nearest thousand. Top 5 Stock Lines by Quarter Tile Stock Lines for Week The Stock Lines for Week Tile uses the DSH.StockLineWeek Published Query and it has an Expanded View that displays a more detailed report on the stock line movements. When reviewing this area chart, it can be useful to disable one of the series to focus just on last week or this week. To disable a series, click on the colour square in the chart legend and this will turn the legend colour to grey, and the series will disappear from the chart.

18 18 Sharperlight 3.0 Sample Dashboard Stock Lines for Week Tile Fortnightly Sales The Fortnightly Sales Tile uses the DSH.FortnightSales Published Query. The chart combines a line and column series style and the disparity between the value of Orders and Freight is a good example where the Order series might be disable, and the chart will then rescale to show a more indicative Freight series. To disable the Order series, click on its legend colour square and it will change to grey and the Orders series will disappear from the chart. Reselect the Orders colour square in the legend and the series will return to the chart. The Published Query has two Drill Throughs available, one by Stock Line and the other by Salesperson. To use these Drill Throughs in the chart, click on a measurement point in either of the chart series and it will display a pop up Drill Through menu. Select the required Drill Through and the Drill will be opened in another browser pane. Fortnightly Sales Tile Since this chart uses the date on an axis, it will clearly show how the automatic refreshes will move forward in time because new dates will appear and older dates will fall off the charting series. Obviously, this is for illustrative purposes and the Sample Dashboard Datamodel is specifically designed to allow this time shift Current Stock Line Sales The Current Stock Line Sales Tile uses the DSH.StockLineCurrTrend Published Query. This query uses Filtered Columns to return the weekly and daily Stock Line values. It also uses an Expression with a formatting script to return the trend icons with the green triangle trending up and the red triangle trending down. The Tile Properties also have a Tooltip description for the Tile, so this will pop up when the cursor is hovered over the Tile Title bar.

19 Dashboards 19 Current Stock Line Sales Tile Top 5 Customers The Top 5 Customers Tile uses the DSH.Top5Customers Published Query. This query uses Filtered Columns to return the different reporting periods and it uses an Expression to abbreviate the Customer Name. Top 5 Customers Tile 4.2 Purchases The Purchases Dashboard returns purchase order performance based on the current year and month. On the left hand side their are slicers for Year, Month and Manager which will on row selection, force a refresh of the charts and tables.

20 20 Sharperlight 3.0 Sample Dashboard Purchases Dashboard Page Purchase Orders by Stock Line The Purchase Orders by Stock Line Tile uses the DSH.PurOrdByStoLin Published Query and it has a Drill Through to display Purchase Orders by Stock Items. Purchase Orders by Stock Line Tile

21 Dashboards Purchase Orders by Week The Purchase Orders by Week Tile uses the DSH.PurOrdByWK Published Query and it charts the value of purchase orders using a radar chart. Purchase Orders by Week Tile Purchase Orders by Supplier The Purchase Orders by Supplier Tile uses the DSH.PurOrdBySupPer Published Query and it uses a stacked column chart to visualise the value of orders. This example uses a filter in the Tile to restrict the order value by Stock Line. Note that the filter is using a dropdown picklist which uses less space than the default filter list. Purchase Orders by Supplier Tile

22 Sharperlight 3.0 Sample Dashboard Year and Month Slicers The Year and Month Slicer Tiles use the DSH.PurOrdYearSli and DSH.PurOrdMonthSli Published Queries. These Tiles are defined as Slicers by the &rowselectfilter=1 command, that has been added to there Content URL. These Dashboard Slicers provide a simple method of filtering the Tiles on a Dashboard Page. By individually or multi-selecting values in the Slicer list, the Tiles on the page will be refreshed if there queries have the same filter names. Year and Month Slicers 4.3 Compliance The Compliance Dashboard uses three simple Tiles to illustrate how a user process can be monitored to ensure visibility and compliance. Compliance Dashboard This Dashboard has a Notes Tile in the bottom left hand corner. Tiles have a rich text editor pane in there properties pane and it can be used to display paragraphs of text and bullet points.

23 Dashboards 23 Tile Contents Days Elapsed from Order To Approval The Days Elapsed from Order To Approval Tile uses the DSH.PurOrdTimeElapOrdApp Published Query. This query uses Query Unions to stack the timeframes and it uses a Report Layout to display both a Table and Pie Chart of the same information. In the right hand top corner of the Tile there is a small downward facing triangle, clicking on this triangle will display a filter for the Stock Line. This is a collapsed filter bar and this behaviour is configured in Publisher. Days Elapsed from Order To Approval Tile Days Elapsed from Order To Invoice The Days Elapsed from Order To Invoice Tile uses the DSH.PurOrdToInvTol Published Query. The Chart has a Drill Through available, double click on any of the column bars and the Drill Through menu will display a To Order Details drill.

24 24 Sharperlight 3.0 Sample Dashboard Days Elapsed from Order To Invoice Tile Orders Unreceipted in Last 60 Days The Orders Unreceipted in Lasted 60 Days Tile uses the DSH.PurOrd60DaysUnrec Published Query. In the query there is a Report Layout that stacks the status summary above the order details. The two queries have a relationship where a row selection in the status summary will filter and refresh the order details. Orders Unreceipted in Last 60 Days

25 Dashboards Financial The Financial Dashboard is configured the same way as the Sales Dashboard, so all the tiles will automatically refresh every three minutes. The dashboard introduces some inline graphical elements with sparklines, horizontal bars and shortcuts. Financial Dashboard Page Account Balances by Period The Account Balances By Category Tile uses the DSH.AccntBalbyCat Published Query. This query uses Filtered Columns extensively to return the year balance and the balance for every month which is then used in the Sparkline. The Sparkline is an Expression that takes the monthly balances for the year and generates a small inline bar chart. The positive values are return in blue and negative values in red. If the Financial Dashboard is left to run for an hour it will roll into 2014 and the column titles will change to reflect the year. The column titles for This Year and Last Year are Expressions that use the filter value to label the column. The Tile Properties for this example has commentary in the Tooltip, it will be displayed if the cursor is hovered over the Tile Title bar. Account Balances by Period Tile Balances by Period The Balances By Period Tile uses the DSH.BalbyPer Published Query. The area chart showing Revenue and Expenses is fairly difficult to interpret, the close alignment of two series makes it difficult to visualise the true difference. If the user clicks on the chart area it will display a pop up

26 26 Sharperlight 3.0 Sample Dashboard menu with Zoom In, Zoom Out and Refresh. Select the Zoom In and it will display a sectional slicer and by clicking on the slice, the chart will zoom in and rescale the area with a focus on the top of the series. Balances by Period Tile Technical Services The Technical Services Tile uses the DSH.TechServProjSum Published Query. The query uses an Expression to generate a horizontal bar with a percentage complete label. To focus on the outstanding projects the query uses an Expression to suppress all projects where the completion is higher than 99 percent. Technical Services Tile Event Monitoring The Event Monitoring Tile uses the DSH.EventMon Published Query. This is a simple example of how customers can use a custom message queue table for reporting business events. The messages get written into the queue table and they should have a priority value, an expiry date and a field to show they can be disabled. From within the Event Monitoring Tile the messages can be reviewed in more detail and disabled using the Disable shortcut which opens a standard Sharperlight Writeback Webform. Event Monitoring Tile Writeback Webforms are automatically generate when a table in a Datamodel is Writeback enabled. The Webform uses the field structure, lookups and data types to determine the form

27 Dashboards 27 layout and behaviour. With the Message Queue Webform, the record can be disabled by switching the Disabled radio button to Yes and selecting the Submit button at the bottom. Message Queue Webform 4.5 Freight The Freight Dashboard uses four Tiles to illustrates how a cost intensive element of a bigger business process can be focused on. Also the bold colours show how dashboard colour schemes can be tailored to corporate branding and different dashboards can have there own unique colour schemes. Freight Dashboard Page Freight by Region The Freight by Region Tile uses the DSH.FreByReg Published Query. The Tile has an Expanded view, by double clicking on the Tile Title another web browser pane will be opened and the generated report has freight costs and percentages for the day, week, month, quarter, half year and year.

28 28 Sharperlight 3.0 Sample Dashboard Freight by Region Carrier by Packaging The Carrier by Packaging Tile uses the DSH.FreCharByPack Published Query. The query is using Filtered Columns to arrange freight costs by the types of packaging. Carrier by Packaging Tile Packaging The Packaging Tile uses the DSH.FrePackTab Published Query but it has Report Layout that returns different timeframe based queries on separate tabs. Packaging Tile

29 Dashboards Power The Power Dashboard has similar concepts to the Sales and Financial Dashboards. The Power Dashboard will refresh automatically but it is much more frequent with a 30 second interval. It also introduces gauges and shows how tabs can be used within a tile. Power Dashboard Page Solar Generation The Solar Generation Tile uses the DSH.PowerConNowGauge Published Query. The query uses a Query Union to stack the Gauge on top of the calculated value. The gauge is an Expression where the label, yellow and red zones, and the minimum and maximum values can be specified. The calculated value uses an Expression to format the value with font size and the KW-H label. Solar Generation Tile Solar Generation for Today The Solar Generation for Today and 30 Days Tile uses the DSH.SolarGenToday30Days Published Query. The query uses a Sub Query to return the 30 day average and then uses Expressions to format the output values.

30 30 Sharperlight 3.0 Sample Dashboard Solar Generation for Today and 30 Days Tile Power Consumption by Location The Power Consumption by Location Tile uses the DSH.PowerConTab Published Query. This query uses a Report layout with seven independent tabs to return consumption values for Now, Today, the Week, the Month, etc. Each of the tabs corresponds to another Published Query. This example illustrates how multiple slices of similar information can be condensed in a small space by using tabs within a Tile. Power Consumption by Location Tile Power Feed Schedule The Power Feed Schedule Tile uses the DSH.PowFeeSch Published Query. The query uses six Query Unions to report the different timeframes. Power Feed Schedule Tile Weather The Weather Tile uses the DSH.Weather Published Query. The query uses four Query Unions to stack the weather conditions.

31 Dashboards 31 Weather Tile

32 Part V

33 Reports 5 33 Reports To complement the Sample Dashboards, there are also Sample Reports that demonstrate some of the Sharperlight web reporting functionality. 5.1 Freight by Region and Suburb The Freight by Region and Suburb Report uses the DSHS.FreByRegSub Published Query. The query uses Filtered Columns, Sub Queries and Expressions to return freight costs. Right hand clicking on the report table will display a Table menu, from this menu the web report can be printed and saved to a local file. Freight by Region and Suburb 5.2 Month To Date Profit and Loss The Month To Date Profit and Loss Report uses the DSHS.MTDProfitLossMain Published Query. This query uses a Report Layout to combine together separate reports under there own tabs. The Summary and Detailed reports have Drill Through icons alongside the actual and budget values. The use of Drill Through icons allows more flexibility on the positioning of the link and it is has more visual impact to the end-user.

34 34 Sharperlight 3.0 Sample Dashboard Month To Date Profit and Loss - Summary Selecting any of the other tabs will display another report. The detailed and summary reports have a similar layout but the detailed report returns actual and budget values down to the account level. Month To Date Profit and Loss - Detailed 5.3 Sales Key Performance Indicators The Sales Key Performance Indicators Report uses the DSHS.SalesKPI Published Query. The query uses Filtered Columns, Sub Queries and Expressions to calculate Percentage and for the inline charts.

35 Reports 35 Sales Key Performance Indicators 5.4 Sales Orders with Attachments The Sales Orders with Attachements Report uses the DSHS.SalOrdAtt Published Query. This query is relatively simple but take note of the far right hand side column which has a document icon that will return the sales order in PDF into the web browser. Sales Orders with Attachments

36 Sharperlight 3.0 Sample Dashboard Sales Quantity by Month The Sales Quantity by Month Report uses the DSHS.SalQtyMth Published Query. This query uses Filtered Columns and an expression to create the sparkline chart. Sales Quantity by Rolling Months 5.6 Trial Balance The Trial Balance Report uses the DSHS.TrialBal Published Query. The query uses an OR statement to conditionally return the balance of balance sheet accounts and the year to date balance of profit and loss accounts. Trial Balance

37 Reports Trial Balance by Month The Trial Balance by Month Report uses the DSHS.TrialBalMth Published Query. This query uses Query Unions to stack and subtotal account categories. Note that the Retained Earnings is a calculated value based on the previous years profit or loss, so the grand total balances to zero. Trial Balance by Month

Sharperlight Web Interface

Sharperlight Web Interface Sharperlight Web Interface www.sharperlight.com info@sharperlight.com Sharperlight Web Interface Published by philight Software International Pty Ltd All other copyrights and trademarks are the property

More information

Sharperlight 2.10 Quick Start Guide

Sharperlight 2.10 Quick Start Guide Sharperlight 2.10 Quick Start Guide www.sharperlight.com info@sharperlight.com Sharperlight 2.10 Quick Start Guide Published by philight Software International Pty Ltd All other copyrights and trademarks

More information

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working

More information

Create an Excel BI report and share on SharePoint 2013

Create an Excel BI report and share on SharePoint 2013 2013 Create an Excel BI report and share on SharePoint 2013 Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web

More information

WHAT S NEW IN OBIEE 11.1.1.7

WHAT S NEW IN OBIEE 11.1.1.7 Enterprise Data Management OBI Author Training, March 2015 WHAT S NEW IN OBIEE 11.1.1.7 NEW PRESENTATION FEATURES VIEWS 1) Recommended Visualizations Feature When you create a new view, OBIEE looks at

More information

SAS BI Dashboard 4.3. User's Guide. SAS Documentation

SAS BI Dashboard 4.3. User's Guide. SAS Documentation SAS BI Dashboard 4.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS BI Dashboard 4.3: User s Guide. Cary, NC: SAS Institute

More information

DataPA OpenAnalytics End User Training

DataPA OpenAnalytics End User Training DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc.

NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc. NDA-30141 ISSUE 1 STOCK # 200893 CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000 NEC America, Inc. LIABILITY DISCLAIMER NEC America, Inc. reserves the right to change the specifications,

More information

Finance Reporting. Millennium FAST. User Guide Version 4.0. Memorial University of Newfoundland. September 2013

Finance Reporting. Millennium FAST. User Guide Version 4.0. Memorial University of Newfoundland. September 2013 Millennium FAST Finance Reporting Memorial University of Newfoundland September 2013 User Guide Version 4.0 FAST Finance User Guide Page i Contents Introducing FAST Finance Reporting 4.0... 2 What is FAST

More information

Advanced Microsoft Excel 2010

Advanced Microsoft Excel 2010 Advanced Microsoft Excel 2010 Table of Contents THE PASTE SPECIAL FUNCTION... 2 Paste Special Options... 2 Using the Paste Special Function... 3 ORGANIZING DATA... 4 Multiple-Level Sorting... 4 Subtotaling

More information

Dashboard Builder TM for Access

Dashboard Builder TM for Access Dashboard Builder TM for Access Professional Edition Application Guide Version 5 8/8/15 This document is copyright 2007-2015 OpenGate Software. The information contained in this document is subject to

More information

User Guide QAD Field Service Scheduler

User Guide QAD Field Service Scheduler User Guide QAD Field Service Scheduler Introduction to QAD FSS All Calls Browse Gantt Chart Scheduling Tab Call Details Tab List of Engineers Tab Geography Map Tab Part Details Tab 78-0698-3.3.1 QAD Field

More information

How To Use Excel 2010 On Windows 7 (Windows 7) On A Pc Or Mac) With A Microsoft Powerbook (Windows Xp) On Your Computer Or Macintosh (Windows) On Windows Xp (Windows 2007) On Microsoft Excel 2010

How To Use Excel 2010 On Windows 7 (Windows 7) On A Pc Or Mac) With A Microsoft Powerbook (Windows Xp) On Your Computer Or Macintosh (Windows) On Windows Xp (Windows 2007) On Microsoft Excel 2010 ISBN 978-1-921780-70-7 CREATE AND PRODUCE SPREADSHEETS BSBITU202A/BSBITU304A Excel 2010 Supporting BSBITU202A Create and Use Spreadsheets and BSBITU304A Produce Spreadsheets in the Business Services Training

More information

HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1

HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1 HRS 750: UDW+ Ad Hoc Reports Training 2015 Version 1.1 Program Services Office & Decision Support Group Table of Contents Create New Analysis... 4 Criteria Tab... 5 Key Fact (Measurement) and Dimension

More information

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc.

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc. Timeless Time and Expense Version 3.0 Timeless Time and Expense All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including

More information

Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide. Version 10.1.3.2 December 2006

Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide. Version 10.1.3.2 December 2006 Oracle Business Intelligence Answers, Delivers, and Interactive Dashboards User Guide Version 10.1.3.2 December 2006 Part Number: B31767-01 Copyright 2006, Oracle. All rights reserved. The Programs (which

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

State of Nevada. Ektron Content Management System (CMS) Basic Training Guide

State of Nevada. Ektron Content Management System (CMS) Basic Training Guide State of Nevada Ektron Content Management System (CMS) Basic Training Guide December 8, 2015 Table of Contents Logging In and Navigating to Your Website Folders... 1 Metadata What it is, How it Works...

More information

EMC Documentum Webtop

EMC Documentum Webtop EMC Documentum Webtop Version 6.5 User Guide P/N 300 007 239 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 1994 2008 EMC Corporation. All rights

More information

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

Salesforce Customer Portal Implementation Guide

Salesforce Customer Portal Implementation Guide Salesforce Customer Portal Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Microsoft Dynamics CRM 2016 Interactive Service Hub User Guide

Microsoft Dynamics CRM 2016 Interactive Service Hub User Guide Microsoft Dynamics CRM 2016 Interactive Service Hub User Guide Microsoft Dynamics CRM Online Microsoft Dynamics CRM 2016 (on-premises) Version 1.0 The new interactive experience for customer service We

More information

BusinessObjects Enterprise InfoView User's Guide

BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise XI 3.1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

Invoice Quotation and Purchase Orders Maker

Invoice Quotation and Purchase Orders Maker Invoice Quotation and Purchase Orders Maker Professional Edition Version 2.0.0.0 Help File By: Khaled Aljundi Software developer 1 P a g e Table of Contents 1.0 License Agreement... 3 2.0 About This Software...

More information

Accounts Payable Workflow Guide. Version 11.2

Accounts Payable Workflow Guide. Version 11.2 Accounts Payable Workflow Guide Version 11.2 Copyright Information Copyright 2013 Informa Software. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

History Explorer. View and Export Logged Print Job Information WHITE PAPER

History Explorer. View and Export Logged Print Job Information WHITE PAPER History Explorer View and Export Logged Print Job Information WHITE PAPER Contents Overview 3 Logging Information to the System Database 4 Logging Print Job Information from BarTender Designer 4 Logging

More information

Joomla! 2.5.x Training Manual

Joomla! 2.5.x Training Manual Joomla! 2.5.x Training Manual Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several tutorials

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

InfoView User s Guide. BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy USER GUIDE Unit 2: Synergy Chapter 2: Using Schoolwires Synergy Schoolwires Synergy & Assist Version 2.0 TABLE OF CONTENTS Introductions... 1 Audience... 1 Objectives... 1 Before You Begin... 1 Getting

More information

Utilities. 2003... ComCash

Utilities. 2003... ComCash Utilities ComCash Utilities All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or

More information

Webmail Instruction Guide

Webmail Instruction Guide Webmail Instruction Guide This document is setup to guide your through the use of the many features of our Webmail system. You may either visit www.safeaccess.com or webmail.safeaccess.com to login with

More information

Network Probe User Guide

Network Probe User Guide Network Probe User Guide Network Probe User Guide Table of Contents 1. Introduction...1 2. Installation...2 Windows installation...2 Linux installation...3 Mac installation...4 License key...5 Deployment...5

More information

WEBFOCUS QUICK DATA FOR EXCEL

WEBFOCUS QUICK DATA FOR EXCEL WEBFOCUS QUICK DATA FOR EXCEL BRIAN CARTER INFORMATION BUILDERS SUMMIT 2008 USERS CONFERENCE JUNE 2008 Presentation Abstract: Even with the growing popularity and evolvement of Business Intelligence products

More information

Creating Personal Web Sites Using SharePoint Designer 2007

Creating Personal Web Sites Using SharePoint Designer 2007 Creating Personal Web Sites Using SharePoint Designer 2007 Faculty Workshop May 12 th & 13 th, 2009 Overview Create Pictures Home Page: INDEX.htm Other Pages Links from Home Page to Other Pages Prepare

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with

More information

WebSphere Business Monitor V6.2 Business space dashboards

WebSphere Business Monitor V6.2 Business space dashboards Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 What this exercise is about... 2 Lab requirements... 2 What you should

More information

PLANNING FOR A SECURE RETIREMENT

PLANNING FOR A SECURE RETIREMENT PLANNING FOR A SECURE RETIREMENT ADMINISTRATIVE VIEW User Guide: D2.6.39 Agriculture Information Technology Released: August, 2005 Revised: January, 2006 Version: 1.0 PLANNING FOR A SECURE RETIREMENT ADMINISTRATIVE

More information

Backup Assistant. User Guide. NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6

Backup Assistant. User Guide. NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6 Backup Assistant User Guide NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6 Liability Disclaimer NEC Unified Solutions, Inc. reserves the right to change the specifications, functions,

More information

Security Explorer 9.5. User Guide

Security Explorer 9.5. User Guide 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

Getting Started Guide. Trimble Accubid Enterprise Software

Getting Started Guide. Trimble Accubid Enterprise Software Getting Started Guide Trimble Accubid Enterprise Software Revision A August 2013 F Toronto Office Trimble Canada Ltd. 7725 Jane Street Concord, Ontario L4K 1X4 Copyright and Trademarks 2005-2013 Trimble

More information

Table of Contents. Introduction... 1 Technical Support... 1

Table of Contents. Introduction... 1 Technical Support... 1 E-commerce Table of Contents Introduction... 1 Technical Support... 1 Introduction... 1 Getting Started... 2 Data Synchronization... 2 General Website Settings... 2 Customer Groups Settings... 3 New Accounts

More information

... Asbru Web Content Management System. Getting Started. Easily & Inexpensively Create, Publish & Manage Your Websites

... Asbru Web Content Management System. Getting Started. Easily & Inexpensively Create, Publish & Manage Your Websites Asbru Ltd Asbru Ltd wwwasbrusoftcom info@asbrusoftcom Asbru Web Content Easily & Inexpensively Create, Publish & Manage Your Websites 31 March 2015 Copyright 2015 Asbru Ltd Version 92 1 Table of Contents

More information

This Readme includes information pertaining to Novell Service Desk 7.0.

This Readme includes information pertaining to Novell Service Desk 7.0. Novell Service Desk 7.0 November 14, 2012 Novell Novell Service Desk is a complete service management solution that allows you to easily monitor and solve services issues so that there is minimal disruption

More information

EmpCenter Employee Training for Harvey Mudd College. TR-01: Time and Attendance Employee Functions

EmpCenter Employee Training for Harvey Mudd College. TR-01: Time and Attendance Employee Functions ` EmpCenter Employee Training for Harvey Mudd College TR-01: Time and Attendance Employee Functions LEGAL NOTICES Copyright 2012 WorkForce Software All Rights Reserved. WorkForce Software 38705 Seven Mile

More information

Guide To Creating Academic Posters Using Microsoft PowerPoint 2010

Guide To Creating Academic Posters Using Microsoft PowerPoint 2010 Guide To Creating Academic Posters Using Microsoft PowerPoint 2010 INFORMATION SERVICES Version 3.0 July 2011 Table of Contents Section 1 - Introduction... 1 Section 2 - Initial Preparation... 2 2.1 Overall

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

Personal Portfolios on Blackboard

Personal Portfolios on Blackboard Personal Portfolios on Blackboard This handout has four parts: 1. Creating Personal Portfolios p. 2-11 2. Creating Personal Artifacts p. 12-17 3. Sharing Personal Portfolios p. 18-22 4. Downloading Personal

More information

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL

More information

GETTING STARTED WITH COVALENT BROWSER

GETTING STARTED WITH COVALENT BROWSER GETTING STARTED WITH COVALENT BROWSER Contents Getting Started with Covalent Browser... 1 What is the Browser Version?... 4 Logging in... 5 The URL address... 5 Home page... 5 Menu bar... 5 Go To button...

More information

Infor ERP BaanIV / Baan 5.0 / LN 6.1. User's Guide for Worktop 2.4

Infor ERP BaanIV / Baan 5.0 / LN 6.1. User's Guide for Worktop 2.4 Infor ERP BaanIV / Baan 5.0 / LN 6.1 User's Guide for Worktop 2.4 Copyright 2008 Infor All rights reserved. The word and design marks set forth herein are trademarks and/or registered trademarks of Infor

More information

Hamline University Administrative Computing Page 1

Hamline University Administrative Computing Page 1 User Guide Banner Handout: BUSINESS OBJECTS ENTERPRISE (InfoView) Document: boxi31sp3-infoview.docx Created: 5/11/2011 1:24 PM by Chris Berry; Last Modified: 8/31/2011 1:53 PM Purpose:... 2 Introduction:...

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

More information

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface... 2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17

More information

DocAve 4.1 Backup User Guide

DocAve 4.1 Backup User Guide September 2007 DocAve 4.1 Backup User Guide Additional user guides available at http://www.avepoint.com/support AvePoint DocAve TM 4.1 Enterprise Backup User Guide 1 Copyright 2001-2007 AvePoint, Inc.

More information

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102

Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System

More information

Sage CRM. 7.2 Mobile Guide

Sage CRM. 7.2 Mobile Guide Sage CRM 7.2 Mobile Guide Copyright 2013 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

Dashboard Builder TM for Microsoft Access

Dashboard Builder TM for Microsoft Access Dashboard Builder TM for Microsoft Access Web Edition Application Guide Version 5.3 5.12.2014 This document is copyright 2007-2014 OpenGate Software. The information contained in this document is subject

More information

COGNOS 8 Business Intelligence

COGNOS 8 Business Intelligence COGNOS 8 Business Intelligence QUERY STUDIO USER GUIDE Query Studio is the reporting tool for creating simple queries and reports in Cognos 8, the Web-based reporting solution. In Query Studio, you can

More information

Avaya Network Configuration Manager User Guide

Avaya Network Configuration Manager User Guide Avaya Network Configuration Manager User Guide May 2004 Avaya Network Configuration Manager User Guide Copyright Avaya Inc. 2004 ALL RIGHTS RESERVED The products, specifications, and other technical information

More information

WebSphere Business Monitor V7.0 Business space dashboards

WebSphere Business Monitor V7.0 Business space dashboards Copyright IBM Corporation 2010 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 7.0 LAB EXERCISE WebSphere Business Monitor V7.0 What this exercise is about... 2 Lab requirements... 2 What you should

More information

DiskPulse DISK CHANGE MONITOR

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

More information

W i n d o w s S h a r e P o i n t S e r v i c e s 3. 0 : Student Manual

W i n d o w s S h a r e P o i n t S e r v i c e s 3. 0 : Student Manual W i n d o w s S h a r e P o i n t S e r v i c e s 3. 0 : Basic SharePoint Student Manual May, 2010 Windows SharePoint Services 3.0: SharePoint for Users President & Chief Executive Officer: Vice President,

More information

FOR WINDOWS FILE SERVERS

FOR WINDOWS FILE SERVERS Quest ChangeAuditor FOR WINDOWS FILE SERVERS 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described

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

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA All information presented in the document has been acquired from http://docs.joomla.org to assist you with your website 1 JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA BACK

More information

Ansur Test Executive. Users Manual

Ansur Test Executive. Users Manual Ansur Test Executive Users Manual April 2008 2008 Fluke Corporation, All rights reserved. All product names are trademarks of their respective companies Table of Contents 1 Introducing Ansur... 4 1.1 About

More information

FastTrack Schedule 10. Tutorials Manual. Copyright 2010, AEC Software, Inc. All rights reserved.

FastTrack Schedule 10. Tutorials Manual. Copyright 2010, AEC Software, Inc. All rights reserved. FastTrack Schedule 10 Tutorials Manual FastTrack Schedule Documentation Version 10.0.0 by Carol S. Williamson AEC Software, Inc. With FastTrack Schedule 10, the new version of the award-winning project

More information

DocAve 6 Service Pack 1 Job Monitor

DocAve 6 Service Pack 1 Job Monitor DocAve 6 Service Pack 1 Job Monitor Reference Guide Revision C Issued September 2012 1 Table of Contents About Job Monitor... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin... 5

More information

Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business

Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business 2015 Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business This manual will take you through all the areas that you are likely to use in order to maintain, update

More information

Power Monitoring Expert 7.2

Power Monitoring Expert 7.2 Power Monitoring Expert 7.2 PDF version of the Web Applications online help 7ENxx-00xx-00 07/2013 PDF version of the Web Applications online help Safety information Safety information Important information

More information

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

More information

Site Administrator Guide

Site Administrator Guide Site Administrator Guide Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos of Blackboard, Inc. All other

More information

Set Up and Maintain Customer Support Tools

Set Up and Maintain Customer Support Tools Set Up and Maintain Customer Support Tools Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

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

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

More information

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1 Business Portal for Microsoft Dynamics GP 2010 User s Guide Release 5.1 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information

Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients

Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients Technical Paper Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients A practical introduction to SAS Information Map Studio and SAS Web Report Studio for new and experienced

More information

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

Basic Web Development @ Fullerton College

Basic Web Development @ Fullerton College Basic Web Development @ Fullerton College Introduction FC Net Accounts Obtaining Web Space Accessing your web space using MS FrontPage Accessing your web space using Macromedia Dreamweaver Accessing your

More information

Sage CRM. Sage CRM 7.3 Mobile Guide

Sage CRM. Sage CRM 7.3 Mobile Guide Sage CRM Sage CRM 7.3 Mobile Guide Copyright 2014 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated,

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 2016, All

More information

Installing SQL Express. For CribMaster 9.2 and Later

Installing SQL Express. For CribMaster 9.2 and Later Installing SQL Express For CribMaster 9.2 and Later CRIBMASTER USER GUIDE Installing SQL Express Document ID: CM9-031-03012012 Copyright CribMaster. 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,

More information

Creating Online Surveys with Qualtrics Survey Tool

Creating Online Surveys with Qualtrics Survey Tool Creating Online Surveys with Qualtrics Survey Tool Copyright 2015, Faculty and Staff Training, West Chester University. A member of the Pennsylvania State System of Higher Education. No portion of this

More information

Sophos SafeGuard File Encryption for Mac Quick startup guide. Product version: 6.1

Sophos SafeGuard File Encryption for Mac Quick startup guide. Product version: 6.1 Sophos SafeGuard File Encryption for Mac Quick startup guide Product version: 6.1 Document date: January 2014 Contents 1 About SafeGuard File Encryption for Mac...3 2 First use...4 3 Working with SafeGuard

More information

USERS MANUAL FOR OWL A DOCUMENT REPOSITORY SYSTEM

USERS MANUAL FOR OWL A DOCUMENT REPOSITORY SYSTEM USERS MANUAL FOR OWL A DOCUMENT REPOSITORY SYSTEM User Manual Table of Contents Introducing OWL...3 Starting to use Owl...4 The Logging in page...4 Using the browser...6 Folder structure...6 Title Bar...6

More information

Business Objects Version 5 : Introduction

Business Objects Version 5 : Introduction Business Objects Version 5 : Introduction Page 1 TABLE OF CONTENTS Introduction About Business Objects Changing Your Password Retrieving Pre-Defined Reports Formatting Your Report Using the Slice and Dice

More information

INFOASSIST: REPORTING MADE SIMPLE

INFOASSIST: REPORTING MADE SIMPLE INFOASSIST: REPORTING MADE SIMPLE BRIAN CARTER INFORMATION BUILDERS SUMMIT 2010 USERS CONFERENCE JUNE 2010 Presentation Abstract: InfoAssist, WebFOCUS' browser-based ad hoc reporting tool, provides a single

More information

Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu)

Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu) Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu) Updated on 10/17/2014 Table of Contents About... 4 Who Can Use It... 4 Log into Ingeniux... 4 Using Ingeniux

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

Customising Your Mobile Payment Pages

Customising Your Mobile Payment Pages Corporate Gateway Customising Your Mobile Payment Pages V2.0 May 2014 Use this guide to: Understand how to customise your payment pages for mobile and tablet devices XML Direct Integration Guide > Contents

More information

NetIQ Operations Center 5: The Best IT Management Tool in the World Lab

NetIQ Operations Center 5: The Best IT Management Tool in the World Lab NetIQ Operations Center 5: The Best IT Management Tool in the World Lab NIQ08 Novell Training Services ATT LIVE 2012 LAS VEGAS www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

Lab 02 Working with Data Quality Services in SQL Server 2014

Lab 02 Working with Data Quality Services in SQL Server 2014 SQL Server 2014 BI Lab 02 Working with Data Quality Services in SQL Server 2014 Jump to the Lab Overview Terms of Use 2014 Microsoft Corporation. All rights reserved. Information in this document, including

More information

Trial version of GADD Dashboards Builder

Trial version of GADD Dashboards Builder Trial version of GADD Dashboards Builder Published 2014-02 gaddsoftware.com Table of content 1. Introduction... 3 2. Getting started... 3 2.1. Start the GADD Dashboard Builder... 3 2.2. Example 1... 3

More information

Applicant Tracking System Job Aids. Prepared by:

Applicant Tracking System Job Aids. Prepared by: Applicant Tracking System Job Aids Prepared by: Contents System Navigation and My Setup Information for Users... 1 Creating Requisitions... 4 Duplicating Requisitions... 6 Requesting an Approval... 7 Viewing

More information

Administration: General Overview. Astra Schedule VII Training Manual

Administration: General Overview. Astra Schedule VII Training Manual Last Update: August 2009 Release 7.3 Administration: General Overview This lesson is specifically designed to introduce system users to the look and feel of the web based application. This lesson will

More information

Performing On-Report Analysis with SAP BusinessObjects Web Intelligence

Performing On-Report Analysis with SAP BusinessObjects Web Intelligence Performing On-Report Analysis with SAP BusinessObjects Web Intelligence SAP BusinessObjects XI 3.1 Service Pack 3 Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge,

More information

Information Server Documentation SIMATIC. Information Server V8.0 Update 1 Information Server Documentation. Introduction 1. Web application basics 2

Information Server Documentation SIMATIC. Information Server V8.0 Update 1 Information Server Documentation. Introduction 1. Web application basics 2 Introduction 1 Web application basics 2 SIMATIC Information Server V8.0 Update 1 System Manual Office add-ins basics 3 Time specifications 4 Report templates 5 Working with the Web application 6 Working

More information

SAP Business Intelligence (BI) Reporting Training for MM. General Navigation. Rick Heckman PASSHE 1/31/2012

SAP Business Intelligence (BI) Reporting Training for MM. General Navigation. Rick Heckman PASSHE 1/31/2012 2012 SAP Business Intelligence (BI) Reporting Training for MM General Navigation Rick Heckman PASSHE 1/31/2012 Page 1 Contents Types of MM BI Reports... 4 Portal Access... 5 Variable Entry Screen... 5

More information

Monitoring Replication

Monitoring Replication Monitoring Replication Article 1130112-02 Contents Summary... 3 Monitor Replicator Page... 3 Summary... 3 Status... 3 System Health... 4 Replicator Configuration... 5 Replicator Health... 6 Local Package

More information

WatchDox for Windows. User Guide. Version 3.9.5

WatchDox for Windows. User Guide. Version 3.9.5 WatchDox for Windows User Guide Version 3.9.5 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to

More information