CHARTrunner Data Management System

Size: px
Start display at page:

Download "CHARTrunner Data Management System"

Transcription

1 PQ has a new quality data management and data entry system that stores data in SQL Server. If you are familiar with the way that SQCpack manages data then you will recognize a lot of similarity in this product. The product is called the CHARTrunner Data Management system (CRDM). CRDM is offered as part of a subscription bundle (called CHARTrunner Enterprise) consisting of CHARTrunner plus CRDM. There are a number of reasons why the CHARTrunner Data Management system was created: 1. To help customers who would like to use CHARTrunner but currently have no means of manually entering data into a data source so that CHARTrunner can analyze the data. 2. To help customers who currently have a data entry and storage system, but the current system has to be managed by the IT department rather than by the quality department. Sometimes the IT managed system can be a bit cumbersome and slow to react to changing needs. 3. To help customers who want to stop using Access because of IT pressure. Many IT departments do not like the idea of having data located in Access databases. There can be an issue with backing-up an Access database while someone has the database file open. 4. To help customers who want to stop using Excel worksheets because of IT pressure. Many IT departments do not like the idea of having data located in Excel worksheets. Also, Excel worksheets are not well suited to allow multiple users to concurrently change data in a worksheet. There can be an issue with backing-up a worksheet while someone has the worksheet file open. 5. To help customers who need the capability for more than one person to enter data into the same group (i.e. data table) at the same time. In this product there is no limit to the number of users who can be editing the same group at the same time. 6. To help customers who have experienced corruption of a file-based database like Microsoft Access or Excel. If you tried to have 10 or 20 users in the same SQCpack (i.e. Access) database at the same time you may have experienced corruption of the database. If any one of the computers doing the updating crashes while doing a data update there is a significant possibility of corrupting the Access database (or Excel file). With SQL Server this is not an issue. SQL Server is designed to have hundreds of concurrent users doing work at the same time. And if a computer running the editor crashes, there will be no damage to the SQL Server database since any partially completed transaction will automatically be rolled-back. 7. To help customers who want to have a central place to store their data, and want to be able to backup their data while users are adding/editing data and producing charts. 8. To give customers the ability to display a CHARTrunner chart and have the chart automatically update whenever a change is made via a data management editor. The CHARTrunner Data Management system consists of the following components: 1. Admin program. This is where you define groups, users, choice lists, categories, custom editors and import groups from SQCpack. Although the data is stored in SQL Server, the complexity of dealing with creating and modifying tables and views in SQL Server is hidden from the user. The fundamental data structure is the Group. You can have an unlimited number of groups in each database (and you can have as many databases as you like). Each group consists of the identifiers and characteristics that you specify. For instance, a group might consist of a Date/Time identifier, an Operator identifier, and a ph measurement characteristic with a sample size of 5. 1

2 2. Editor program. The user can edit the data in a group using one of the following editors. A large number of users can concurrently view, edit and chart data in a group. a. Grid editor. b. Single sample editor. c. Custom editor A single sample editor where the look and feel of the editor is defined by the user. The user can control colors, images, and field placement on the editor. 3. CHARTrunner CHARTrunner is used to draw quality charts of the data that has been stored in SQL Server. When an operator changes data in a group any CHARTrunner chart that uses that group as its data source will automatically refresh itself (if you want it to). This allows everyone in the organization to have access to realtime charts of quality data in the system. 4. CHARTrunner -m Used to monitor the quality data as it arrives in SQL Server and alert users to statistical signals in the data via or text message. SQL Server - If customers already have SQL Server they can use it. For customers who do not have SQL Server the free SQL Server Express edition can be used (which has a database size limit of 10GB, but you could enter data for a long time before ever getting near that limit). We have a customer who is using an XP computer in a lab to run SQL Server Express, and multiple users enter laboratory data into the system using other computers in the lab. SQL Server is easy to backup to a network share so that your normal network backup system includes your SQL Server data for backup. IT departments like having all of the quality data in one place that can be centrally managed and backed-up. Glossary of terms Group The group is the basic means of wrapping related quality data together so that you can work with it. If you are familiar with the concept of tables in databases, then a group is pretty much synonymous with a database table. Or, you can think of a group as a single worksheet in an Excel workbook. In fact, under the covers all the identifiers and characteristics defined by a single group are stored in a single SQL Server table. Characteristic A characteristic is something that you gather quality data about. For instance, if you are making soda cans some characteristics of the can are: 1) Height, 2) Diameter and 3) Weight. The data management system currently supports two types of characteristic: Measurement and Count. A measurement characteristic has a Sample size that defines how many numbers (observations) are collected in a sample. A measurement characteristic is used as the data source for measurement control charts like individuals, x-bar, range, sigma, etc. A count characteristic is used as the data source for Attribute charts (p-chart, np-chart, u-chart and c-chart). Observation In the example of the soda can, every hour you might randomly take five soda cans off a production line and measure the Height, Diameter and Weight of each can. Thus you would have five measurements of Height. Each measurement of Height is one observation. Identifier Data that you collect to help identify each row of quality data (i.e. each sample) is called an identifier. In the example of the soda can, every hour you might record the date/time, production line number and the operator name to help identify the observations you take. In your CHARTrunner charts you can filter on the identifier data so that you can have a chart that only considers cans from production line 4 and measured by operator Harry during January

3 Subgroup The five observations of Height that are taken each hour are said to comprise one subgroup of data for the Height characteristic. A subgroup consists of the data for one characteristic taken essentially under the same set of conditions. The set of conditions is documented by the identifiers you define for the group. Sample A sample is the data for all the identifiers and characteristics in a group taken under the same set of conditions. In the grid editor each row contains a sample. In the single sample editor the data displayed in the editor window is for one sample. SQL Server SQL Server is a popular Microsoft database system that is in wide use by businesses all over the world. 3

4 The admin program The admin program is used to define groups, users, choice lists, categories, custom editors and import groups from SQCpack. Although the data is stored in SQL Server, the complexity of dealing with creating and modifying tables and views in SQL Server is hidden from the user. The fundamental data structure is the Group. You can have an unlimited number of groups in each database (and you can have as many databases as you like). Each group consists of the identifiers and characteristics that you specify. For instance, a group might consist of a Date/Time identifier, an Operator identifier, and a ph measurement characteristic with a sample size of 5. The Groups tab shows the groups that have been defined in the current database (which is the CRDE_New database on SQL Server BOBS\SQL2008R2 as shown on the status bar at the bottom of the window). If you right-click on a group row a context menu opens to allow you to open a data editor for that group. Or you can click the Open button to open the grid editor for the group. 4

5 The File menu (which applies to both the Admin and Editor programs) allows you to: Open connection file Connect to a SQL Server database by opening a.dbc file. The.DBC file is created using the PQ.DB.Connection.Utility program. Recently used.dbc connection files are shown in the list. Connect to database Provides an alternate means of connecting to a SQL Server database. You must specify the location of SQL Server, the name of the database, and in login information. Select application style The visual styling of the program can be changed by selecting from the supplied.isl style files. Open connection via a recently used connection file Each time you select Open connection file the.dbc connection file you choose is place at the top of the list of recently used.dbc files. You can open any recently used database connection by clicking that entry in the list. This makes it easy to switch between multiple SQL Server databases that you frequently use. Exit Exit (i.e. close) the program. 5

6 The Edit group window allows you to define the identifiers, measurement characteristics and count characteristics that define the group s data. In order to add a new identifier, measurement characteristic or count characteristic you click on Add new and the list drops down as shown above. 6

7 The Charts tab allows you to define CHARTrunner charts for the group that can be viewed while in a data editor. Each chart can pertain to the entire group, or to a specific characteristic. In the example shown above both charts pertain to the Weight characteristic. While using a data editor you can click on the Charts toolbar button and select one or more of the charts to be displayed while you enter data. As you make changes to the data in the group the chart automatically updates giving you a realtime data entry and charting solution. The automatic chart update also occurs for any other charts being displayed throughout your organization (as long as they are setup properly and are using a data management group as their data source). 7

8 The Documents tab allows you to associate documents with the group. The documents can be viewed while in a data editor. Each document can pertain to the entire group, or to a specific characteristic. You can associate any type of document for which you have a program that can open that type of document. Examples include Word documents, PowerPoint slideshows, movie files, image files, etc. 8

9 The Procedure tab allows you to specify procedures, notes, etc. that can be displayed while editing the group. 9

10 The Measurement characteristic window is where you define the properties of a measurement characteristic. Most of the properties are the same as those in SQCpack. The Subgroup size specifies the number of observations to record for each sample. 10

11 The upper/target/lower specification values are optional. If Warn on entries beyond specifications is selected any data beyond the specification limits will be flagged with red text and a yellow background in the data editor. If Data value must be entered is selected then a value must be entered for each observation while in a data editor. The Minimum and Maximum section allows you to specify optional Min and Max values. If an observation value is beyond the Min/Max values you can ignore it, warn but allow it, or force the operator to enter an observation value within the limits. You can specify a fixed number of decimal places when displaying the observations in a data editor, or you can specify a custom data display format like 0.00 (if you enter.2 it will be displayed as 0.20). If you specify a Value to automatically enter of 15.1 then each observation of a new sample will be automatically filled with 15.1 when you enter the empty cell and the operator only needs to enter any remaining fractional digits. This is a timesaver when your data is typically in the 15.1 range. 11

12 Each characteristic can specify procedure text, just like the group can. This information is available to the operator while using the data editor. 12

13 Shown above are the properties of the Operator identifier. In this case the data entry user must select an operator name from the Operators choice list (as was defined in the Admin program). The entered value must match an operator in the Operators choice list. Shown above are the properties of the DateTime identifier. The types of identifiers that can be defined are: Date Shows only the date. Time Shows only the time. Date & Time Shows both date and time. Text Type as much text here as you want. You can limit the operator from entering more than N characters, or not impose any limit on the length of the text. Number Useful if you want to identify a sample with a number, like the line number or the lot number. This must be a number and cannot contain any non-numeric characters. 13

14 Shown above are the properties of a numeric identifier named Lot Number. This particular identifier is not a part of the Demo data group we have been looking at so don t be confused when you don t see it in the other screen shots. It is shown here to demonstrate the properties of a numeric identifier. 14

15 You can require users to login to the data management system or not. If you require users to login, you can define usernames and passwords within the data management system. Or, you can use the usernames and passwords provided by your network infrastructure. You can also use a combination of both approaches. The following rights can be assigned to each user: Administrator The user can open the data management Admin program. Add new data The user can add new samples (rows in the grid editor), but cannot modify or delete any preexisting data in the group. Edit existing data The user can edit/delete existing data, but cannot add any new data. Draw charts The user can draw charts while using the various editors in the system. Choose editor The user can choose to use any available editor. Without this right, the user can only used the editor that was assigned to the group by the administrator. Login using network credentials If the user Name matches the user s network login name, and the user has authenticated with a domain controller, then the user is granted access to the system. When this option is selected the Password field is hidden since passwords are managed by the network domain controller. 15

16 The Choice lists tab lets you administer any choice lists that will be used while editing the data in a group. You can use a choice list with a text identifier in order to prevent spelling errors or to ensure that only authorized values are entered. Limiting identifier entries to predetermined values can be useful when filtering data in a CHARTrunner chart. The screenshot above pretty much says it all. 16

17 The Categories tab allows you to manage the various category names that you assign to your groups. Each group can be a member of one category. In the Admin program or the Editor program you can specify to Only show me the groups in a specific category. 17

18 The SQCpack Import tab allows you to import groups (and optionally group data) defined in your SQCpack databases. If you already have SQCpack, and want to migrate to the data management system, this tab will make you happy. 18

19 The editor program The user can edit the data in a group using several available types of data editors. A large number of users can concurrently view, edit and chart data in the same group or in different groups. Customers typically install the editor program on computers used by operators who need to enter data but have no need to administer the system. The main screen of the editor presents a list of the groups that are available to be edited. Select the desired group; optionally select the type of editor to use, then click Edit. The list of available editor types consists of: a. Grid editor. b. Single sample editor. c. Custom editor A single sample editor where the look and feel of the editor is defined by the user. The user can control colors, images, and field placement on the editor. The list will contain the names of all the custom editors defined for the currently selected group. 19

20 The displayed list of groups can be filtered by selecting a category, in which case only the groups in the selected category will be displayed in the list. If you have lots of groups this can be helpful. If you right-click on a group row a context menu opens to allow you to open a data editor for that group. Or you can select the desired type of data editor and click the Edit button to open the editor for the group. The grid editor The grid editor presents the data in a rows and columns format similar to that used by Microsoft Excel. Each row represents a data sample. The columns represent the identifiers and characteristics defined in the group. The grid editor for the Demo data group is shown above. The cursor is always initially placed in the last row of the grid so that the operator can add a new row of data. In the example above there is only one row currently in the data table. If user login is enabled (as specified in the Admin program), the size and position of each editor window (along with the desired text size) is remembered on a per-user basis. If user login is not enabled, the editor window information is remembered as if all users login as a single anonymous user (i.e. the same window information is applied to all users of the system). In either the grid or single-subgroup editors when adding a new subgroup if you press Enter on a date/time field the current date/time will be automatically filled in for you. 20

21 In general pressing Enter in either editor moves you to the next cell, and also to the next subgroup when on the last field of the current subgroup. The value in the first row is highlighted because the value is beyond the upper specification limit of 14.0, and Weight characteristic has Warn on entries beyond specifications enabled. Press enter in the DateTime field and the current date and time are automatically entered for you and the cursor advances to the Operator field. Since the Operator field has a choice list it is automatically displayed. 21

22 A choice list is defined for the Operator field, so the operator can select from the available choices. Notice the information about the field in the status bar at the bottom of the window. You can choose an operator name by typing part of the name, or by selecting a name using the mouse cursor, or by using the up/down arrow keys on the keyboard. The software prevents the user from entering an incorrect value since this identifier was defined with the Value must be in choice list option. When the user finishes the selection for the Operator field and presses Enter the cursor advances to the first observation for the Weight measurement characteristic) as shown below. 22

23 The status bar at the bottom informs the user that a value must be entered in the Weight field. Let s enter (which is actually a typing error, because the user really wanted to enter 13.88). 23

24 The software informs the user that numbers greater than 15 are not allowed, so the typing mistake must be corrected. When the administrator set up the Weight characteristic he specified that numbers larger than 15.0 are not allowed. 24

25 The remainder of the row has been entered. Press Enter and the data in the row are written to the SQL Server database table, and then editor adds a new blank row for you to enter some more new data. If one or more CHARTrunner charts are currently displaying a chart based upon the data in this group they will automatically refresh to display the new data (assuming the charts were setup to do so). 25

26 Like SQCpack, the editor keeps the rows in the same order they are added to the group. If you define your CHARTrunner charts to use the SeqNumber column (not shown in the editor) as the Order By column then the data will be ordered on the chart exactly as it is displayed in the editor. Let s say that we want to insert a new row between the two existing rows. The cursor is positioned on the row that we want to insert above and the Insert button on the toolbar is clicked, as shown below. 26

27 A new blank row is inserted above the row as shown below. 27

28 The operator can now enter data for the newly inserted row. 28

29 After data for the inserted row has been entered the editor looks as shown above. Technical information (if you are interested in geek stuff) How does the system keep the data rows in the same order that they were entered, and allow inserts between rows? Each row of the underlying SQL Server data table has a 64 bit integer sequence number column named SeqNumber. In the editor the data is ordered by the SeqNumber column. Each time a new row is appended to the table it is assigned a SeqNumber that is equal to 8192 plus the largest SeqNumber currently in the table. When a row is inserted between two existing rows it is assigned a SeqNumber that is halfway between the rows. After 13 successive inserts in the same place there is no longer any room to insert between the two rows, so the entire table is locked and re-sequenced so that the difference in SeqNumber between two adjacent rows is again The table also has a RowID column (64 bit integer) that is a SQL Server identity column. The RowID column allows the software to update a row even if a re-sequence occurs between the time the row is read and written. 29

30 Different font sizes can be selected for the editor. This is the Huge font size. This is the Tiny font size. Five different font sizes are available from Tiny to Huge. The operator can choose the font size that works best. If user logins are enabled the font size is remembered on a peruser basis for each group s data editors. 30

31 What happens if other users are adding and deleting rows in the same group as you? If you attempt to modify a row that has been deleted by someone else the software will inform you and refresh the displayed rows. If two or more people are making changes to the same sample the last person to save wins. Grid editor toolbar buttons Click the toolbar button to insert a new blank sample row prior to the current sample row. Click the toolbar button to delete the currently selected row(s). You can select multiple rows for deletion as follows. To select a contiguous block of rows select the first row by Shift-Left-Click to the left of the row, then select the last row of the block by Shift-Left-Click to the left of the last row. To select multiple non-contiguous rows you Control-Left-Click to the left of each row you want to select. After the desired rows have been selected click the delete the selected rows. toolbar button to Click the toolbar button to view the CHARTrunner charts that are associated with the group. The View associated charts window opens as shown above. To display a chart either double-click the chart row or select the chart row and click the View button. The size and position of the window can be adjusted and will be remembered the next time the window is displayed. 31

32 Click the toolbar button to view the documents that are associated with the group. The View associated documents window opens as shown above. To view a document either double-click the document row or select the document row and click the View button. The size and position of the window can be adjusted and will be remembered the next time the window is displayed. Click the toolbar button to open the Procedure window as shown above. The choice list at the bottom of the window allows the operator to display the procedure for the group or for each characteristic in the group. If the cursor is in an identifier field the procedure for the entire group will be shown, otherwise the procedure for the current characteristic will be shown. The size and position of the Procedure window is remembered for each group and user. Click the toolbar button to toggle the always on top state of the editor window. When always on top is enabled the editor window will always appear on top of any other windows on the desktop. Click the toolbar button (or press F5) and the editor will refresh to show you any changes made by other users who are editing the same group. 32

33 Click the toolbar button to toggle whether all the columns are automatically resized to fit within the available width of the editor window. Press the toolbar button to open the Cause and Note editor window as shown above. This toolbar button is enabled only when the cursor is located in a characteristic field (it is not enabled when in an identifier field). Special-cause Used to document one or more special-causes that apply to a subgroup. A subgroup with a special-cause is not used by CHARTrunner in the calculation of control limits. CHARTrunner can display the text of a special-cause on the chart next to its subgroup. Definition: "Common-cause" is the usual, historical, quantifiable variation in a process or system, while "special- causes" are unusual, not previously observed, non-quantifiable variation in a process or system. Note Used to record comments and notes that apply to a subgroup. In CHARTrunner the presence of a note does not prevent a subgroup from being used in the calculation of control limits. CHARTrunner can display the text of a note on the chart next to its subgroup. NOTE: SQCpack allowed users to apply a special-cause cause or note to the entire sample, but the data management editor only allows you to apply a special-cause or note to a specific subgroup of a characteristic. Use the Text size choice list to specify the editor s font size. The selected font size will be remembered for each group and user. 33

34 The single sample editor The single sample editor presents the data for a single sample (i.e. row in the grid editor) at a time. Navigation buttons on the toolbar allow you to move back and forward through the samples in the group. Just like in the grid editor, you can append a new sample at the end and insert a new sample prior to an existing sample. When the single sample editor opens it positions itself beyond the last sample in anticipation of entering a new sample. The error checking and warning options for each field are identical to those we have already looked at in the grid editor. 34

35 Click the First/Previous/Next/Last navigation buttons on the toolbar to move among the existing samples in the group. The Sample number shown in the status bar at the bottom accurately reflects the sample s relative position in the data table, even if other users have been adding or deleting samples. Single samle editor toolbar buttons Click the toolbar button to navigate to the first sample in the group. Click the toolbar button to navigate to the previous sample in the group. Click the toolbar button to navigate to the next sample in the group. Click the toolbar button to navigate to the last sample in the group. Click the toolbar button to append a new sample (i.e. row in the grid editor) to the group. Click the toolbar button to insert a new sample in front of the current sample. Click the toolbar button to delete the current sample. 35

36 Click the toolbar button to view the CHARTrunner charts that are associated with the group. The View associated charts window opens as shown above. To display a chart either double-click the chart row or select the chart row and click the View button. The size and position of the window can be adjusted and will be remembered the next time the window is displayed. Click the toolbar button to view the documents that are associated with the group. The View associated documents window opens as shown above. To view a document either double-click the document row or select the document row and click the View button. The size and position of the window can be adjusted and will be remembered the next time the window is displayed. 36

37 Click the toolbar button to open the Procedure window as shown above. The choice list at the bottom of the window allows the operator to display the procedure for the group or for each characteristic in the group. If the cursor is in an identifier field the procedure for the entire group will be shown, otherwise the procedure for the current characteristic will be shown. The size and position of the Procedure window is remembered for each group and user. Click the toolbar button to toggle the always on top state of the editor window. When always on top is enabled the editor window will always appear on top of any other windows on the desktop. Click the toolbar button (or press F5) and the editor will refresh to show you any changes made by other users who are editing the same group. Click the toolbar button to toggle whether all the columns are automatically resized to fit within the available width of the editor window. 37

38 Press the toolbar button to open the Cause and Note editor window as shown above. This toolbar button is enabled only when the cursor is located in a characteristic field (it is not enabled when in an identifier field). Special-cause Used to document one or more special-causes causes that apply to a subgroup. A subgroup with a special-cause is not used by CHARTrunner in the calculation of control limits. CHARTrunner can display the text of a special-cause on the chart next to its subgroup. Definition: "Common-cause" is the usual, historical, quantifiable variation in a process or system, while "specialin a process or causes" are unusual, not previously observed, non-quantifiable variation system. Note Used to record comments and notes that apply to a subgroup. In CHARTrunner the presence of a note does not prevent a subgroup from being used in the calculation of control limits. CHARTrunner can display the text of a note on the chart next to its subgroup. NOTE: SQCpack allowed users to apply a special-cause cause or note to the entire sample, but the data management editor only allows you to apply a special-cause or note to a specific subgroup of a characteristic. Use the Text size choice list to specify the editor s font size. The selected font size will be remembered for each group and user. 38

39 Custom editor You can define your own custom editors. As the editor above demonstrates (in a bad way if you can see it in color), you probably want someone with a good sense of color and design to help you out with your editor designs. But the good news is that you have the freedom to design the editor to look the way you want it to. Integration with CHARTrunner CHARTrunner can easily display charts of the quality data that has been entered because the data is stored in SQL Server tables, and CHARTrunner is perfectly happy to use SQL Server data. In your CHARTrunner chart definitions you will actually use a SQL Server view as your data source, rather than using the group s data table directly. This is because the table and column names are not very human-friendly looking. The data management Admin program creates a SQL Server view for each group. The view has the same name as the group, and the column names are easily recognizable when you are mapping columns in the chart definition. 39

40 In CHARTrunner (and higher) a new triggered chart refresh feature has been added to the Misc tab of the chart definition (as shown above). This allows the chart to automatically update itself each time data changes in the group s data table. The data management editor sends a broadcast message across the network each time it changes data in the group s data table. The format of the message is [SQLServerName-DatabaseName-TableName]. All you have to do in order to get automatic refresh of a CHARTrunner chart is specify the proper message to listen for and you have realtime charting. On the Edit group window (shown above) click the Refresh ID button and the appropriate text will be copied to the clipboard. Edit a CHARTrunner chart definition, select the Misc tab, and paste the refresh ID into the Triggered chart refresh field. Ensure that Refresh the chart is selected and save the chart definition. This feature works with the charts in a CHARTrunner multi-chart as well. You might have 12 charts displayed on a large screen monitor via a multi-chart, and each one will individually update when an editor makes a change to the group data that chart is displaying. The broadcast message can be received by every CHARTrunner in your organization. Let s assume the operator has a chart displayed beside the editor window, the supervisor has a chart displayed, and the plant manager has a chart displayed. Every time the data entry person changes data via the editor all three of those charts will automatically refresh and display the latest data. Summary The CHARTrunner Data Management software has the simplicity of the SQCpack data management and entry paradigm (groups, characteristics and identifiers). 40

41 Your quality data is stored in SQL Server (so your IT department will be pleased). You define the data groups that you are interested in and the software creates the needed SQL Server data storage for you. Your data is safe from corruption caused by a failed data entry computer. Multiple users can add/edit/delete data in the same group at the same time. The data management editors are designed to be helpful for entering quality data. Entered data can optionally be checked against specification limits and min/max limits. Current date and time values can be automatically entered for you. Choice lists provide quick and accurate entry of identifier values. New observation fields can be pre-filled with a constant value like 15.1 in order to speed data entry when all your data values typically begin with CHARTrunner is used to display quality control and analysis charts throughout your organization based upon the quality data that is stored in SQL Server. You can implement real-time charting of data as it is entered by operators. If you already have data in SQCpack you can easily import your group definitions and data into the data management system. 41

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

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

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Q&As: Microsoft Excel 2013: Chapter 2

Q&As: Microsoft Excel 2013: Chapter 2 Q&As: Microsoft Excel 2013: Chapter 2 In Step 5, why did the date that was entered change from 4/5/10 to 4/5/2010? When Excel recognizes that you entered a date in mm/dd/yy format, it automatically formats

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

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

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

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

SECTION 5: Finalizing Your Workbook

SECTION 5: Finalizing Your Workbook SECTION 5: Finalizing Your Workbook In this section you will learn how to: Protect a workbook Protect a sheet Protect Excel files Unlock cells Use the document inspector Use the compatibility checker Mark

More information

Create a New Database in Access 2010

Create a New Database in Access 2010 Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

More information

Titanium Schedule Center Management Software USER MANUAL. Sales and Customer Service Technical Support

Titanium Schedule Center Management Software USER MANUAL. Sales and Customer Service Technical Support Titanium Schedule Center Management Software USER MANUAL Sales and Customer Service Technical Support Postal Mail Web Site 281-443-3544 (telephone) Sales@TitaniumSoftware.com (email) 281-443-3544 (telephone)

More information

Instructions for applying data validation(s) to data fields in Microsoft Excel

Instructions for applying data validation(s) to data fields in Microsoft Excel 1 of 10 Instructions for applying data validation(s) to data fields in Microsoft Excel According to Microsoft Excel, a data validation is used to control the type of data or the values that users enter

More information

Excel 2007: Basics Learning Guide

Excel 2007: Basics Learning Guide Excel 2007: Basics Learning Guide Exploring Excel At first glance, the new Excel 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

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

A Quick Tour of F9 1

A Quick Tour of F9 1 A Quick Tour of F9 1 Table of Contents I. A Quick Tour of F9... 3 1. Getting Started... 3 2. Quick Trial Balance... 7 3. A More Dynamic Table Report... 10 II. The Fundamental F9 Formula... 14 The GL Formula...

More information

How to Use Excel for Law Firm Billing

How to Use Excel for Law Firm Billing How to Use Excel for Law Firm Billing FEATURED FACULTY: Staci Warne, Microsoft Certified Trainer (MCT) (801) 463-1213 computrainhelp@hotmail.com Staci Warne, Microsoft Certified Trainer (MCT) Staci Warne

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

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

BUSINESS OBJECTS XI WEB INTELLIGENCE

BUSINESS OBJECTS XI WEB INTELLIGENCE BUSINESS OBJECTS XI WEB INTELLIGENCE SKW USER GUIDE (Skilled Knowledge Worker) North Carolina Community College Data Warehouse Last Saved: 3/31/10 9:40 AM Page 1 of 78 Contact Information Helpdesk If you

More information

Task Force on Technology / EXCEL

Task Force on Technology / EXCEL Task Force on Technology EXCEL Basic terminology Spreadsheet A spreadsheet is an electronic document that stores various types of data. There are vertical columns and horizontal rows. A cell is where the

More information

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500 Outlook Email User Guide IS TRAINING CENTER 833 Chestnut St, Suite 600 Philadelphia, PA 19107 215-503-7500 This page intentionally left blank. TABLE OF CONTENTS Getting Started... 3 Opening Outlook...

More information

Check out our website!

Check out our website! Check out our website! www.nvcc.edu/woodbr idge/computer-lab Contact Us Location: Open Computer Lab Seefeldt Building #336 NOVA Woodbridge Campus Hussna Azamy (OCL Supervisor) Phone: 703-878-5714 E-mail:

More information

Introduction to MS WINDOWS XP

Introduction to MS WINDOWS XP Introduction to MS WINDOWS XP Mouse Desktop Windows Applications File handling Introduction to MS Windows XP 2 Table of Contents What is Windows XP?... 3 Windows within Windows... 3 The Desktop... 3 The

More information

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0

ECDL. European Computer Driving Licence. Database Software BCS ITQ Level 1. Syllabus Version 1.0 ECDL European Computer Driving Licence Database Software BCS ITQ Level 1 Using Microsoft Access 2013 Syllabus Version 1.0 This training, which has been approved by BCS, includes exercise items intended

More information

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008

Microsoft Using an Existing Database Amarillo College Revision Date: July 30, 2008 Microsoft Amarillo College Revision Date: July 30, 2008 Table of Contents GENERAL INFORMATION... 1 TERMINOLOGY... 1 ADVANTAGES OF USING A DATABASE... 2 A DATABASE SHOULD CONTAIN:... 3 A DATABASE SHOULD

More information

Welcome to PowerClaim Net Services!

Welcome to PowerClaim Net Services! Welcome to PowerClaim Net Services! PowerClaim Net Services provides a convenient means to manage your claims over the internet and provides detailed reporting services. You can access PowerClaim Net Services

More information

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11 MS Excel Handout: Level 2 elearning Department 2016 Page 1 of 11 Contents Excel Environment:... 3 To create a new blank workbook:...3 To insert text:...4 Cell addresses:...4 To save the workbook:... 5

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

Creating and Using Forms in SharePoint

Creating and Using Forms in SharePoint Creating and Using Forms in SharePoint Getting started with custom lists... 1 Creating a custom list... 1 Creating a user-friendly list name... 1 Other options for creating custom lists... 2 Building a

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

Outlook 2010 Essentials

Outlook 2010 Essentials Outlook 2010 Essentials Training Manual SD35 Langley Page 1 TABLE OF CONTENTS Module One: Opening and Logging in to Outlook...1 Opening Outlook... 1 Understanding the Interface... 2 Using Backstage View...

More information

Using an Access Database

Using an Access Database A Few Terms Using an Access Database These words are used often in Access so you will want to become familiar with them before using the program and this tutorial. A database is a collection of related

More information

Web Portal User Guide. Version 6.0

Web Portal User Guide. Version 6.0 Web Portal User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries

More information

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21 Index Index School Jotter Manual Logging in Getting the site looking how you want Managing your site, the menu and its pages Editing a page Managing Drafts Managing Media and Files User Accounts and Setting

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

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

WINDOWS 7 MANAGE FILES AND FOLDER WITH WINDOWS EXPLORER

WINDOWS 7 MANAGE FILES AND FOLDER WITH WINDOWS EXPLORER WINDOWS 7 MANAGE FILES AND FOLDER WITH WINDOWS EXPLORER Last Edited: 2012-07-10 1 Introduce Windows Explorer... 3 Navigate folders and their contents... 5 Organize files and folders... 8 Move or copy files

More information

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

Word 2007: Basics Learning Guide

Word 2007: Basics Learning Guide Word 2007: Basics Learning Guide Exploring Word At first glance, the new Word 2007 interface may seem a bit unsettling, with fat bands called Ribbons replacing cascading text menus and task bars. This

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

QUICK START GUIDE RESOURCE MANAGERS. Last Updated: 04/27/2012

QUICK START GUIDE RESOURCE MANAGERS. Last Updated: 04/27/2012 QUICK START GUIDE RESOURCE MANAGERS Last Updated: 04/27/2012 Table of Contents Introduction... 3 Getting started... 4 Logging into Eclipse... 4 Setting your user preferences... 5 Online help and the Eclipse

More information

Login: https://ipfw.edu/c Quick Guide for dotcms & Accessibility November 2014 Training: http://ipfw.edu/training

Login: https://ipfw.edu/c Quick Guide for dotcms & Accessibility November 2014 Training: http://ipfw.edu/training dotcms & Accessibility Folders Creating a New Folder Note: All folders showing on menu must have an index page. 1. Right-click the parent folder in which the new folder will reside. 2. Click New > Folder.

More information

Revealing the Secrets of Microsoft Project

Revealing the Secrets of Microsoft Project 2 Revealing the Secrets of Microsoft Project To know that one has a secret is to know half the secret itself. Henry Ward Beecher Topics Covered in This Chapter Recognizing the Underlying Rules of Project

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

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

Microsoft Excel 2010. Understanding the Basics

Microsoft Excel 2010. Understanding the Basics Microsoft Excel 2010 Understanding the Basics Table of Contents Opening Excel 2010 2 Components of Excel 2 The Ribbon 3 o Contextual Tabs 3 o Dialog Box Launcher 4 o Quick Access Toolbar 4 Key Tips 5 The

More information

User Support Manual KIDS IEP AND DATA MANAGEMENT SOFTWARE PROGRAM. Customized Relational Technology, Inc.

User Support Manual KIDS IEP AND DATA MANAGEMENT SOFTWARE PROGRAM. Customized Relational Technology, Inc. Customized Relational Technology, Inc. 17726-J Oak Park Ave., Tinley Park, IL 60477 Phone: (708) 532-7022 Fax: (708) 532-7028 Toll Free: (866) 640-KIDS (5437) Email: support@iep-crt.com User Support Manual

More information

Password Memory 6 User s Guide

Password Memory 6 User s Guide C O D E : A E R O T E C H N O L O G I E S Password Memory 6 User s Guide 2007-2015 by code:aero technologies Phone: +1 (321) 285.7447 E-mail: info@codeaero.com Table of Contents Password Memory 6... 1

More information

Guide to Setting up Docs2Manage using Cloud Services

Guide to Setting up Docs2Manage using Cloud Services COMvantage Solutions Presents: Version 3.x Cloud based Document Management Guide to Setting up Docs2Manage using Cloud Services Docs2Manage Support: Email: service@docs2manage.com Phone: +1.847.690.9900

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 The biggest difference between Excel 2007 and its predecessors is the new layout. All of the old functions are still there (with some new additions), but they are now located

More information

Getting Started Guide SAGE ACCPAC INTELLIGENCE

Getting Started Guide SAGE ACCPAC INTELLIGENCE Getting Started Guide SAGE ACCPAC INTELLIGENCE Table of Contents Introduction... 1 What is Sage Accpac Intelligence?... 1 What are the benefits of using Sage Accpac Intelligence?... 1 System Requirements...

More information

Microsoft PowerPoint 2010 Computer Jeopardy Tutorial

Microsoft PowerPoint 2010 Computer Jeopardy Tutorial Microsoft PowerPoint 2010 Computer Jeopardy Tutorial 1. Open up Microsoft PowerPoint 2010. 2. Before you begin, save your file to your H drive. Click File > Save As. Under the header that says Organize

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Word 2010: Mail Merge to Email with Attachments

Word 2010: Mail Merge to Email with Attachments Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN

More information

Table of Contents SQL Server Option

Table of Contents SQL Server Option Table of Contents SQL Server Option STEP 1 Install BPMS 1 STEP 2a New Customers with SQL Server Database 2 STEP 2b Restore SQL DB Upsized by BPMS Support 6 STEP 2c - Run the "Check Dates" Utility 7 STEP

More information

Outlook Web Access User Guide

Outlook Web Access User Guide Table of Contents Title Page How to login...3 Create a new message/send attachment...5 Remove the reading pane...10 Calendar functions...11 Distribution lists...11 Contacts list...13 Tasks...18 Options...19

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

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

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

Spreadsheet - Introduction

Spreadsheet - Introduction CSCA0102 IT and Business Applications Chapter 6 Spreadsheet - Introduction Spreadsheet A spreadsheet (or spreadsheet program) is software that permits numerical data to be used and to perform automatic

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Introduction... 3 What is Pastel Partner (BIC)?... 3 System Requirements... 4 Getting Started Guide... 6 Standard Reports Available... 6 Accessing the Pastel Partner (BIC) Reports...

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

Creating Reports with Smart View s Ad Hoc Analysis

Creating Reports with Smart View s Ad Hoc Analysis with Smart View s Ad Hoc Analysis Dartmouth College February 10, 2009 Table of Contents Overview... 3 Connecting to the Reporting Cube... 3 Setting Ad Hoc Options... 3 The Ad Hoc Grid... 4 Selecting Members

More information

Crystal Reports Payroll Exercise

Crystal Reports Payroll Exercise Crystal Reports Payroll Exercise Objective This document provides step-by-step instructions on how to build a basic report on Crystal Reports XI on the MUNIS System supported by MAISD. The exercise will

More information

MicroStrategy Desktop

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

More information

Chapter 1 Kingsoft Office for Android: A Close Look. Compatible with Microsoft Office: With Kingsoft Office for Android, users are allowed to create,

Chapter 1 Kingsoft Office for Android: A Close Look. Compatible with Microsoft Office: With Kingsoft Office for Android, users are allowed to create, Introduction From the globally respected software company Kingsoft, comes an extraordinary new Office software for your Android mobile or tablet device. Utilizing decades of leading innovation, Kingsoft

More information

Advanced Event Viewer Manual

Advanced Event Viewer Manual Advanced Event Viewer Manual Document version: 2.2944.01 Download Advanced Event Viewer at: http://www.advancedeventviewer.com Page 1 Introduction Advanced Event Viewer is an award winning application

More information

Writer Guide. Chapter 15 Using Forms in Writer

Writer Guide. Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer Copyright This document is Copyright 2005 2008 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the

More information

Outlook Web Access (OWA) User Guide

Outlook Web Access (OWA) User Guide Outlook Web Access (OWA) User Guide September 2010 TABLE OF CONTENTS TABLE OF CONTENTS... 2 1.0 INTRODUCTION... 4 1.1 OUTLOOK WEB ACCESS SECURITY CONSIDERATIONS... 4 2.0 GETTING STARTED... 5 2.1 LOGGING

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

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

Microsoft Access 2010 Overview of Basics

Microsoft Access 2010 Overview of Basics Opening Screen Access 2010 launches with a window allowing you to: create a new database from a template; create a new template from scratch; or open an existing database. Open existing Templates Create

More information

Council of Ontario Universities. COFO Online Reporting System. User Manual

Council of Ontario Universities. COFO Online Reporting System. User Manual Council of Ontario Universities COFO Online Reporting System User Manual Updated September 2014 Page 1 Updated September 2014 Page 2 Table of Contents 1. Security... 5 Security Roles Defined in the Application...

More information

How To Create A Campaign On Facebook.Com

How To Create A Campaign On Facebook.Com Seriously powerful email marketing, made easy Table of Contents DOTMAILER QUICK START GUIDE... 3 Main Screen... 4 Getting Started... 6 STEP 1: CAMPAIGN SETTINGS... 7 STEP 2: CAMPAIGN CONTENT... 8 Editing

More information

Creating and Formatting Charts in Microsoft Excel

Creating and Formatting Charts in Microsoft Excel Creating and Formatting Charts in Microsoft Excel This document provides instructions for creating and formatting charts in Microsoft Excel, which makes creating professional-looking charts easy. The chart

More information

Quick Reference Guide

Quick Reference Guide Simplified Web Interface for Teachers Quick Reference Guide Online Development Center Site Profile 5 These fields will be pre-populated with your information { 1 2 3 4 Key 1) Website Title: Enter the name

More information

Introduction to Drupal

Introduction to Drupal Introduction to Drupal Login 2 Create a Page 2 Title 2 Body 2 Editor 2 Menu Settings 5 Attached Images 5 Authoring Information 6 Revision Information 6 Publishing Options 6 File Attachments 6 URL Path

More information

Teacher Training Session 1. Adding a Sub-Site (New Page) Editing a page and page security. Adding content cells. Uploading files and creating folders

Teacher Training Session 1. Adding a Sub-Site (New Page) Editing a page and page security. Adding content cells. Uploading files and creating folders Teacher Training Session 1 Adding a Sub-Site (New Page) Editing a page and page security Adding content cells Uploading files and creating folders Adding Sub Sites Sub Sites are the same as Sub Groups

More information

Microsoft Query, the helper application included with Microsoft Office, allows

Microsoft Query, the helper application included with Microsoft Office, allows 3 RETRIEVING ISERIES DATA WITH MICROSOFT QUERY Microsoft Query, the helper application included with Microsoft Office, allows Office applications such as Word and Excel to read data from ODBC data sources.

More information

Unleash the Power of e-learning

Unleash the Power of e-learning Unleash the Power of e-learning Version 1.5 November 2011 Edition 2002-2011 Page2 Table of Contents ADMINISTRATOR MENU... 3 USER ACCOUNTS... 4 CREATING USER ACCOUNTS... 4 MODIFYING USER ACCOUNTS... 7 DELETING

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

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Creating a Webform First Steps... 1 Form Components... 2 Component Types.......4 Conditionals...

More information

Fleet Maintenance Software

Fleet Maintenance Software Fleet Maintenance Software Welcome Thank you for taking time to review FleetWise VB Maintenance Management Made Simple. This guide is intended to provide a quick overview of installing the software and

More information

Appointment Scheduler

Appointment Scheduler EZClaim Appointment Scheduler User Guide Last Update: 11/19/2008 Copyright 2008 EZClaim This page intentionally left blank Contents Contents... iii Getting Started... 5 System Requirements... 5 Installing

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

STATGRAPHICS Online. Statistical Analysis and Data Visualization System. Revised 6/21/2012. Copyright 2012 by StatPoint Technologies, Inc.

STATGRAPHICS Online. Statistical Analysis and Data Visualization System. Revised 6/21/2012. Copyright 2012 by StatPoint Technologies, Inc. STATGRAPHICS Online Statistical Analysis and Data Visualization System Revised 6/21/2012 Copyright 2012 by StatPoint Technologies, Inc. All rights reserved. Table of Contents Introduction... 1 Chapter

More information

How To Create A Document On A Pc Or Macbook

How To Create A Document On A Pc Or Macbook ApplicationXtender 6.5 Document Manager User Guide (version 1.0) CCS Computing and Communications Service June 2013 Table of Contents OVERVIEW... 3 Logging in to AppXtender Document Manager... 4 Changing

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

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

SmartBar for MS CRM 2013

SmartBar for MS CRM 2013 SmartBar for MS CRM 2013 Version 2013.26 - April 2014 Installation and User Guide (How to install/uninstall and use SmartBar for MS CRM 2013) The content of this document is subject to change without notice.

More information

OX Spreadsheet Product Guide

OX Spreadsheet Product Guide OX Spreadsheet Product Guide Open-Xchange February 2014 2014 Copyright Open-Xchange Inc. OX Spreadsheet Product Guide This document is the intellectual property of Open-Xchange Inc. The document may be

More information

SelectSurvey.NET Basic Training Class 1

SelectSurvey.NET Basic Training Class 1 SelectSurvey.NET Basic Training Class 1 3 Hour Course Updated for v.4.143.001 6/2015 Page 1 of 57 SelectSurvey.NET Basic Training In this video course, students will learn all of the basic functionality

More information

Excel Project Creating a Stock Portfolio Simulation

Excel Project Creating a Stock Portfolio Simulation Background Vocabulary Excel Project Creating a Stock Portfolio Simulation 1. What is a stock? A stock is a share in the ownership of a corporation, a large business organization. A stock, also, represents

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

Timed Email Organizer User s Manual

Timed Email Organizer User s Manual Timed Email Organizer User s Manual Quick Start Guide... 3 Welcome... 4 Main Rules Window... 5 Status Bar... 6 Close... 6 Save As... 7 Add/Edit Rules... 7 Conditions... 9 Actions... 12 Delete Rules...

More information

CONTENTM WEBSITE MANAGEMENT SYSTEM. Getting Started Guide

CONTENTM WEBSITE MANAGEMENT SYSTEM. Getting Started Guide CONTENTM WEBSITE MANAGEMENT SYSTEM Getting Started Guide Table of Contents CONTENTM WEBSITE MANAGEMENT SYSTEM... 1 GETTING TO KNOW YOUR SITE...5 PAGE STRUCTURE...5 Templates...5 Menus...5 Content Areas...5

More information

Module B. Key Applications Using Microsoft Office 2010

Module B. Key Applications Using Microsoft Office 2010 Module B Key Applications Using Microsoft Office 2010 Unit 3: Common Elements Key Applications The Key Applications exam includes questions covering three applications (word processing, spreadsheet and

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information