ORACLE BUSINESS INTELLIGENCE WORKSHOP

Size: px
Start display at page:

Download "ORACLE BUSINESS INTELLIGENCE WORKSHOP"

Transcription

1 ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business Intelligence queries and format and customize requests and Interactive Dashboards. Time to Complete Approximately 2 hours Topics This tutorial covers the following topics: Overview...1 Prerequisites...2 Creating a Query and a Chart...3 Working with a Pivot Table...20 Creating a Narrative View...25 Creating Column Selectors and View Selectors...30 Creating an Interactive Dashboard...39 Using Dashboard Prompts and Presentation Variables...43 Summary...54 Related Information...55 Overview This tutorial covers how to use Oracle Business Intelligence Answers to create queries, format views, charts, and add user interactivity and dynamic content to enhance the user experience. You create queries and work with views including charts, pivot tables, and narratives. You then create selectors to drive interactivity in your Business Intelligence requests, and build a custom Dashboard to contain the requests and views you've created. Finally, you work with dashboard prompts to filter your dashboard and populate variables. 1

2 Scenario The dashboard you build in this tutorial charts sales for the last 12 months by channel, country region, and product category and provides trend analysis data as well as narrative highlights of categories that have declined in sales in the last month. Prerequisites This tutorial accompanies the BIC2G:EE VMWare image (Linux Edition v1.0). Make sure you have 2 GB RAM and 15 GB hard disk space. Have VMWARE Player, or VMWARE Sever installed on your machine. If you do not have VMWare software, download a copy of VMWare Player from To set the Linux VMWare image to use the correct data sets and business model, take the following steps: 1. Boot up the Linux VMWare image waiting until the image console displays a welcome message. Follow the instructions on that screen to connect to the hosted server from a local browser 2. In a browser, go to the Process Control page 3. Change the repository and WebCatalog to sh.rpd and SH respectively. These configuration files set up the BI Server to use the Sales History schema that is shipped for the Oracle database. Click to store the new settings. Wait for the changes to be reflected in the Log and underneath the process state indicators for Oracle BI Server and Oracle BI Presentation Server. If either of these have red flags beside them, select the checkbox and click When this process is complete, the control page should look like the example below. 4. In a browser, navigate to Enter Administrator as the User ID and password, and click Log In. 2

3 Creating a Query and a Chart In this topic you build and format a business intelligence request using Oracle BI Answers, and create and format a chart. Create a query Add a filter Create totals and format results Create a chart To create a query, perform the following steps: 1. Click the Answers link to navigate to the Answers start page, and select the Sales History subject area by clicking the SH link in the Subject Areas list. In this example, there is only one subject area, but there could be a long list, depending on the metadata that is defined in the Oracle Business Intelligence repository, which can contain multiple subject areas. Subject areas are sets of related information with a common business purpose. 2. In the left-hand selection pane of the Answers interface, click the Plus icon next to Times to expand it. Expand the Calendar table and click the Calendar Month Desc column to add it to your query criteria, which appears in the right pane. The query you are building has one measure and three attributes. 3

4 3. Click the Calendar Month Name column to add it to your query. From the Products table, add the Prod Category column. Finally, add Measures > Sales Facts > Amount Sold (000). Your query should look like this: 4. You can reorder the columns in your query by clicking and dragging them. Drag the Prod Category column in front of the columns from the Calendar table in your query. Your query criteria should look like this: Now drag the column back to its original location. 5. Add a saved filter to the query to limit the data to the last 12 months (based on the SH data, this will cover from January to December 2001). Under Filters in the left-hand selection pane, expand the SH folder and click the Most Recent 12 Months. The Apply Saved Filter dialog box is displayed. This filter has been created and saved in a shared folder so that it can be used by other users. The filter uses a variable defined as the value of the maximum month ID, which has been created in the Oracle BI repository metadata to ensure that it is synchronized with the data. 6. Click OK in the Apply Saved Filter dialog box to add the filter to your query. 4

5 7. Click the Advanced tab. The Advanced tab can be made available only to specific users. The XML fully defines the query (including chart formats in case of charts). The SQL defines the content of the query. Note that any query or reporting tool that can issue SQL over ODBC connection, can issue a query to the BI server, just like Answers. Examine the request XML that defines the view and the logical SQL that will be issued for the query. The Request XML defines the whole analysis, including logical SQL and views for the query. The SQL Issued field contains only the logical SQL that will be issued to the Oracle BI Server for processing. Note the saw_x column aliases, which are added automatically. Editing the logical SQL will change your view definitions. To add a filter for the direct channel, perform the following steps: 1. Click the Criteria tabs, using the selection pane, add Channels > Channel Desc to your query criteria. 2. In the criteria pane, click the Filter button on the Channel Desc column to add a filter on that column. 5

6 3. In the Create/Edit Filter dialog box, click the All Choices link to display all values for the column. You can also limit the list of choices by setting a match criteria using the Match drop-down menu and entering a string, then clicking the All Choices link. The Limited Choices link will limit choices to those that are consistent with any pre-existing filters. 4. Verify that the Operator for the filter is set to "is equal to / is in" and then click the Direct Sales value in the list of choices. Direct Sales is added as a value in the filter. Click OK to create the filter. The filter is added to the existing saved filter you used earlier. 5. Click the Delete button (with and X) on the Channel Desc column to delete it from the criteria. You are filtering on the channel, but you don't need the column in your query. Another way to achieve this result is to CTRL-click the column in the selection pane, which opens the Create/Edit Filter dialog box with the selected column, but doesn't add the column to the query criteria. 6

7 6. Your query criteria should look like this: 7. Click the Results tab to view the results of your query. Other ways to view results are by clicking the view buttons below the tabs in the Criteria pane, or by clicking the Display Results button below the columns in your query criteria. By default, the results are displayed in the Compound Layout view, which contains two other views, a Title view and a Table view. As you will see, you can delete these default views and add other views to the Compound Layout. Later, you will add these different types of views to a dashboard. 7

8 8. Return to the Criteria tab and remove the Channel Desc filter you just created by clicking the X next to the filter in the Filters section. To create totals and format results, perform the following steps: 1. To open the Edit Table view for your results, click the Edit view icon for the Table view in the Compound Layout. The column controls for each column are displayed with the results. Using the view-level controls, you can also set table-wide formatting properties, import formatting from other queries, and set grand totals for the entire table. 2. Click the Total By icon above the Calendar Month Desc column to add subtotals by month to your results. 8

9 The measure is totalled each time the value in Calendar Month Desc changes. In this case, the default aggregation rule (SUM) is applied. The default aggregation rule is set in the Oracle BI repository metadata, but can be overridden using controls in the Edit Formula dialog box accessed through the Edit Formula icon in the Edit Table view or the Criteria tab. 3. Click the Grand Total button at the view level to add a grand total to your results. 4. In the Display drop-down menu, select Results Only to eliminate the Header Toolbars. 5. Scroll down to the bottom of the Results pane and click the All Pages button to navigate to the end of your results. Verify that the grand total that you set for the results is present. 9

10 6. In the Display drop-down menu, select Header Toolbars with Results to access the Header Toolbars. 7. Click the Column Properties icon above the Amount Sold (000) column. In the Column Properties dialog box, click the Data Format tab, select the Override Default Data Format option, then select Use 1000's Separator option and click OK. This will display a comma separator in the number results for the column. 10

11 8. In the Edit Column Format dialog box, click the Save button. If you have permissions as a Web administrator, you can save the data format as the system-wide default for the column you are working with, or for all columns with the same data type. Since you don't want to set this format as the system-wide default, click in the dialog box to close the Save menu. 9. Click OK and verify that a 1000's separator is displayed in the results for the Amount Sold (000) column. To create a chart, perform the following steps: 1. Pick Chart in the View menu. By default charts are displayed as a Vertical Bar graph. 11

12 2. Select Line from the Graph drop-down menu and 2D from the Type drop-down menu. 3. Under the Legends icon in the column area of the left side of the Chart view, select Prod Category to create a separate line in the chart for each product category. Click the Redraw button at the bottom to confirm the change. 12

13 The column area of the chart view shows the columns that are included in the request. You can select the columns to display as the different axes in the chart. You can also indicate whether measure labels appear for factual data plotted on an axis. The available axes can change depending on the type of chart selected from the Graph drop-down list. 4. Click the Axis Titles and Labels icon. In the Left tab of the Axis Titles & Labels dialog box, select Custom Title and change the custom title to Amount Sold. In the Bottom tab, change the custom title to Calendar Month. 13

14 5. Explore some of the other options in the Axis Titles & Labels dialog box. For example, you can toggle whether scale labels are displayed on the axes and set orientation guidelines for your labels. In addition, you can set overrides for the default data format on measures, similarly to the modification you made to the amount sold column in the steps above. Click OK. Your chart should look like this: 6. Click the General Chart Properties icon. In the General dialog box, select Custom Title, enter Category Sales Last 12 Months as the chart title, and click OK. 14

15 7. Click the Additional Charting Options icon. In the Additional Charting Options dialog box, click the Borders & Colors tab and set the background color to light gray. Click the color box for Background Color and, in the Color Selector dialog box, select light gray from the pallette and click OK.. 8. In the Additional Charting Options dialog box, click the Grid Lines tab and set the major grid line color to white and the minor grid line color to light gray, using the same method as above. After you've set both colors, click OK to apply your changes. 15

16 Your chart should look like this: 9. Sort the legend by sorting the data. You want to sort by month in ascending order and then by sales in the last month in descending order: a. Click the Criteria tab and add the Measures > Sales Facts Current Month > Amount Sold (000) Current Month column to your query. b. Click the Order By button in the Calendar Month Desc column. The arrow points up to indicate 16

17 an ascending sort. c. Click the Order By button in the Amount Sold (000) Current Month column twice. The arrow points down to indicate a descending sort, and the number 2 is displayed to indicate a secondary sort. 10. Click the Results tab to verify that your sort has been applied to the legend in your chart. The legend is sorted to match the order of the lines in the last month. 11. Select Compound Layout from the View drop-down menu. 17

18 12. Click the Add View link and select Chart to add the Chart view to the Compound Layout view. 13. Scroll to the bottom of the Compound Layout view and drag the Chart view above the Table view in the Compound Layout. A yellow line will appear when you have a valid insertion point. 18

19 14. Click the Delete View icon in the Title view to delete it from the Compound Layout. 15. Click the Save Request icon. In the Choose Folder dialog box, click Shared Folders, then click the Create Folder button. In the Create Folder In Shared Folders dialog box, enter Learn and click OK. 16. In the Save Request dialog box, click the Learn folder. Enter Category Sales as the name and click OK. 19

20 Working with a Pivot Table In this topic you create a pivot table to examine your results and add calculations and formatting. Create and set basic layout for a pivot table Add calculations and formatting to the pivot table To create and set the basic layout for a pivot table, perform the following steps: 1. Pick Pivot Table in the View menu. This opens the Pivot Table Layout page. 2. Examine the default pivot table that's created and displayed below the layout controls. Measure labels for the measures in your query appear in blue as columns in the pivot table. Row headings for the dimensional attributes in your query are displayed in grey as rows by default. The measures are displayed at the intersection of the rows and columns. 3. Deselect the Display Results option. This option displays the results of any layout modifications you make as you work in the Pivot Table layout. To speed performance, you will only view your results periodically. 4. Drag the Amount Sold (000) Current Month column from the Measures area to the Excluded area in your layout controls. When you see a blue line appear around the control, you have a valid insertion point and can drop the column. 20

21 5. Drag the Calendar Month Desc column below the Measure Labels in the Columns area in your layout controls. When you see a blue line appear, you have a valid insertion point and can drop the column. 6. Drag the Calendar Month Name column below the Calendar Month Description in the Columns area in your layout controls. Click the Disply Results link to verify your changes in the pivot table. Your pivot table should look like this: 21

22 Deselect the Display Results link. To add calculations and formatting to the pivot table, perform the following steps: 1. You need to add a measure to your pivot table to display the percentage of total monthly sales for each product category. Duplicate the Amount Sold measure. Click the More Options icon in the Amount Sold (000) measure and select Duplicate Layer. 2. Click the More Options icon in the duplicated measure and select Format Headings. 3. In the Edit Format dialog box, change the caption to % of Period and click OK. 22

23 Also note the other formatting options available in the dialog box. 4. Click the More Options icon in the duplicated measure and select Show Data As > Percent of > Column. This setting means that the measure will be displayed as a percentage of the column, which is Month. Note the other options that are available; you can present a measure as a percentage of the total amount for any dimension present in the pivot table layout, for example a row or a section. You can also set alternate aggregation rules for the measure using the Aggregation Rule option (the default is Sum). 5. To total the values of the rows in each column, click the Total icon in the Rows layout control and select After. 23

24 Note that you have formatting options available for the total row labels as well as values. 6. To add totals for each column in each row, click the Total icon in the Columns layout control and select After. 7. Click the click the More Options icon in the Calendar Month Desc column and select Hidden. 8. To show both measures together within each calendar month, drag Measure Labels under Calendar Month Name in the Columns layout control. 9. Click the Display Results link. Your pivot table should look like this: 24

25 Note that there are section and page levels of the pivot table that we have not used in this example. Effective use of these would require additional attributes. Experiment, if you want, by temporarily dragging Prod Category to section and then page. 10. Save the request by clicking the Save Request icon. Creating a Narrative View In this topic you build and format a business intelligence request using Oracle BI Answers, and create and format a Narrative View. The Narrative view allows you to add text to appear with the results to provide information such as context, explanatory text, or extended descriptions. Create a query Add a filter Create a Narrative view To create a query, perform the following steps: 1. Click Answers to navigate to the Answers start page, and select the Sales History subject area by clicking the SH link in the Subject Areas list. You want a query to detail what happened in the most recent month, pointing out all product categories 25

26 where sales are less than the previous month. 2. In the left-hand selection pane of the Answers interface, expand the Products table and click the Prod Category column to add it to your query criteria. 3. Add Measures > Month Ago Facts> % Chg Amount Sold MAgo to your query. Your query should look like this: 4. Add a saved filter to the query to limit the data to the current calendar month. Under Filters in the left-hand selection pane, expand the SH folder and click the Current Calendar Month filter. Click OK. This filter has been created and saved in a shared folder so that it can be used by other users. The filter uses a maximum month variable defined in the Oracle BI repository metadata to ensure that it is synchronized with the data. To add a filter for the percent change in the amount sold, perform the following steps: 1. In the criteria pane, click the Filter button on the % Chg Amount Sold MAgo column to add a filter on that 26

27 column. 2. In the Create/Edit Filter dialog box, select the is less than operator, and enter 0 as the value, then click OK. The filter is added to the existing saved filter you used earlier. Your filters should look like this: 3. Click the Display Results button to view the results of your query. Your results should look like this: 27

28 To create a narrative view, perform the following steps: 1. Select Narrative from the View drop-down menu. 2. In the Narrative view workspace, enter the this month compared with last month in the Narrative field. The narrative is a combination of text and query column values. In this refers to the first 28

29 column in the query, Prod Category, refers to the second column, % Chg Amount Sold MAgo. Note that you can control the number of row values returned in the Narrative view by setting the Rows to display value. By default, all queried rows are displayed. 3. To highlight the column values in the narrative, in the narrative and click the Bold button. Also add bold tags Your results should look like this: 4. Select No Results from the View drop-down menu. You need to create a No Results view to appear when there are no results for the query. 29

30 5. In the No Results view workspace, enter No categories declined this month! as the headline. Enter All categories had positive sales results compared with the previous month as text. Your results should look like this: 6. Click the Save Request icon. In the Choose Folder dialog box,select the Learn folder and save the request as Narrative and No Results Views. Creating Column Selectors and View Selectors In this topic you build Column and View Selectors and experiment with their use in requests and dashboards. Column selectors allow users to select from a group of columns, substituting columns in their queries for comparitive analysis. View Selectors allow users to quickly navigate between different views of their queries, for example viewing different charts of the same data or quickly navigating to a pivot table to do trend analysis. Create a Column Selector Create a View Selector 30

31 To create a Column Selector, perform the following steps: 1. Click the Answers link and open the first query you saved. In the selection pane, click Shared Folders > Learn > Category Sales. i 2. Click the Modify button. 3. Click the Results tab and select Column Selector from the View drop-down menu. 31

32 4. Select the Include Selector option in Column 3, currently Prod Category. 5. In the selection pane, click the following columns to make them available in the Column Selector: Customers.Country Region, Customers.Country, and Channels.Channel Desc. Your Column Selector in the results pane should look like this: 32

33 6. Select Compound Layout from the View drop-down menu. 7. Click the Add View link and select Column Selector to add the Column Selector view to the Compound Layout view. Notice that views that you have built for the active request appear in the View and Add View drop-down 33

34 menus with green circle icons next to them. 8. Scroll to the bottom of the Compound Layout and drag the Column Selector view above both Table and Chart views. 9. In the Column Selector, select Country. 10. Your Compound Layout view should look like this: Note that the third column in the table now reflects values for the Country column, as does the chart. Switch the column back to Channel Desc. Save the request. 34

35 To create a View Selector, perform the following steps: 1. Duplicate the existing chart: a. Using the Views menu, navigate to the Chart view. b. Click the Menu icon and select Duplicate View. You should now have a new view, Chart:2: c. In the Type drop-down menu, select 3D. 35

36 2. Select View Selector from the View drop-down menu. 3. In the View Selector design workspace, select Chart, Chart:2, and Pivot Table in the Available Views field, using CTRL + Click to select multiple views. Click the Move Right icon to add them to the Views Included field. 36

37 4. Select Chart in the Views Included field, click the Rename button, and, in the Rename dialog box, rename it 2D Chart. Click OK. 5. Rename Chart:2 as 3D Chart and Pivot Table as Trend Data. Use the Move buttons to arrange the views in the list as follows: 2D Chart, 3D Chart, Trend Data. 7. Use the View drop-down menu to navigate to the Compound Layout view. Delete the Chart view from the Compound Layout. 37

38 8. Add the View Selector view using the Add View button and drag it above the Table view. 9. Select Trend Data from the View Selector. 38

39 Your chart should now change to the Pivot Table view: Creating an Interactive Dashboard In this topic you build a new shared Interactive Dashboard and add content you've saved in previous steps. To create an Interactive Dashboard, perform the following steps: 1. Click the Settings link and select Administration. 2. In the Oracle BI Presentation Services Administration window, click the Manage Interactive Dashboards link. The Oracle BI Presentation Services Administration window offers access to many administrative features, including session monitoring and management of user and group privileges across the Oracle BI Presentation Catalog. 3. In the Manage Dashboards window, click Create Dashboard. 39

40 4. In the Create Dashboard window, set the Group Folder to CountryManagers, name the dashboard CountryManagers2, and click the Finished button. The dashboard inherits the security of the group folder. Click Finished again to close the Manage Dashboards window. Finally, click Close Window to close the Oracle BI Presentation Services Administration screen. 5. Click the Dashboards link and then click the CountryManagers2 Interactive Dashboard link to navigate to the new dashboard. Your new dashboard is empty and should look like this: 40

41 6. Click the Page Options button in the upper right corner and select Edit Dashboard to open the Dashboard Editor. 7. In the Dashboard Editor, you can drag saved content from your Presentation Catalog directly into the dashboard. Sections are are automatically created in the layout to contain the requests and other objects you add to the dashboard. In the left-hand selection panel, expand the Learn folder you've saved your work in. Drag the Category Sales request onto the layout workspace. The layout area is highlighted in blue to indicate that you have a valid insertion point for the object. Your dashboard layout should look like this: 41

42 Notice that a section was automatically added to contain the request. You could also have dragged a Section object from the Dashboard Objects pallette to create the section before dragging content into the section. Sections and columns are containers you can use to control the layout of your dashboards. 8. Drag the Narrative and No Results request into Section 1 of the dashboard layout, below the Category Sales request. 9. In the Narrative and No Results object, select Properties > Show View > Narrative 1 to ensure that when the dashboard is presented, the request will be in the Narrative view. You can select any other view; note that the list is limited to views which you've created or worked with for the request. The Compound Layout is the default view. The No Results view is always displayed if there are no results for the request at runtime. 42

43 10. Click Save to save your changes and display the dashboard. Your dashboard should look like this: Scroll to the bottom of the dashboard to verify that the narrative view appears correctly for the Narrative and No Results embedded request. It should look like this: Note that the Column Selector only applies to the request that contains it. If you select a column in the control, it will only apply to the table and chart, not the narrative request in the same dashboard. Using Dashboard Prompts and Presentation Variables 43

44 In this topic you build a dashboard prompt to filter your dashboard for a specific country region. Then you use a Presentation variable to dynamically update a request title in your dashboard that includes the filtered name of the country region. Dashboard prompts are used both to allow users to filter results of embedded requests in a dashboard as well as to populate and update Presentation variables, which are variables that can be defined in Oracle BI Answers. Create a dashboard prompt Use a presentation variable To create a dashboard prompt that filters on Country Region, perform the following steps: 1. icon and, in the drop- Click the Answers link. In the selection pane, click the New Dashboard Prompt down Subject Area menu, select SH. 2. In the selection pane, click Customers.Country Region to add it to the prompt. The prompt should look like this: This prompt will filter the Country Region column in any requests which contain it in a dashboard with which it is associated. Note that you can control several aspects of the prompt. You can select the type of control users will use to enter their selections in the prompt, and you can determine what values will be presented in a drop-down list or multi-select control, limiting the available values either through SQL or by constraining the values based on the results of another dashboard prompt. 3. Leave the default selections for the prompt and select Dashboard from the Scope drop-down menu. This means the filter will be applied to all pages in any dashboard it is associated with. 44

45 4. Click the Save icon and save the prompt in the Learn folder as Prompt for Country Region. You have created the prompt, but for it to take effect on any embedded requests in a dashboard, the requests must contain filters on the column being prompted. 5. Click the Open icon, and in the Open dialog box, select the Category Sales request in the Learn folder and click OK. 45

46 6. In the selection pane, CTRL + click the Customers.Country Region column to add a filter on it. In the Create/Edit Filter dialog box, select is prompted as the operator for the filter and click OK. Your filters should look like this: 46

47 7. Save the Category Sales Request and, using the same steps, add a filter to the Narrative and No Results Views request and save it. When complete, the filters on the request should look like this: 8. Click the Dashboards link and navigate to the CountryManagers2 dashboard, then click Page Options > Edit Dashboard to open the Dashboard Editor. 9. From the left-hand selection panel, expand the Learn folder and drag Prompt for Country Region above the Category Sales request in Section 1 of the dashboard. The area will be highlighted in blue when you have found a valid insertion point. Your dashboard should look like this: 47

48 10. Click Save. Your dashboard should look like this: 11. Add a Filter view to the Category Sales request to verify that the dashboard prompt is filtering the data on the dashboard correctly. a. Open the dashboard in the Dashboard Editor. In the dashboard, click the Properties button for the Category Sales request and select Modify Request. 48

49 b. Click the Results tab and select Filters in the View menu. Your results should look like this: c. Using the View menu, navigate to the Compound Layout. Click the Add View link and select Filters. 49

50 d. Drag the Filters view to the top of the Compound Layout and save the request. e. Navigate back to the CountryManagers2 dashboard, select Americas in the Country Region dashboard prompt, and click Go. f. Verify that the dashboard prompt has added a filter to the requests on the dashboard for Country Region is equal to Americas. 50

51 To use a Presentation variable to populate a title with the name of the selected country region, perform the following steps: 1. Navigate to Answers, open the Category Sales request, and click the Modify button. 51

52 2. Click the Compound Layout View button, add a Title view to the Compound Layout view using the Add View link, and drag the new Title view to the top of the layout. Your Compound Layout should look like this: 3. Click the Edit View icon for the Title view. 4. In the Title field, enter Category Sales Last 12 Months This is a reference to the Presentation variable you are going to create. Click OK. 52

53 The syntax for calling a Presentation variable, whether in a column or a Title view, Your results should look like this, as the variable has not been defined or populated yet: Click OK to save your changes and return to the Compound Layout view. Add the Title view in the Compound Layout, if not already present. 5. Create the variable by designating that it be populated by the Prompt for Country Region. Click the Open icon and open the Prompt for Country Region. 6. In the Set Variable field of the prompt, select Presentation. Note that you could also reference a Request Variable. Request Variables are definedas SessionVariables in the Oracle BI metadata and are instantiated when the user's session begins. Their values for any request can be updated by dashboard prompts. 53

54 7. In the Set Variable text field, enter CountryRegion. By entering the name of the variable here, you are creating the variable as well as setting it to be populated by the user selection in the Prompt for Country Region. 8. Save the dashboard prompt. 9. Click the Dashboards link to navigate to the CountryManagers2 dashboard and verify that the Title view appears and that the CountryRegion Presentation variable is not yet populated. 10. Select Asia in the Country Region prompt and click Go. 11. Verify that the Prompt for Country Region dashboard prompt is filtering the dashboard and updating the CountryRegion Presentation variable. Summary In this lesson, you learned how to: Create and work with different views, including charts, pivot tables, and narratives Use selector views to add interactivity and navigability to requests Build, lay out, and work with Interactive Dashboards Use dashboard prompts to filter dashboard data and populate Presentation variables 54

55 Related Information To learn more about Oracle Business Intelligence, you can refer to: Additional OBEs on the OTN Web site. 55

ORACLE BUSINESS INTELLIGENCE WORKSHOP

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

More information

Creating Analyses and Dashboards Topic List Collapse All Topics Hide All Images Print

Creating Analyses and Dashboards Topic List Collapse All Topics Hide All Images Print Creating Analyses and Dashboards Topic List Collapse All Topics Hide All Images Print Overview Purpose In this tutorial, you will learn how to build, format, and customize Oracle Business Intelligence

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

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

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

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

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

More information

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

Cal Answers Analysis Training Part III. Advanced OBIEE - Dashboard Reports

Cal Answers Analysis Training Part III. Advanced OBIEE - Dashboard Reports Cal Answers Analysis Training Part III Advanced OBIEE - Dashboard Reports University of California, Berkeley March 2012 Table of Contents Table of Contents... 1 Overview... 2 Remember How to Create a Query?...

More information

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services Enterprise Reporting Advanced Web Intelligence Training Enterprise Reporting Services Table of Contents Chapter Page 1 Overview 4 2 Web Intelligence Access 8 3 BI Launch Pad Navigation 12 4 Nested Query

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Sending Alerts Using Oracle Business Intelligence Delivers Purpose In this tutorial, you learn how to create alerts in a dashboard on the BIC2G:EE 10.1.3.2 VMWare

More information

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

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

More information

Oracle BIEE 11g Reports and Dashboard Hands On

Oracle BIEE 11g Reports and Dashboard Hands On Username: student Oracle BIEE 11g Reports and Dashboard Hands On Vlamis Software Solutions is one of the most respected training organizations in the Oracle Business Intelligence community because our

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

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

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

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

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

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

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

WebSphere Business Monitor V6.2 KPI history and prediction lab

WebSphere Business Monitor V6.2 KPI history and prediction lab Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 KPI history and prediction lab What this exercise is about... 1 Lab requirements...

More information

Oracle Business Intelligence 11g OPN Advanced Workshop

Oracle Business Intelligence 11g OPN Advanced Workshop Oracle Business Intelligence 11g OPN Advanced Workshop Lab Book OPN: Oracle Business Intelligence 11g Advanced Workshop OPN Workshop: BI 11g Advanced Seite 1 Authors Revision Jignesh Mehta Naresh Nemani

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

State Analytical Reporting System (STARS)

State Analytical Reporting System (STARS) User Guide Financials - Accounts Payable Page 0 Financial Analytics Dashboards and Reports Table of Contents Financial Analytics Dashboards and Reports... 1 Accounts Payable Dashboards... 2 Voucher Details...

More information

Recruiter s Resource Guide

Recruiter s Resource Guide Recruiter s Resource Guide First Edition 1.29.2015 Contents Section One Recruiting... 3 Accessing Team Georgia Careers... 4 My Setup Preferences... 5 Creating a Requisition... 6 Approving a Requisition...

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

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

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

More information

Hamline University Administrative Computing Page 1

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

More information

Business Objects Version 5 : Introduction

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

More information

Learn About Analysis, Interactive Reports, and Dashboards

Learn About Analysis, Interactive Reports, and Dashboards Learn About Analysis, Interactive Reports, and Dashboards This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

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

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

More information

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

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

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

MicroStrategy Analytics Express User Guide

MicroStrategy Analytics Express User Guide MicroStrategy Analytics Express User Guide Analyzing Data with MicroStrategy Analytics Express Version: 4.0 Document Number: 09770040 CONTENTS 1. Getting Started with MicroStrategy Analytics Express Introduction...

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

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

Topic: Running ACE Reports

Topic: Running ACE Reports Introductions and General Information Page 3 o Organization of this Document Page 3 o Introductions to the ACE Reports Tool Page 3 o Software Set Up and Requirements Setting Preferences Page 5 Verifying

More information

WHAT S NEW IN OBIEE 11.1.1.7

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

More information

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

More information

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab

Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Creating a Patch Management Dashboard with IT Analytics Hands-On Lab Description This lab provides a hands-on overview of the IT Analytics Solution. Students will learn how to browse cubes and configure

More information

Outlook. Getting Started Outlook vs. Outlook Express Setting up a profile Outlook Today screen Navigation Pane

Outlook. Getting Started Outlook vs. Outlook Express Setting up a profile Outlook Today screen Navigation Pane Outlook Getting Started Outlook vs. Outlook Express Setting up a profile Outlook Today screen Navigation Pane Composing & Sending Email Reading & Sending Mail Messages Set message options Organizing Items

More information

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

Scribe Online Integration Services (IS) Tutorial

Scribe Online Integration Services (IS) Tutorial Scribe Online Integration Services (IS) Tutorial 7/6/2015 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying,

More information

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

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

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Getting Started with Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E28374-02 September 2013 Welcome to Getting Started with Oracle Business Intelligence Publisher.

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

COGNOS 8 Business Intelligence

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

More information

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

Oracle Business Intelligence Publisher: Create Reports and Data Models. Part 1 - Layout Editor

Oracle Business Intelligence Publisher: Create Reports and Data Models. Part 1 - Layout Editor Oracle Business Intelligence Publisher: Create Reports and Data Models Part 1 - Layout Editor Pradeep Kumar Sharma Senior Principal Product Manager, Oracle Business Intelligence Kasturi Shekhar Director,

More information

SQL Server 2005: Report Builder

SQL Server 2005: Report Builder SQL Server 2005: Report Builder Table of Contents SQL Server 2005: Report Builder...3 Lab Setup...4 Exercise 1 Report Model Projects...5 Exercise 2 Create a Report using Report Builder...9 SQL Server 2005:

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

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

User Guide. Trade Finance Global. Reports Centre. October 2015. nordea.com/cm OR tradefinance Name of document 8/8 2015/V1

User Guide. Trade Finance Global. Reports Centre. October 2015. nordea.com/cm OR tradefinance Name of document 8/8 2015/V1 User Guide Trade Finance Global Reports Centre October 2015 nordea.com/cm OR tradefinance Name of document 2015/V1 8/8 Table of Contents 1 Trade Finance Global (TFG) Reports Centre Overview... 4 1.1 Key

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

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

Developing Web and Mobile Dashboards with Oracle ADF

Developing Web and Mobile Dashboards with Oracle ADF Developing Web and Mobile Dashboards with Oracle ADF In this lab you ll build a web dashboard that displays data from the database in meaningful ways. You are going to leverage Oracle ADF the Oracle Application

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

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

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

Elisabetta Zodeiko 2/25/2012

Elisabetta Zodeiko 2/25/2012 PRINCETON UNIVERSITY Report Studio Introduction Elisabetta Zodeiko 2/25/2012 Report Studio Introduction pg. 1 Table of Contents 1. Report Studio Overview... 6 Course Overview... 7 Princeton Information

More information

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS

CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS CREATING EXCEL PIVOT TABLES AND PIVOT CHARTS FOR LIBRARY QUESTIONNAIRE RESULTS An Excel Pivot Table is an interactive table that summarizes large amounts of data. It allows the user to view and manipulate

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

COGNOS Query Studio Ad Hoc Reporting

COGNOS Query Studio Ad Hoc Reporting COGNOS Query Studio Ad Hoc Reporting Copyright 2008, the California Institute of Technology. All rights reserved. This documentation contains proprietary information of the California Institute of Technology

More information

for Sage 100 ERP Business Insights Overview Document

for Sage 100 ERP Business Insights Overview Document for Sage 100 ERP Business Insights Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered

More information

P6 Analytics Reference Manual

P6 Analytics Reference Manual P6 Analytics Reference Manual Release 3.2 October 2013 Contents Getting Started... 7 About P6 Analytics... 7 Prerequisites to Use Analytics... 8 About Analyses... 9 About... 9 About Dashboards... 10 Logging

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

MICROSOFT OUTLOOK 2011 GETTING STARTED AND HELP RESOURCES

MICROSOFT OUTLOOK 2011 GETTING STARTED AND HELP RESOURCES MICROSOFT OUTLOOK 2011 GETTING STARTED AND HELP RESOURCES Lasted Edited: 2012-07-10 1 Introduction... 4 Getting Started... 4 Tour of the Outlook 2011 Interface... 4 Start Outlook 2011... 5 Configure E-mail

More information

SAP Business Intelligence (BI 7) Reporting Training. General Navigation. Created by the Budget Office Bloomsburg University 2/23/2012

SAP Business Intelligence (BI 7) Reporting Training. General Navigation. Created by the Budget Office Bloomsburg University 2/23/2012 2012 SAP Business Intelligence (BI 7) Reporting Training General Navigation Created by the Budget Office Bloomsburg University 2/23/2012 1 Contents Business Intelligence 7.0 (BI) Reports... 4 BI Logon...

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 11.2 Last Updated: March 2014 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...

More information

2. Building Cross-Tabs in Your Reports Create a Cross-Tab Create a Specified Group Order Filter Cross-Tab by Group Keep Groups Together

2. Building Cross-Tabs in Your Reports Create a Cross-Tab Create a Specified Group Order Filter Cross-Tab by Group Keep Groups Together Crystal Reports Level 2 Computer Training Solutions Course Outline 1. Creating Running Totals Create a Running Total Field Modify a Running Total Field Create a Manual Running Total on Either Detail Data

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

Microsoft Outlook 2007 Calendar Features

Microsoft Outlook 2007 Calendar Features Microsoft Outlook 2007 Calendar Features Participant Guide HR Training and Development For technical assistance, please call 257-1300 Copyright 2007 Microsoft Outlook 2007 Calendar Objectives After completing

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

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

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

Business Objects 4.1 Quick User Guide

Business Objects 4.1 Quick User Guide Business Objects 4.1 Quick User Guide Log into SCEIS Business Objects (BOBJ) 1. https://sceisreporting.sc.gov 2. Choose Windows AD for Authentication. 3. Enter your SCEIS User Name and Password: Home Screen

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

TimeValue Software Due Date Tracking and Task Management Software

TimeValue Software Due Date Tracking and Task Management Software User s Guide TM TimeValue Software Due Date Tracking and Task Management Software File In Time Software User s Guide Copyright TimeValue Software, Inc. (a California Corporation) 1992-2010. All rights

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

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

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

More information

Microsoft Excel 2010 Pivot Tables

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

More information

ELOQUA INSIGHT Reporter User Guide

ELOQUA INSIGHT Reporter User Guide ELOQUA INSIGHT Reporter User Guide Copyright 2012 Eloqua Corporation. All rights reserved. July 2012 revision. Table of Contents Preface... 5 Introduction toeloqua Insight Business Intelligence... 6 Introduction

More information

Query 4. Lesson Objectives 4. Review 5. Smart Query 5. Create a Smart Query 6. Create a Smart Query Definition from an Ad-hoc Query 9

Query 4. Lesson Objectives 4. Review 5. Smart Query 5. Create a Smart Query 6. Create a Smart Query Definition from an Ad-hoc Query 9 TABLE OF CONTENTS Query 4 Lesson Objectives 4 Review 5 Smart Query 5 Create a Smart Query 6 Create a Smart Query Definition from an Ad-hoc Query 9 Query Functions and Features 13 Summarize Output Fields

More information

AIM Dashboard-User Documentation

AIM Dashboard-User Documentation AIM Dashboard-User Documentation Accessing the Academic Insights Management (AIM) Dashboard Getting Started Navigating the AIM Dashboard Advanced Data Analysis Features Exporting Data Tables into Excel

More information

Excel 2002. What you will do:

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

More information

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

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

More information

ReceivablesVision SM Getting Started Guide

ReceivablesVision SM Getting Started Guide ReceivablesVision SM Getting Started Guide March 2013 Transaction Services ReceivablesVision Quick Start Guide Table of Contents Table of Contents Accessing ReceivablesVision SM...2 The Login Screen...

More information

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1 Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1 A Turning Account is a unique identifier that is used to tie together all software accounts and response devices. A Turning Account is required

More information

Designing Adhoc Reports

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

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

MetroBoston DataCommon Training

MetroBoston DataCommon Training MetroBoston DataCommon Training Whether you are a data novice or an expert researcher, the MetroBoston DataCommon can help you get the information you need to learn more about your community, understand

More information

Sharperlight 2.10 Quick Start Guide

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

More information

Frog VLE Update. Latest Features and Enhancements. September 2014

Frog VLE Update. Latest Features and Enhancements. September 2014 1 Frog VLE Update Latest Features and Enhancements September 2014 2 Frog VLE Update: September 2014 Contents New Features Overview... 1 Enhancements Overview... 2 New Features... 3 Site Backgrounds...

More information

Decision Support AITS University Administration. Web Intelligence 4.1 Reporting Basics

Decision Support AITS University Administration. Web Intelligence 4.1 Reporting Basics Decision Support AITS University Administration Web Intelligence 4.1 Reporting Basics 2 Web Intelligence 4.1: Reporting Basics Appropriate Use and Security of Confidential and Sensitive Information Due

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

Cal Answers Analysis Training Part I. Creating Analyses in OBIEE

Cal Answers Analysis Training Part I. Creating Analyses in OBIEE Cal Answers Analysis Training Part I Creating Analyses in OBIEE University of California, Berkeley March 2012 Table of Contents Table of Contents... 1 Overview... 2 Getting Around OBIEE... 2 Cal Answers

More information