Portal Connector Fields and Widgets Technical Documentation

Size: px
Start display at page:

Download "Portal Connector Fields and Widgets Technical Documentation"

Transcription

1 Portal Connector Fields and Widgets Technical Documentation

2 1 Form Fields 1.1 Content CRM Form Configuration The CRM Form Configuration manages all the fields on the form and defines how the fields will operate and which entity they will use. The CRM Form Configuration can have sub-crm Form Configurations which relate fields to each other. Any relations to the top most CRM Form Configuration are submitted on the form submission. In order to set this up the child CRM Form Configurations must configure the CRM Relationship in relation to the parent CRM Form Configuration appropriately. CRM Entity Query string Key Id CRM Relationship The entity logical name of the entity you want the form to be configured for The query string key name that will provide the record id to be updated This field defines the relationship that the current CRM Form Configuration has with its parent CRM Form Configuration. Entities that show up here are entities that have been updated with metadata through the Sitefinity backend Must be unique to all other query string keys Must not contain any spaces Alpha numeric Only relevant if the CRM Form Configuration has a relatable parent CRM Form Configuration CRM Text Field The CRM Text Field is used for displaying strings, numeric or masked data. Title The title of the text field, displayed on top of the textbox CRM Field Maximum Length The field that the text field data will come from The maximum length (in characters) of the text field Depending on the field type, different properties will be available in the designer. Minimum Value: 1 Maximum Value: 32767

3 Converts the textbox to a label so that the user cannot add or modify any data Make Required Empty Message Field Width Text Mode Rows Masked Adds validation to the text field to ensure that a value exists in the field before submitting The value of the gray text that is displayed in the text field when there is no data The width of the textbox in pixels The text mode of the text field, determines the format of the data that can be entered into the textbox. If the text mode is multi line, this value determines how many rows of text are displayed when editing the field ReadOnly fields are not submitted back to Dynamics CRM A width of 0 means 100% width One of two values: Single Line Multi Line Minimum Value: 1 Maximum Value: Mask Type Display Prompt Char Save Formatted Values Determines the type of mask used in this field. Whether or not to display a character in place of your mask Whether or not to save the formatted values to Dynamics CRM or to save just the raw value without any formatting No mask provides no input validation A custom mask can be specified using the formatting elements listed here. Numeric Display Type One of three values: The display type of the numeric value. Each value Number corresponds to what character is displayed before Currency ($) the value Percent (%) Show Spin Buttons Whether or not to show spin buttons for incrementing numbers No Formatting Removes all formatting on the numeric value when checked. Advanced PromptChar The character used in place of your mask s white space. MinValue The minimum value accepted in a numeric text box Visible when Display Prompt Char is selected

4 MaxValue The maximum value accepted in a numeric text box InterceptArrowKeys Allows the use of arrow keys to step up and down the numeric value InterceptMouseWheel Allows the use of the mouse wheel to step up and down the numeric value The step at which to increment when Step incrementing by arrow keys, mouse wheel or spin buttons Precision The number of decimal places the numeric value is displayed and stored at True or False True or False CRM DateTime Field The CRM DateTime Field displays date and/or time values on your form. Title The title of the field, displayed on top of the input field CRM Field The field that the date field data will come from Make Required Format Use Blackout Dates Include Weekends as Blackout Dates Allow User to Select Blackout Dates Converts the field to a label so that the user cannot add or modify any data Adds validation to the field to ensure that a value exists in the field before submitting The format to display date/time field Whether or not to apply the blackout dates stored in Sitefinity to the date time picker. Whether or not to make weekend s behave as a blackout date Allows the user to select blackout dates Only shows available date/time fields on the current entity ReadOnly fields are not submitted back to Dynamics CRM The time selector button will be hidden if the date format contains no time element The date selector button will be hidden if the date format contains no date element Custom formatting details can be found here Blackout dates can be added in the Sitefinity backend

5 1.1.4 CRM Lookup The CRM Lookup Field allows you to edit or view any 1:1 relationship on the current entity. If a Customer field is selected, more options are available to customize fetches for Contacts and Accounts, the properties in these options are the same as the properties for non-customer fields. Title The title of the field, displayed on top of the input field CRM Field The field that the EntityReference data will come from Make Required Value Field Display Field Fetch Xml Data Source Filters Converts the field to a label so that the user cannot add or modify any data Adds validation to the text field to ensure that a value exists in the field before submitting The value field in the fetch, used to uniquely identify the record The field in the fetch that is used to display to the end user The fetch xml that contains all the desired attributes for the entity selected in the CRM Field Filters are used to replace the text in the Fetch Xml before it is executed. Only shows applicable EntityReference fields on the current entity ReadOnly fields are not submitted back to Dynamics CRM Usually the primary key field of the entity If a Customer CRM Field is selected, you must specify a fetch for both Account and Contact Case sensitive Advanced PassValueToQuerystring True or False QuerystringIdForPassedValue PostbackUrl CRM Picklist The CRM Picklist Field displays an editable drop-down list of items based on the selected Dynamics CRM picklist selected in the CRM Field property. Title The title of the field, displayed on top of the input field

6 CRM Field The Picklist field to display and save data to Make Required Converts the field to a label so that the user cannot add or modify any data Adds validation to the field to ensure that a value exists in the field before submitting Only shows applicable Picklist fields Read only fields are not submitted back to Dynamics CRM CRM Yes/No The CRM Yes/No displays an editable Boolean value. Title The title of the field, displayed on top of the input field CRM Field The Yes/No field to display and save data to Only shows applicable Yes/No fields One of four values: Display Type Drop down list How the Boolean selection will be represented Radio buttons on the form Check box Horizontal slider Read only fields are not Converts the field to a label so that the user submitted back to cannot add or modify any data Dynamics CRM CRM Rating Field The CRM Rating field allows the user to specify a rating with their submission. The style of the rating field depends on the currently active skin using the Form Decorator. The title of the field, displayed on top of the Title input field CRM Field The numeric field to save the data to Only shows decimal fields Minimum Value: 1 Max # of Items The maximum amount of rating items displayed Maximum Value: 20 One of three values: Item Selection Mode The selection mode of the rating items Half Exact

7 Converts the field to a label so that the user cannot add or modify any data Read only fields are not submitted back to Dynamics CRM CRM Status Field The CRM Status field displays the status field of the working entity. Title The title of the field, displayed on top of the input field Filter Status by State Converts the field to a label so that the user cannot add or modify any data Read only fields are not submitted back to Dynamics CRM CRM Static Value The CRM Static Value field is a hidden field, used to set any field on the current entity to a desired value during submit. Different input methods will appear depending on the type of the field. Static Value Field The field to change data on submit Value The value to set the field Use logged in user s contact id When selected, instead of submitting the value stored in the value field, it submits the contact id of the current user. Value must not contain any formatting. Integers must only be numeric. The Static Value Field property must be of type Lookup CRM System Value The CRM System Value field is a read only field that displays system level fields that are common to every entity.

8 The title of the field, displayed on top of the Title read only field Including: Created By Created By (Delegate) Created On CRM Field The system level field to view Modified By Modified By (Delegate) Modified On Record Created On Format Specifies the format that the DateTime field will Custom formatting details be displayed like can be found here CRM QueryString Value The CRM QueryString Value field is a special hidden field that allows the use of query string values passed in from the URL as form field values QueryString Key The key value of the query string pair Target CRM Field Use logged in user s contact id This is the field name that the specified query string value will be saved to CRM on form submit If selected, the field will submit the logged in user's contact ID in place of the query string value. Must not contain spaces Must not conflict with any other query string values on the form CRM Notes The CRM Notes field is a field used to add, edit and delete notes from entitites. The CRM Notes field requires that the current form configuration s selected entity has the SupportsNotes property set to true in the metadata. This property is retrieved automatically. Title The title of the field, displayed on top of the notes field Ensures the user cannot add, edit or delete any notes. Notes are just viewable

9 Allow Adding Notes Allows the user to add new notes to the current entity Allow Editing Notes Allows the user to edit existing notes on the current entity Allow Deleting Notes Allows the user to delete existing notes on the current entity Max Notes Height Allow Uploading Attachments Allow Downloading Attachments Allowed Extensions The maximum amount of notes that can be displayed at once The max height of the notes field in pixels Allows the user to upload new attachments to Dynamics CRM Allows the user to download existing attachments from Dynamics CRM A semi-colon delimited field that specifies all the extensions allowed to be uploaded 0 means unlimited If there are more notes than the maximum number of allowed notes to be displayed, the notes field will be ordered by last modified. The notes field will automatically expand until it reaches this height before it applies scrollbars to the list If nothing is specified, the user cannot upload any attachments CRM Sub-Grid View The CRM Sub-Grid view is used for displaying a grid of related entities on a form Disables all adding, editing and deleting of records in the grid, making it only viewable Allow Adding Allows the user to add a new related record Allow Editing Allow Deleting Allow Exporting CRM Relationship Allows the user to edit existing related records Allows the user to delete existing related records Allows the user to export the grid into an excel spreadsheet format The specified relationship between both related entities used to populate the grid The selected add record page must support the entity relationship The selected edit record page must support the entity relationship The value in brackets is the related field name

10 Fetch Xml Data Source The fetch xml that contains all the attributes that you want to display in the grid view. Primary fetch entity must match the related entity The relationship link is automatically added for you Advanced ColumnWidths A semi-colon delimited field that specifies how wide each column is on the grid. ColumnHeaders A semi-colon delimited field that specifies the headers of each column on the grid. This overwrites any data returned by the fetch. Empty delimiters are ignored and use the default auto column size. Empty delimiters are ignored and use the original column name 1.2 Layout CRM Form Layout The CRM Form Layout provides a container for all of the CRM Form Configurations on a form. All CRM Form Configurations and must be inside a CRM Form Layout. CRM Form Layouts are designed this way to easily manage the submission of multiple entities on a single form or page. 2 Page Widgets 2.1 Content CRM Filtered View Allow Adding Allow Editing Allow Deleting Allow Exporting

11 CRM Entity Fetch Xml Data Source Filter Form Filters Filters are used to replace the text in the Fetch Xml before it is executed. Case sensitive CRM Form Manager The CRM Form Manager is used to display forms that you create, allowing the user to add, edit or delete data directly from Dynamics CRM This property defines if the whole form is read only or not. A read only form means that all fields on the form that are editable cannot be modified. If Form Submission occurs, no data would be submitted back to CRM. Use Logged in User Contact Id This property overwrites the query string id with the current users contact id, allowing for Profile forms to be displayed without needing a grid to get the record If there is no user logged in, or the contact id is empty, this option reverts back to standard use. Form must be a form with a form configuration configured to work with Contacts from CRM CRM Data View The CRM Data View is used to display a grid of read only data using a fetch or a saved query. Paging Required A Boolean field that determines if the control should enable paging: having multiple pages on the grid to display the data instead of just one large page. Page Size The number of records that are displayed in Minimum Value: 1 each page of data. Maximum Value: 100

12 Query Type Filters Determines the type of data source used for the grid. Can be either fetch xml or a Dynamics CRM saved query. Filters are used to replace the text in the Fetch Xml before it is executed. A saved query type must refer to a system level view stored in the savedquery entity. The saved query field refers to the name attribute of the saved query entity. The name must be unique. The saved query does not apply any filters Case sensitive Only applies to fetch xml query type CRM Chart View The CRM Chart View is an advanced and powerful widget used for creating dashboard like interfaces and displaying data from aggregate fetches in a chart format. Requirements 1. An HTML 5 compatible browser that supports SVG elements Series The CRM Chart View can have a maximum of 10 series. Each series has its own properties and settings so that you may display multiple sets of data on one chart. Adding a series adds a series to the end of the series list. Removing a series removes the last series in the list. If you add a series and modify the series data and then remove the series, all data will be lost for that series. Series data is only saved when you save the designer itself. Series Fetch Xml Data Source The aggregate fetch that contains all data for all series. Including field names if required. Series Name The name of the series of data, displayed in the legend of the chart. Series Color The color that the series will be on the chart X-Axis Data Field Y-Axis Data Field The data field used for the x-axis. Adding a new series automatically changes the color Only used in charts that require both X and Y data The data field used for the y-axis. Required for all series data

13 Label Format String Tooltip Format String The format of the string used to display formatted data on the chart element The format string used to display formatted data when hovering over a chart element. {0} denotes where the data will be placed. More details on formatting types here. {0} denotes where the data will be placed. More details on formatting types here. Chart Title The text that will appear as the title of the chart. Chart Type The display format of the chart. Different types of charts require certain types of data input from the fetch xml. The letter in the square brackets represents how many dimensions of data the chart will display. [Y] means the chart will only plot data on the y axis. [XY] means the chart will plot data in the x and y axis. Plot Background Color Determines the background color of the entire plot area. Axis Title The title that is displayed on the axis. {0} denotes where the data Axis Label will be placed. The way the axis label field is formatted. Format String More details on formatting types here. Minimum Value Can be positive or negative The minimum value the axis will display on the Must be less than the chart maximum value Maximum Value Can be positive or negative The maximum value the axis will display on the Must be greater than the chart minimum value Step The step at which the axis labels display Must not be 0 Axis Color The color of the labels and border for the axis Major grid lines appear once Major Grid The color of the major grid lines every Step and once for each Lines Color column of data in the series Minor grid lines appear Minor Grid The color of the minor grid lines evenly between major grid Lines Color lines Filters Case sensitive Filters are used to replace the text in the Fetch Xml Only applies to fetch xml before it is executed. query type.

14 Advanced One of three values: Left ChartTitleAlignment The alignment of the title on the chart Center Right One of two values: ChartTitlePosition The position of the title on the chart Top Bottom ChartTitleBackgroundColor One of four values: Top The position of the legend on the ChartLegendPosition Bottom chart. Left Right LegendBackgroundColor Whether or not to use transitions UseTransitions when loading the chart and interacting True or False with the chart Bar and Column Chart Values: Center InsideEnd InsideBase OutsideEnd Line and Scatter Chart Values: The position of the labels on the chart Above LabelsPosition in relation to the data being displayed. Right This can differ for each chart type. Below Left Pie and Donut Values: Center InsideEnd OutsideEnd Stacks the series items next to each Stacked other. Applies only to Scatter and ScatterLine charts This property determines what the One of three values: MissingValuesBehavior chart will do when data is missing from Gap the series. Zero Interpolate Applies only to Scatter and LineWidth The width of the line in pixels ScatterLine charts The minor grid lines for axis x. Can One of two values: AxisXMinorTickType either be drawn outside, or not drawn Outside at all. None The background color for the chart The background color for the chart Must be in web hex color Must be in web hex color title. legend. format (ex. #FF00FF) format (ex. #FF00FF)

15 This is the length of the line in pixels AxisXMinorTickSize that is drawn to indicate the tick on the chart. The major grid lines for axis x. Can One of two values: AxisXMajorTickType either be drawn outside, or not drawn Outside at all. None AxisXMajorTickSize This is the length of the line in pixels that is drawn to indicate the tick on the chart. AxisXReversed Whether or not this axis should be reversed. True or False AxisXCrossing Index/value at which the first perpendicular axis crosses this axis AxisXLabelRotationAngle The rotation angle of the axis label Rotation in degrees AxisXLabelSkip Defines that the first n axis labels will not be displayed AxisXLabelStep Defines that every n-th axis label will be rendered. The minor grid lines for axis y. Can One of two values: AxisYMinorTickType either be drawn outside, or not drawn Outside at all. None AxisYMinorTickSize This is the length of the line in pixels that is drawn to indicate the tick on the chart. The major grid lines for axis y. Can One of two values: AxisYMajorTickType either be drawn outside, or not drawn Outside at all. None AxisYMajorTickSize This is the length of the line in pixels that is drawn to indicate the tick on the chart. AxisYReversed Whether or not this axis should be reversed. True or False AxisYCrossing Index/value at which the first perpendicular axis crosses this axis AxisYLabelRotationAngle The rotation angle of the axis label Rotation in degrees AxisYLabelSkip Defines that the first n axis labels will not be displayed AxisYLabelStep Defines that every n-th axis label will be rendered. ExplodedField The data field holding bool value which determines whether the sector should Applies only to pie and donut charts be exploded Not implemented StartAngle Specifies the start angle of the first Applies only to pie and donut segment. charts HoleSize The size of the hole in the donut chart Applies only to donut charts CRM Grid View

16 The CRM Grid View is used to display data in a grid that you can interact with. The grid is populated using a fetch xml that executes directly from Dynamics CRM. The CRM Grid View requires pages with forms to redirect to in order add or edit records. These pages must have forms that are set up to work with the Grid View s entity Allow Adding Enables an add button on the grid which allows the user to add records. Allow Editing Allow Deleting Allow Filtering Allow Exporting CRM Entity Fetch Xml Data Source Filters Enables an edit button on the grid which allows the user to edit the chosen record Enables a Delete button on the grid which enables the user to delete records in CRM. Enables a filtered control that allows you to filter the grid results Enables an export button that exports the grid data to an excel spreadsheet. The working entity on the grid. All forms linked to this grid must share the same entity. The fetch xml that contains all the attributes that you want to display in the grid view. Filters are used to replace the text in the fetch xml data source before it is executed. Must select an Add Record page that has a form with the same working entity Must select an Edit Record page that has a form with the same working entity. Fetch supports linked entities Primary fetch entity must match the CRM Entity field Case sensitive Advanced ColumnWidths ColumnHeaders AppendCurrentURL A semi-colon delimited field that specifies how wide each column is on the grid. A semi-colon delimited field that specifies the headers of each column on the grid. This overwrites any data returned by the fetch. Appends the current URL to the query string so that the user is redirected back to the current page after they complete the form Empty delimiters are ignored and use the default auto column size. If all columns have a fixed pixel width, then the sum of all widths must match the grid width, otherwise the columns expand to fill up the available space. In such cases it is good to leave one column without a width (e.g. the last one), so that it can adjust automatically. Empty delimiters are ignored and use the original column name True or False

17 2.1.6 CRM Add/Edit Grid View The CRM Add/Edit Grid View is very similar to the CRM Grid View. The CRM Add/Edit Grid View allows you to select Forms for editing and adding your data, as opposed to Pages. For brevity, only properties differing from the CRM Grid View are listed below. Allow Adding Enables an add button on the grid which allows the user to add records. Allow Editing Enables an edit button on the grid which allows the user to edit the chosen record Must select an Add Record form that is set up to work with the selected CRM Entity. Must select an Edit Record form that is set up to work with the selected CRM Entity. Advanced ColumnWidths ColumnHeaders AppendCurrentURL A semi-colon delimited field that specifies how wide each column is on the grid. A semi-colon delimited field that specifies the headers of each column on the grid. This overwrites any data returned by the fetch. Appends the current URL to the query string so that the user is redirected back to the current page after they complete the form Empty delimiters are ignored and use the default auto column size. If all columns have a fixed pixel width, then the sum of all widths must match the grid width, otherwise the columns expand to fill up the available space. In such cases it is good to leave one column without a width (e.g. the last one), so that it can adjust automatically. Empty delimiters are ignored and use the original column name True or False

18 2.1.7 Form Decorator The Form Decorator control applies a specified theme to all Sitefinity controls on a page. This control only applies to Pages or Templates, undefined behavior will occur when more than one Form Decorator is added to a page or template. The last Form Decorator added to the Template-Page hierarchy will be the form decorator that is selected for skinning the page, this allows for a different skin on each page. Skin Determines the skin that the Form Decorator will use on the current page or template. Advanced ShowSkinSelector Shows a ComboBox on the page that gives the user control of what theme they want to use. 2.2 Layout CRM Form Layout The CRM Form Layout is not applicable to Pages 3 Appendix 3.1 Mask Formatting Mask Element # Digit or space (optional). If this position is blank in the mask, it is rendered as a prompt character. L Uppercase letter (required). Restricts input to the ASCII letters A-Z. l Lowercase letter (required). Restricts input to the ASCII letters a-z. a Accepts any character. If this position is blank in the mask, it is rendered as a prompt character. <n..m> Restricts the user to an integer in the declared numeric range. Numeric range mask parts can occupy multiple positions. <n...m> Restricts the user to an integer in the declared numeric range. For the internal representation of the value is used Int64(Long) type. <Option1 Option Restricts the user to one of a fixed set of options. The pipe(" ") serves as a separator 2 Option3> between the option values. \ Escape character, allowing the following character to act as literal text. For example "\a" is the character "a" rather than including a free mask part. "\\" is the literal back slash character. Any other All non-mask elements appear as themselves. Literals always occupy a static position in the characters mask at run time, and cannot be moved or deleted by the user.

19

Charts for SharePoint

Charts for SharePoint KWizCom Corporation Charts for SharePoint Admin Guide Copyright 2005-2015 KWizCom Corporation. All rights reserved. Company Headquarters 95 Mural Street, Suite 600 Richmond Hill, ON L4B 3G2 Canada E-mail:

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

DNNCentric Custom Form Creator. User Manual

DNNCentric Custom Form Creator. User Manual DNNCentric Custom Form Creator User Manual Table of contents Introduction of the module... 3 Prerequisites... 3 Configure SMTP Server... 3 Installation procedure... 3 Creating Your First form... 4 Adding

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

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

SAS BI Dashboard 3.1. User s Guide

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

More information

Custom Reporting System User Guide

Custom Reporting System User Guide Citibank Custom Reporting System User Guide April 2012 Version 8.1.1 Transaction Services Citibank Custom Reporting System User Guide Table of Contents Table of Contents User Guide Overview...2 Subscribe

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

Creating and Managing Online Surveys LEVEL 2

Creating and Managing Online Surveys LEVEL 2 Creating and Managing Online Surveys LEVEL 2 Accessing your online survey account 1. If you are logged into UNF s network, go to https://survey. You will automatically be logged in. 2. If you are not logged

More information

Unified Monitoring Portal Online Help Dashboard Designer

Unified Monitoring Portal Online Help Dashboard Designer Unified Monitoring Portal Online Help Dashboard Designer This PDF file contains content from the Unified Monitoring Portal (UMP) Online Help system. It is intended only to provide a printable version of

More information

Welcome to 360 Reporting... 3. Accessing 360 Reporting... 3 MicroEdge Support Program... 3. Using 360 Reporting... 4. Setting up Quick Find...

Welcome to 360 Reporting... 3. Accessing 360 Reporting... 3 MicroEdge Support Program... 3. Using 360 Reporting... 4. Setting up Quick Find... Legal Notice The software described in this document is furnished under a license agreement. The software may be used or copied only in accordance with the terms of the agreement. No part of this document

More information

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

SelectSurvey.NET User Manual

SelectSurvey.NET User Manual SelectSurvey.NET User Manual Creating Surveys 2 Designing Surveys 2 Templates 3 Libraries 4 Item Types 4 Scored Surveys 5 Page Conditions 5 Piping Answers 6 Previewing Surveys 7 Managing Surveys 7 Survey

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

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

2/24/2010 ClassApps.com

2/24/2010 ClassApps.com SelectSurvey.NET Training Manual This document is intended to be a simple visual guide for non technical users to help with basic survey creation, management and deployment. 2/24/2010 ClassApps.com Getting

More information

Kaseya 2. Quick Start Guide. for VSA 6.3

Kaseya 2. Quick Start Guide. for VSA 6.3 Kaseya 2 Custom Reports Quick Start Guide for VSA 6.3 December 9, 2013 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULA as

More information

The Smart Forms Web Part allows you to quickly add new forms to SharePoint pages, here s how:

The Smart Forms Web Part allows you to quickly add new forms to SharePoint pages, here s how: User Manual First of all, congratulations on being a person of high standards and fine tastes! The Kintivo Forms web part is loaded with features which provide you with a super easy to use, yet very powerful

More information

Nintex Forms 2013 Help

Nintex Forms 2013 Help Nintex Forms 2013 Help Last updated: Friday, April 17, 2015 1 Administration and Configuration 1.1 Licensing settings 1.2 Activating Nintex Forms 1.3 Web Application activation settings 1.4 Manage device

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

KaleidaGraph Quick Start Guide

KaleidaGraph Quick Start Guide KaleidaGraph Quick Start Guide This document is a hands-on guide that walks you through the use of KaleidaGraph. You will probably want to print this guide and then start your exploration of the product.

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

Form And List. SuperUsers. Configuring Moderation & Feedback Management Setti. Troubleshooting: Feedback Doesn't Send

Form And List. SuperUsers. Configuring Moderation & Feedback Management Setti. Troubleshooting: Feedback Doesn't Send 5. At Repeat Submission Filter, select the type of filtering used to limit repeat submissions by the same user. The following options are available: No Filtering: Skip to Step 7. DotNetNuke User ID: Do

More information

MicroStrategy Quick Guide: Creating Prompts ITU Data Mart Support Group, Reporting Services

MicroStrategy Quick Guide: Creating Prompts ITU Data Mart Support Group, Reporting Services MicroStrategy Quick Guide: Creating Prompts ITU Data Mart Support Group, Reporting Services Prompts Prompts are questions the report user must answer in order to run the report. Some prompts are required

More information

Chapter 15 Using Forms in Writer

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

More information

Logi Ad Hoc Reporting Report Design Guide

Logi Ad Hoc Reporting Report Design Guide Logi Ad Hoc Reporting Report Design Guide Version 10.2 Last Updated: May 2012 Page 2 Table of Contents INTRODUCTION... 4 What is Logi Ad Hoc Reporting?... 5 CHAPTER 1 Getting Started... 6 Learning the

More information

WP Popup Magic User Guide

WP Popup Magic User Guide WP Popup Magic User Guide Introduction Thank you so much for your purchase! We're excited to present you with the most magical popup solution for WordPress! If you have any questions, please email us at

More information

Visualization with Excel Tools and Microsoft Azure

Visualization with Excel Tools and Microsoft Azure Visualization with Excel Tools and Microsoft Azure Introduction Power Query and Power Map are add-ins that are available as free downloads from Microsoft to enhance the data access and data visualization

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

WP Popup Magic User Guide

WP Popup Magic User Guide WP Popup Magic User Guide Plugin version 2.6+ Prepared by Scott Bernadot WP Popup Magic User Guide Page 1 Introduction Thank you so much for your purchase! We're excited to present you with the most magical

More information

Webforms on a Drupal 7 Website 3/20/15

Webforms on a Drupal 7 Website 3/20/15 Jody Croley Jones Webforms on a Drupal 7 Website 3/20/15 A form is a document used to gather specific information from a person. A webform is simply a web page, built to allow the web-reader to enter data

More information

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc. support@bowthemes.com BT CONTENT SHOWCASE JOOMLA EXTENSION User guide Version 2.1 Copyright 2013 Bowthemes Inc. support@bowthemes.com 1 Table of Contents Introduction...2 Installing and Upgrading...4 System Requirement...4

More information

Application Developer Guide

Application Developer Guide IBM Maximo Asset Management 7.1 IBM Tivoli Asset Management for IT 7.1 IBM Tivoli Change and Configuration Management Database 7.1.1 IBM Tivoli Service Request Manager 7.1 Application Developer Guide Note

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

Aras Corporation. 2005 Aras Corporation. All rights reserved. Notice of Rights. Notice of Liability

Aras Corporation. 2005 Aras Corporation. All rights reserved. Notice of Rights. Notice of Liability Aras Corporation 2005 Aras Corporation. All rights reserved Notice of Rights All rights reserved. Aras Corporation (Aras) owns this document. No part of this document may be reproduced or transmitted in

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

Differences in Use between Calc and Excel

Differences in Use between Calc and Excel Differences in Use between Calc and Excel Title: Differences in Use between Calc and Excel: Version: 1.0 First edition: October 2004 Contents Overview... 3 Copyright and trademark information... 3 Feedback...3

More information

OECD.Stat Web Browser User Guide

OECD.Stat Web Browser User Guide OECD.Stat Web Browser User Guide May 2013 May 2013 1 p.10 Search by keyword across themes and datasets p.31 View and save combined queries p.11 Customise dimensions: select variables, change table layout;

More information

Traffic Management App. User Guide

Traffic Management App. User Guide Traffic Management App User Guide content section one Introduction 2 Logging In 2 section two Creating a new Traffic Management Plan 4 Identifying the location 4 Associating with a non-streetworks or unplanned

More information

A simple three dimensional Column bar chart can be produced from the following example spreadsheet. Note that cell A1 is left blank.

A simple three dimensional Column bar chart can be produced from the following example spreadsheet. Note that cell A1 is left blank. Department of Library Services Creating Charts in Excel 2007 www.library.dmu.ac.uk Using the Microsoft Excel 2007 chart creation system you can quickly produce professional looking charts. This help sheet

More information

EMAIL CAMPAIGNS...5 LIST BUILDER FORMS...

EMAIL CAMPAIGNS...5 LIST BUILDER FORMS... Basic User Guide Table of Contents INTRODUCTION...1 CAMPAIGNER FEATURES...1 WHO SHOULD READ THIS GUIDE?...1 GETTING STARTED...2 LOGGING IN TO CAMPAIGNER...2 DASHBOARD...3 Modify Your Dashboard...4 EMAIL

More information

CRM 2013 Customizations

CRM 2013 Customizations We are going to build a CRM Solution! CRM 2013 Chris Isbell A simple Project solution Track tasks, notes, and more Relate it to Accounts and Contacts Add custom fields Customize forms Customize business

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

Chapter 15: Forms. User Guide. 1 P a g e

Chapter 15: Forms. User Guide. 1 P a g e User Guide Chapter 15 Forms Engine 1 P a g e Table of Contents Introduction... 3 Form Building Basics... 4 1) About Form Templates... 4 2) About Form Instances... 4 Key Information... 4 Accessing the Form

More information

The software shall provide the necessary tools to allow a user to create a Dashboard based on the queries created.

The software shall provide the necessary tools to allow a user to create a Dashboard based on the queries created. IWS BI Dashboard Template User Guide Introduction This document describes the features of the Dashboard Template application, and contains a manual the user can follow to use the application, connecting

More information

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger. System Administrator Training Guide Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Contents... 2 Before You Begin... 4 Overview... 4

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

Eloqua Insight: Advanced Analyzer User Guide

Eloqua Insight: Advanced Analyzer User Guide Eloqua Insight: Advanced Analyzer User Guide Table of Contents About this User Guide... 5 Introduction to Analyzer User... 6 Beyond Basic Grids and Graphs... 6 The Benefits of Eloqua Insight... 6 Reporting

More information

Adobe Marketing Cloud Data Workbench Dashboard User Guide

Adobe Marketing Cloud Data Workbench Dashboard User Guide Adobe Marketing Cloud Data Workbench Dashboard User Guide Contents Data Workbench Dashboard User Guide...4 Business Opportunities...4 Features...4 Glossary...4 Getting Started...6 Dashboard User Interface...6

More information

SQL2report User Manual

SQL2report User Manual SQL2report User Manual Version 0.4.2 Content of the document 1. Versions... 3 2. Installation... 5 3. Use Manual... 8 3.1. Sql2report Manager... 8 3.1.1. Reports.... 8 3.1.2. Filters.... 15 3.1.3. Groups....

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

Data Tool Platform SQL Development Tools

Data Tool Platform SQL Development Tools Data Tool Platform SQL Development Tools ekapner Contents Setting SQL Development Preferences...5 Execution Plan View Options Preferences...5 General Preferences...5 Label Decorations Preferences...6

More information

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_digital8 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

Information Literacy Program

Information Literacy Program Information Literacy Program Excel (2013) Advanced Charts 2015 ANU Library anulib.anu.edu.au/training ilp@anu.edu.au Table of Contents Excel (2013) Advanced Charts Overview of charts... 1 Create a chart...

More information

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents:

TIBCO Spotfire Business Author Essentials Quick Reference Guide. Table of contents: Table of contents: Access Data for Analysis Data file types Format assumptions Data from Excel Information links Add multiple data tables Create & Interpret Visualizations Table Pie Chart Cross Table Treemap

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

ABOUT THIS DOCUMENT ABOUT CHARTS/COMMON TERMINOLOGY

ABOUT THIS DOCUMENT ABOUT CHARTS/COMMON TERMINOLOGY A. Introduction B. Common Terminology C. Introduction to Chart Types D. Creating a Chart in FileMaker E. About Quick Charts 1. Quick Chart Behavior When Based on Sort Order F. Chart Examples 1. Charting

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This

More information

GeoGebra Statistics and Probability

GeoGebra Statistics and Probability GeoGebra Statistics and Probability Project Maths Development Team 2013 www.projectmaths.ie Page 1 of 24 Index Activity Topic Page 1 Introduction GeoGebra Statistics 3 2 To calculate the Sum, Mean, Count,

More information

WebFOCUS BI Portal: S.I.M.P.L.E. as can be

WebFOCUS BI Portal: S.I.M.P.L.E. as can be WebFOCUS BI Portal: S.I.M.P.L.E. as can be Author: Matthew Lerner Company: Information Builders Presentation Abstract: This hands-on session will introduce attendees to the new WebFOCUS BI Portal. We will

More information

VDF Query User Manual

VDF Query User Manual VDF Query User Manual Page 1 of 25 Table of Contents Quick Start... 3 Security... 4 Main File:... 5 Query Title:... 6 Fields Tab... 7 Printed Fields... 8 Task buttons... 9 Expression... 10 Selection...

More information

Virto SharePoint Gantt Chart Web Part for SharePoint 2013 Release 4.3.0. User and Installation Guide

Virto SharePoint Gantt Chart Web Part for SharePoint 2013 Release 4.3.0. User and Installation Guide Virto SharePoint Gantt Chart Web Part for SharePoint 2013 Release 4.3.0 User and Installation Guide Table of Contents FEATURES LIST... 3 SYSTEM/DEVELOPER REQUIREMENTS... 3 OPERATING SYSTEM... 3 SERVER...

More information

BreezingForms Guide. 18 Forms: BreezingForms

BreezingForms Guide. 18 Forms: BreezingForms BreezingForms 8/3/2009 1 BreezingForms Guide GOOGLE TRANSLATE FROM: http://openbook.galileocomputing.de/joomla15/jooml a_18_formulare_neu_001.htm#t2t32 18.1 BreezingForms 18.1.1 Installation and configuration

More information

MB2-707 MB2-707. Microsoft Dynamics CRM Customization and Configuration. Version 5.0

MB2-707 MB2-707. Microsoft Dynamics CRM Customization and Configuration. Version 5.0 MB2-707 Number: MB2-707 Passing Score: 800 Time Limit: 120 min File Version: 5.0 http://www.gratisexam.com/ MB2-707 Microsoft Dynamics CRM Customization and Configuration Version 5.0 Exam A QUESTION 1

More information

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field.

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field. Adobe Acrobat Professional X Part 3 - Creating Fillable Forms Preparing the Form Create the form in Word, including underlines, images and any other text you would like showing on the form. Convert the

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

Computer Training Centre University College Cork. Excel 2013 Pivot Tables

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

More information

MS Access Lab 2. Topic: Tables

MS Access Lab 2. Topic: Tables MS Access Lab 2 Topic: Tables Summary Introduction: Tables, Start to build a new database Creating Tables: Datasheet View, Design View Working with Data: Sorting, Filtering Help on Tables Introduction

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

Logi Ad Hoc Reporting Report Design Guide

Logi Ad Hoc Reporting Report Design Guide Logi Ad Hoc Reporting Report Design Guide Version 11.2 Last Updated: March, 2014 Page 2 Table of Contents INTRODUCTION... 4 What is Logi Ad Hoc Reporting?... 5 CHAPTER 1 Getting Started... 6 Learning the

More information

SAP BusinessObjects Financial Consolidation Web User Guide

SAP BusinessObjects Financial Consolidation Web User Guide SAP BusinessObjects Financial Consolidation Document Version: 10.0 Support Package 18 2016-02-19 SAP BusinessObjects Financial Consolidation Web User Guide Content 1 General user functions....12 1.1 To

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

Virto Pivot View for Microsoft SharePoint Release 4.2.1. User and Installation Guide

Virto Pivot View for Microsoft SharePoint Release 4.2.1. User and Installation Guide Virto Pivot View for Microsoft SharePoint Release 4.2.1 User and Installation Guide 2 Table of Contents SYSTEM/DEVELOPER REQUIREMENTS... 4 OPERATING SYSTEM... 4 SERVER... 4 BROWSER... 4 INSTALLATION AND

More information

User Guide to the Content Analysis Tool

User Guide to the Content Analysis Tool User Guide to the Content Analysis Tool User Guide To The Content Analysis Tool 1 Contents Introduction... 3 Setting Up a New Job... 3 The Dashboard... 7 Job Queue... 8 Completed Jobs List... 8 Job Details

More information

Release Notes Assistance PSA 2015 Summer Release

Release Notes Assistance PSA 2015 Summer Release Release Notes Assistance PSA 2015 Summer Release (August 2015) Advanced Opportunity Management The Microsoft Dynamics CRM Opportunity functionality has been extended with Assistance PSA functionality.

More information

Table of Contents. I. Using ical... pg. 1. Calendar views and formats..pg. 1 Navigating the calendar.pg. 3 Searching the calendar..pg.

Table of Contents. I. Using ical... pg. 1. Calendar views and formats..pg. 1 Navigating the calendar.pg. 3 Searching the calendar..pg. ical Manual Table of Contents I. Using ical... pg. 1 Calendar views and formats..pg. 1 Navigating the calendar.pg. 3 Searching the calendar..pg. 4 II. Administering the Calendar. pg. 5 Display options.pg.

More information

How to build Dashboard - Step by Step tutorial/recipe

How to build Dashboard - Step by Step tutorial/recipe How to build Dashboard - Step by Step tutorial/recipe Contents How to build Dashboard - Step by Step tutorial/recipe...1 How to create Excel Dashboard [ as direct connection ]...2 Purpose of this Dashboard

More information

MyOra 3.5. User Guide. SQL Tool for Oracle. Kris Murthy

MyOra 3.5. User Guide. SQL Tool for Oracle. Kris Murthy MyOra 3.5 SQL Tool for Oracle User Guide Kris Murthy Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL Editor...

More information

Overview. Examining Ad hoc Report Portlet Details CHAPTER 30: AD HOC REPORTING

Overview. Examining Ad hoc Report Portlet Details CHAPTER 30: AD HOC REPORTING 775 CHAPTER 30: AD HOC REPORTING Topics Overview Examining Ad hoc Report Portlet Details Working with Ad hoc Reports and Dashboards Overview The Accela Ad hoc Report portlet gives users the ability to

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

Result Entry by Spreadsheet User Guide

Result Entry by Spreadsheet User Guide Result Entry by Spreadsheet User Guide Created in version 2007.3.0.1485 1/50 Table of Contents Result Entry by Spreadsheet... 3 Result Entry... 4 Introduction... 4 XML Availability... 4 Result Entry...

More information

Microsoft Excel 2010 Part 3: Advanced Excel

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

More information

REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS

REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS 28-APRIL-2015 TABLE OF CONTENTS Select an item in the table of contents to go to that topic in the document. USE GET HELP NOW & FAQS... 1 SYSTEM

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

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior.

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior. Create a table When you create a database, you store your data in tables subject-based lists that contain rows and columns. For instance, you can create a Contacts table to store a list of names, addresses,

More information

BIRT: A Field Guide to Reporting

BIRT: A Field Guide to Reporting BIRT: A Field Guide to Reporting x:.-. ^ 11 Diana Peh Alethea Hannemann Nola Hague AAddison-Wesley Upper Saddle River, NJ Boston Indianapolis San Francisco New York Toronto Montreal London Munich Parts

More information

Excel 2007 Tutorials - Video File Attributes

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

More information

Dreamweaver Tutorials Creating a Web Contact Form

Dreamweaver Tutorials Creating a Web Contact Form Dreamweaver Tutorials This tutorial will explain how to create an online contact form. There are two pages involved: the form and the confirmation page. When a user presses the submit button on the form,

More information

Market Pricing Override

Market Pricing Override Market Pricing Override MARKET PRICING OVERRIDE Market Pricing: Copy Override Market price overrides can be copied from one match year to another Market Price Override can be accessed from the Job Matches

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

Installation & User Guide

Installation & User Guide SharePoint List Filter Plus Web Part Installation & User Guide Copyright 2005-2011 KWizCom Corporation. All rights reserved. Company Headquarters KWizCom 50 McIntosh Drive, Unit 109 Markham, Ontario ON

More information

IRA Pivot Table Review and Using Analyze to Modify Reports. For help, email Financial.Reports@dartmouth.edu

IRA Pivot Table Review and Using Analyze to Modify Reports. For help, email Financial.Reports@dartmouth.edu IRA Pivot Table Review and Using Analyze to Modify Reports 1 What is a Pivot Table? A pivot table takes rows of detailed data (such as the lines in a downloadable table) and summarizes them at a higher

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

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file. Creative Specs Gmail Sponsored Promotions Overview The GSP creative asset will be a ZIP folder, containing four components: 1. Teaser text file 2. Teaser logo image 3. HTML file with the fully expanded

More information

Ad-hoc Reporting Report Designer

Ad-hoc Reporting Report Designer Ad-hoc Reporting Report Designer AD- H O C R E P O R T D E S I G N E R M A N U A L 2012 NonProfit Technologies, Inc. All Rights Reserved. This document contains proprietary information which is protected

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

CMS Training Manual. A brief overview of your website s content management system (CMS) with screenshots. CMS Manual

CMS Training Manual. A brief overview of your website s content management system (CMS) with screenshots. CMS Manual Training A brief overview of your website s content management system () with screenshots. 1 Contents Logging In:...3 Dashboard:...4 Page List / Search Filter:...5 Common Icons:...6 Adding a New Page:...7

More information

Web forms in Hot Banana reside on their own pages and can contain any number of other content and containers like any other page on your Website.

Web forms in Hot Banana reside on their own pages and can contain any number of other content and containers like any other page on your Website. Section 1: Web Forms What is a Web Form? Marketing Automation User Guide A Web Form is simply a form located on a web page. Web forms can be created for many purposes, and are typically used to submit

More information

NV301 Umoja Advanced BI Navigation. Umoja Advanced BI Navigation Version 5 1

NV301 Umoja Advanced BI Navigation. Umoja Advanced BI Navigation Version 5 1 NV301 Umoja Advanced BI Navigation Umoja Advanced BI Navigation Version 5 Last Copyright Modified: United 08-August-13 Nations 1 Agenda Course Introduction Module 1: Analysis Workspaces Module 2: Define

More information