Test Drive DB2 Web Query with EZ-Install Package Hands On Lab Doug Mack,

Size: px
Start display at page:

Download "Test Drive DB2 Web Query with EZ-Install Package Hands On Lab Doug Mack,"

Transcription

1 Test Drive DB2 Web Query with EZ-Install Package Hands On Lab Doug Mack, Page 1

2 Table of Contents EZ-Install Package Getting to Know the BI Portal Signing into the BI Portal Overview of the BI Portal Working with Reporting Objects How to Create a Personal BI Portal Dashboard Using the Resources Window to Search for a Report Century Electronics Reports A Run Through of some Sample Reports Leveraging Date Attributes Other Report Features Active Reports Building Your First (Auto Drill) Report How to Build a Summary Report How to Format a Column How to Use Aggregation Functions How to Use Auto Drill & Analysis DB2 Web Query Usage/Audit Reports IBM DB2 Web Query Information Folder Sample Reports for the System Administrator IBM i Administration Samples Folder Find Out Which Reports are Supported System(s) CPU Utilization Dashboard Other Sample Reports Creating Even More Sample Reports with the Wizards Quickly Build Reports with YOUR Data Invoking the Meta Data Wizard Create Meta Data (Synonyms) Generate Sample Reports Additional Information: Links Page 2

3 EZ-Install Package This hands-on lab is based on having installed the latest version of DB2 Web Query with the EZ- Install package. This package includes all the DB2 Web Query software and pre-built sample reports and utilities, including: DB2 Web Query Auditing reports for example, see who is running the longest or most reports Sample reports for the Systems Administrator for example, track near real time utilization across multiple LPARs/Servers. Ready to run Tutorials learn how to build reports with the InfoAssist authoring tool. Discover information about your current Query/400 environment with the included Query/400 Discovery tool and sample reports built over the output files that the tool creates. In Section 5, you ll create reports with the easy button: The Meta Data Wizard. For information on EZ-Install and how to request it, check out this blog entry at Ibm.biz/db2wqezinstall-info. Or you can always send an to the IBM DB2 Web Query team at set up If you re setting up this for others to use in your own environment, follow these steps. Once you ve done this, you can have others just start in at Section 1. The assumption here is that your system was set up using the EZ-Install package. You ll need to add any additional user IDs to Security Center as WebQuery Administrators to do this lab, and you need to be signed on as QWQADMIN to do that. Note that the lab refers to teamxx userids, but you can use your own vs. having to create a bunch of additional users just for the lab. 1. Sign on with QWQADMIN 2. Import and add all users you want to have do this lab into Security Center. Click on Administration and Security Center Click on the NEW USER ICON to bring up a list of all IBM i User Profiles. Page 3

4 Click on (or control click to select multiple users) to add users to DB2 Web Query, then click on Import Users. In the upper right hand box called Groups, select WebQueryAdministrator. This global security setting allows you to add users that that have DB2 Web Query administration capabilities. You need these to do certain functions in the lab such as being able to use the Wizards and run the auditing reports. You may want to restrict those functions to a smaller set of users long term, but for this lab everyone needs to be a web query administrator. Page 4

5 Click on CLOSE, and sign off as QWQADMIN 3. Create a folder for users. Sign back in using one of the user profiles you added as an ADMINISTRATOR. Right click on the repository and select new -> folder: Page 5

6 Enter the name DB2 Web Query Training and give it a description: 4. Once the folder is created and authorization set up, right click on the DB2 Web Query Training folder and select Properties: Page 6

7 Choose the Server Properties tab. Select Century Electronics and click the double arrow >> to move that over into the Selected path area: What you are doing is making synonyms (meta data) stored in the Century Electronics APPLICATION folder accessible by report authors that are building reports in DB2 Web Query Training TOP LEVEL folder. I.e., application path is like a library list in the sense that it defines a search order for synonyms. Click on the Century electronics application on the right hand side, and just move it up one level with the up arrow. Page 7

8 Close that window. 5. Restore the completed Tutorial Reports if you haven t already EZ-Install provides all the self guided tutorial reports completely finished, but doesn t automatically restore them to a top level folder (we could change this feed back appreciated but the view was maybe you d rather have users run through the tutorials to learn how to build these and then compare to the ones we ve done for you). Still signed on as a web query administrator, scroll down in the BI Portal tree structure to Change Management. Expand the IMPORT folder to see the IBM_Century_Electronics import package. Page 8

9 Right click on IBM_Century_Electronics and select Import. The Import Package dialog box appears. Select the Add New and Update Existing Resources Click OK and this might take a few minutes. But after this completes, you should see a whole bunch of sub folders within the Century Electronics top level folder that start with Assignment. 6. Almost done. Let s restore the latest version of the QWQCENT Sample Library. EZ-Install automatically restores the DB2 Web Query SAMPLE database stored in library QWQCENT *IF THIS IS A BRAND NEW INSTALLATION* of DB2 Web Query. Page 9

10 However, if a previous version of QWQCENT exists, it does not overlay that (this is another thing we d like feedback on we chose to not auto restore the latest version because we had some people that altered the sample library and we didn t want to overwrite what they had done. Having said that, IF YOU CHOOSE to alter anything in QWQCENT, we recommend you move the changed object to a non Qxxx library so we don t have to worry about that)! From a green screen, run this command: RSTLIB SAVLIB(QWQCENT) DEV(*SAVF) SAVF(QWEBQRY/QWQCENT) MBROPT(*ALL) ALWOBJDIF(*ALL) Meta Data (synonyms) were also automatically created over QWQCENT library by EZ-Install. However, there are DATE fields for YEAR in the ORDERS file that should be updated to current year and current year 1. Current EZ-Install shows years of 2014 and To do this, you should run this SQL statement (you can do green screen STRSQL or the preferred ACS Run SQL Scripts) to update those years. UPDATE qwqcent/orders SET order_date = ADD_MONTHS(order_date, 24), req_date = ADD_MONTHS(req_date, 24), ship_date = ADD_MONTHS(ship_date, 24), inv_date = ADD_MONTHS(inv_date, 24), recv_date = ADD_MONTHS(recv_date, 24) end instructor notes Getting to Know the BI Portal 1.1 Signing into the BI Portal To work with DB2 Web Query all you need is a browser. The following screens and instructions depict starting from a browser window. Bring up Internet Explorer (or whatever browser you re using) Go to Sign on as TEAMxx (or your own user id that was set up for you) This IBM i user profile has already been registered as a licensed DB2 Web Query user and has development access to the top level folder DB2 Web Query Training. Page 10

11 Page 11

12 Right-click on the DB2 Web Query Training top level folder and select New Folder. Name the new folder Team xx Tutorials where xx is your team number. This is where you will store your work. We ll get back to that later. Click OK to create the folder you will work with during this lab. 1.2 Overview of the BI Portal The BI Portal is a standard interface into DB2 Web Query. There are actually other interfaces Excel, for instance, or you could build your own application and embed DB2 Web Query reports within those. There is also a mobile app that could be your sole interface into working with DB2 Web Query reports. For now, let s look at the BI Portal. Page 12

13 Note the tree structure on the left hand side. Under the Repository icon are several folders. These are call Top Level Folders and are where you store reporting objects Working with Reporting Objects There are usually 2 or 3 ways to achieve the same action within DB2 Web Query. Either double click on Century Electronics or click on the arrow to the left of that top level folder. Page 13

14 You should see all the completed tutorial report subfolders. DB2 Web Query authorities can also be set at a top level folder level. If you didn t have authorization to Century Electronics you would not have even see it in your tree structure. The instructor has already provided you with access to this folder. To work with objects in the tree, you can often right click and select the operation of desire from the popup menu, or sometimes just double click. Double Click on Assignment 01 sub-folder and then right click on the 1a report. Note the operations you can perform on that report, as well as the report icon. Page 14

15 A report object can be run, can be edited (if authorized), can be scheduled to run in the background (if authorized), can be sync d with mobile devices by moving to the add to Mobile Favorites option, and there is also the concept of publishing a report so others with access to that top level folder can operate on that report. Report objects are represented by a specific icon and consist of Reports, Charts/graphs, schedules (that describes the scheduling attributes of a report), dashboards, HTML front ends, distribution lists, and uploaded objects (e.g., images or SQL scripts). Page 15

16 In this case, you have been provided with a lot of authority! For now, either double click on that 1a report or right click and select run. The report runs in your current BI portal window. Note you can make your tree window or the report window larger or smaller by moving the dividing line that separates them by holding down the mouse on the line and dragging it to the left or right. This simple report has headers, footers (with today s date embedded via a system variable), traffic lighting based on some rule for Gross Profit, and a certain look and feel to it. You can change all this, including the color schemes through style sheets. For now, let s run a chart. Open up the Assignment 04 folder and note that the icon is slightly different: (double click or right click and run).. Run the 4e Products Bubble Chart report A prompt control is available to choose Product Type. This prompt screen was automatically built by DB2 Web Query when a parameter was specified as a filter in the report. The list box can be used to select that parameter (a.k.a., selection criteria). You can also build your own user interface for reports and charts/graphs. Perhaps you wanted to use a radio button or free form text input control for selecting the parameter. You can do that by front ending the report with something called a guided ad-hoc form. We ll take a look at that later. For now, leave NO Selection highlighted and click on the RUN button. Page 16

17 There are over 100 charts and graphs for you to choose from in DB2 Web Query to visualize data. This one is a bubble chart. As an aside, just about any report or chart/graph can be placed onto a dashboard, and there are several different types of dashboards. Scroll down within the chart window. You ll see that you have a chart represented for every product type. A bubble represents each product category for that product type. The location of the bubble reflects an intersection of quantity and revenue, and the size of the bubble reflects the value of the field margin. Note that you also have an option to run this report in a new window. This appears automatically when you have an auto-prompted field in your report How to Create a Personal BI Portal Dashboard Page 17 The BI portal allows you to create a simple, personal dashboard (only the user signed on has that dashboard although anyone with access to those reports could do the same for their own personal dashboard).

18 Click on the new page icon next to the reporting tab: Right click on the page that now says Page 1: Select Change Title, type in Teamxx (where xx is your team number) and hit enter: Right click on your Team xx tab and choose Page Layout and then click on TWO COLUMNS: Now let s add a couple reports to your personal dashboard. A scenario for an end user to want to use a personal dashboard is just an easy way to have their first thing in the morning I want to see reports pop up immediately. Page 18

19 Note that a resource window has appeared on the right hand side. You ll use that to drag those two favorite reports onto your dashboard. In the resource tree on the right hand side, expand the Century Electronics folder by double clicking on it (if not already expanded). Also open up the Assignment 01 sub-folder. Select report 1A and drag it onto the left hand side of your BI Portal layout window. Subsequently, select report 1B and drag that to the right of the first report. Your personal dashboard should look like this. Note how they align nicely - because you specifically chose a TWO COLUMN format. Close the RESOURCE window on the far right by clicking on the x (BE SURE TO CLICK ON THE x that is on that RESOURCE window and not the x that would close your entire portal session)! This opens up some more space to be able to view each report. Page 19

20 Right click on the TEAM xx tab and select REFRESH and you ll see that the reports are rerun. Sign out by clicking on the Sign Out link in the upper right hand corner (while you re still on the BI Dashboard page): Sign back in again and note how you come into the dashboard, and the reports are run at that time. You can create many pages in a similar fashion to what we just did. There are many different dashboard capabilities. This is really the simplest form of a dashboard and is really a set of favorite reports on a single view. Page 20 For now, let s go back to the REPORTING tab by clicking on that in the upper left hand corner of the BI portal.

21 1.2.3 Using the Resources Window to Search for a Report In the upper right hand corner of the BI Portal you ll see some hot links. Click on the RESOURCES link: This opens up a similar tree structure on the right hand side of the BI portal. It might seem subtle, but two differences in running reports under RESOURCES vs the tree on the left hand side are (1) the ability to search for a report using that Filter area, and (2) when you run a report it (by default) opens in a new window. Click on the Filter icon button to open up the input box. Enter KPI in the Filter On text entry area (leave All in the drop down box but note you can search for certain types of documents). Click on the magnifying glass icon next to the Type drop down list box. Page 21

22 The search returned the Century Electronics folder and if you double click on that and then the Assignment 09 folder you ll see a report with KPI in the title. Double Click on that 9g report. This dashboard will be seen in a new browser window. You may want to MAXIMIZE that window to see most of the dashboard. You ll learn more about building dashboards like this as you go, but just know that you can build highly customizable front ends and dashboards for your user community such as this, which combines a company logo, three reports that are all associated with a user specified parameter, shown here as a list box for the parameter Product Type. Page 22

23 Try selecting a different Product Type, like Audio, and hit the run button. See how all 3 charts are passed that parameter and altered to reflect that choice. Again, if you pursue the self-guided tutorials in the IBM Redbook, you ll actually build this very dashboard! Close the dashboard window and go back to your main BI Portal screen. You can also close the Resources tree on the right hand side by clicking on the X. Page 23

24 2 Century Electronics Reports 2.1 A Run Through of some Sample Reports While the Redbook Tutorials are there for YOU to learn how to build reports, EZ-Install also includes COMPLETED samples of the reports. In EZ-Install, they aren t by default loaded into the Century Electronics top level folder but can be imported within a couple of minutes. For this lab, the instructor has imported those reports and they are all placed into subfolders that start with Assignment. We ve already been using some of these. Let s take a look at a few more examples Leveraging Date Attributes Most reporting requirements involve a date aspect. For example, a report showing data within a date range, or certain fields that represent a date orientation, such as TODAY-30. Date processing in DB2 Web Query is very powerful, and again, there are probably 2-3 different ways you can implement these date functions. In addition, many i customers have their dates stored in fields that are not defined as true ISO date data types, but data types like packed 8 decimal. This creates challenges for the end user to have to figure out how to get today 30 onto their report when the underlying field is a decimal field! DB2 Web Query is a meta data driven BI tool. The meta data layer is very powerful for dealing with data transformations that provide many benefits: Shields the report author from having to know the underlying data structures Defines calculated fields, or field formats, ONCE versus having to do this in every report Can be easily refreshed should an underlying database change be made, eliminating report maintenance Create a single version of the truth repository so everyone is working off the same definition of virtual fields no matter Date processing is one area where meta data becomes very handy. DB2 Web Query EZ-Install provides a sample date dimension table which is a great way to deal with this issue. Within meta data, the date dimension table can be joined with the legacy file containing your packed 8 (or whatever format) date fields, and it becomes very simple to add all kinds of date attributes (day of week, year/qtr/month, etc.) to your report. You can build filters into reports to exclude holidays or weekends, and much more. EZ-Install has set up the meta data over the sample database to join the legacy orders table to the date dimension table. Below is a representation of that. Page 24

25 Open up the Century Electronics and Assignment 02 sub-folder and double click on report 2c. In this report we ve added a date attribute that reflects the season of the year that the date falls into, and then summarized the information. This report includes SEASON. It actually shows the column header as DC_SEASON which is not necessarily what you should do for an end user. I.e., the end user doesn t care that your DC_ prefix is done for you to know that this came from the Data Dimension (or Date Conversion) table. So it would probably make more sense to change that to just SEASON. You can either do that in the meta data (one time) which would be the best practice, or just change the field TITLE in the report. Page 25

26 2.1.2 Other Report Features There are any number of report features that come with the product. You can run through the many sample reports in the Century Electronics folder on your own. For now, let s take a look at just a couple. Make sure Assignment 03 sub folder is expanded. Double click on report 3b Accordion. Note that each country has a next to it. This indicates that you can expand that selection. Click the plus sign next to FRANCE, and then subsequently click on Ile de France. Page 26

27 An accordion report is an easy way to see the details that make up a summary value. Now click on 3c Pages on Demand in the tree structure on the left. This is just another feature you can easily apply to a report that provides a nice way to navigate to a page of a large report, either by selecting a specific page number, or using the search bar at the bottom. When you use the search bar, the result is the PAGE of where that result is found (this is not a filtering of records based on your search criteria you can do that, but in a different type of report feature)! In the Page input area, type in page 21 and hit the page icon next to it. Page 27

28 You just jumped to page 21. Go back to where you were by clicking on the first page icon. In the search bar, type in West South Central and click on the binoculars icon. At the bottom you can see you jumped to page 26. That is because you jumped to the page containing the first instance of that search criteria. You ll need to scroll down on that page to see the records related to your search criteria. You might try running some of the other reports in the Assignment 03 folder. The Excel report assumes you have Excel or an Excel viewer on your laptop as it downloads the report directly into a new sheet. Page 28

29 2.1.3 Active Reports Active reports are a report output type that allows an end user to manipulate the view of the data after the report is run. It is often positioned as a good technology for mobile computing because you could run the report in the background, it out to a user with on their tablet, and then they could work with that report offline. Double click on the 3g Active Report Revenue and Profit Report. Page 29

30 All these down arrows to the right of field names are a sign that this is an Active report. Click on the down arrow next to the field Margin, you ll see a pop up menu that allows you to operate on the report with report level, or field level manipulation. You can sort on a field, filter the records, add a calculated field, create a chart or rollup on the fly, even use a pivot tool to create a pivot type report. For now, let s hide the Margin field from this report (we can always bring it back in at any time). Click on Hide Column. Let s sort the records by Revenue. Click on the down arrow to the right of Revenue and select Sort Descending. Turn on a visualization bar for Revenue. Click on the down arrow for Revenue and select Visualize. Do the same for the Profit field by clicking on the down arrow to the right of Profit and selecting Visualize. Page 30

31 The visualization bars can make it easier to compare values across two columns. Scroll down to the record for Audio/Speakers and see how it is easy to tell that this is a high profit product with low revenue. Also note that as you scroll across the records, they are highlighted, in this case in orange. You can control the color schemes used in Active Reports within the report authoring tool called InfoAssist (which we ll get to in a few minutes). You might want to add a comment to this record identifying it as something to take action on. Click on the Speakers text in the 2 nd column and select COMMENTS. Add a comment and then click on the ADD COMMENT button. Page 31

32 Note that the cell in the report now indicates there is a comment behind it. If you wanted to, you could send this report to a colleague, perhaps the sales manager responsible for Audio Products! Perhaps we want to see if this is a pattern across all types of speakers. Click on the Speakers cell again and select Filter Cell. The data view changes to just show records with Product Category = Speakers. Now with this subset of records it s also a lot easier to see the comparisons across columns by looking at the numbers (and yes, we eliminated the MARGIN field which would also be a good indicator)! Page 32

33 Let s add that Margin field back in. Click on the down arrow next to Profit and choose Show Columns and Margin. Sort on Margin by clicking on the down arrow next to Margin and choosing Sort Descending. Page 33

34 Now it s quite easy to see that indeed the type of speakers we added the comment to are high margin products, but other types of Speakers look pretty profitable as well! One last thing let s build a simple chart to reflect this story. Click again on the down arrow next to Margin, and choose CHART -> LINE -> Product Name. Page 34

35 Upon seeing this, it s possible a bar chart or pie chart might have been a better choice. Click on the Pie Chart Icon in the toolbar at the top. This is better. If you move your cursor across one of the pieces of the pie you can see the popup information window that shows what that represents. Page 35

36 This is just a taste of Active Reports, and keep in mind that these COULD be leveraged for those employees or clients using tablets or other mobile devices with all the function available to them on those devices as you would have just using a laptop browser. DB2 Web Query recognizes the type of device and renders the output to match the device, making it easier, for instance, to use your fingers or a stylus to manipulate the data views in the report or chart. Let s go ahead and close the chart and move on! Click on the X in the upper right hand corner of the chart. Page 36

37 2.2 Building Your First (Auto Drill) Report In this section we will use the InfoAssist authoring tool to build an Auto Drill report. In the BI Portal resource tree on the left hand side, make sure the DB2 Web Query Training folder is expanded (if not, double click on it). Expand the DB2 Web Query Training folder if not already expanded. Right-click on your TEAMxx folder you created previously and choose New Report. This might take a minute or two, but a new browser window will open the InfoAssist authoring tool. In the next pop up menu you will see a list of synonyms that you will build your report over. Synonyms are a meta data representation of your underlying files/tables (note that they could also be meta data representations of data returned from an SQL View, a User Defined Function, an SQL Alias, a Stored Procedure *and* could represent files/tables that reside in remote databases such as another DB2 for i database, or even a MySQL or SQLServer database). Select the CEN_ORDERS synonym. If you don t see it, make sure the Century Electronics folder is expanded on the left hand side panel. In this case, this synonym actually represents a cluster of tables JOINED together into a single synonym. This makes it very easy for end users to not have to worry about the need to join files/tables together in each and every report. Page 37

38 Click OPEN. After InfoAssist opens up, click on the MAIN MENU button and select OPTIONS Page 38

39 On the Data Panel option, if not already selected, choose LOGICAL view. This lets you set DEFAULTS for your InfoAssist environment. You can always change these settings within your InfoAssist sessions, but then the scope is just for that particular InfoAssist session. Page 39

40 Note you can also set your default style sheet here. Not sure about you, but I m getting pretty tired of the grey look of the sample reports and would like to use some other color schemes. There are over 100 style sheets to choose from, and you can also modify your own. If you click on the BROWSE button under Environment and Styling you can view the style sheets. Select the ENBlue_Medium1.sty stylesheet and click on OPEN. Now every time you open up InfoAssist it will use this stylesheet. If you want to just change the stylesheet for a specific report, you can do that as well, but not from the Options menu but rather, using the Theme tool in the Home tab. NOTE: There is a stylesheet document available from the DB2 Web Query wiki which is a good resource to understand more about how these work. Go to ibm.co/db2wqwiki and take the DOCUMENTATION link. Page 40 Click on OK from the options pop-up to return to InfoAssist.

41 The only bad news here is that in order for that stylesheet to take effect, you ll need to CLOSE InfoAssist and then re-start it. Close Infoassist by selecting that big IA button and EXIT Now restart InfoAssist again right click on Teamxx folder and select NEW -> Report. Select CEN_ORDERS synonym (remember from above you have to expand the Century Electronics Folder to see that). Click on OPEN. Page 41

42 And here we are! The Data panel on the left hand side shows you the columns/fields available to you for your report. The Logical view you specified displays these fields as MEASURES (typically numeric fields) and DIMENSIONS (often considered Sort fields). Page 42

43 Note that you can expand selections in the data panel with the + sign, and collapse with the sign. You can also scroll up and down through the data panel. Click on the collapse button next to Measures, you should then see a set of dimensions. Page 43 Keep this in mind as you work your way through additional tutorials. You may encounter instructions that ask you to select a column/field but you can t find it in the data panel. So be sure to use the expand buttons and/or scroll capabilities within the data panel to look for it! Or,

44 note the search area at the top of the data panel if you know the name of the field you re looking for you can search for it How to Build a Summary Report Expand the Product Info Dimension, and Product Info Heierarchy to get to the list of fields in that heierarchy. Double-click the Product Type field. Note that you can double click the field, or drag and drop it on to your Interactive Design View panel, or drag and drop it on to the Query panel below. All three methods will place Product Type as the primary By field in a new report. Page 44

45 Compress Dimensions or scroll up in the Data panel on the left until you see the Measures/Properties heading at the top of the list. Again, you may need to expand the Measures folder to see all the fields within that. In the default view, all numeric fields are grouped together under Measures for simplicity. Double-click Revenue. Page 45 Note that the two fields you ve selected show up in the live preview area. They also show up in

46 the lower left hand Query panel. You can use the Query panel to view the structure of the report and/or manipulate it. Next, we want to add grand totals to our report. Select the Home tab at the top, if not already selected. If the Report group is not already expanded (if you can t see Theme and Style tools), click the Report group under Header and Footer. This is another example of collapse and expand, but within the ribbon bar. There is only so much real estate on your browser, so some of the tools are collapsed into groups. The groups of tools on this particular ribbon bar are Format, Design, Filter, and Report. Click Column Totals in the expanded Report ribbon. Selecting Column Totals adds a grand total row to the bottom of the report to sum the numeric data in each column. Selecting Row Totals would add a grand total column to the right side of the report to sum the numeric data in each row. Save your report. Click the Save IA1_Revenue. button at the top of the window, and call the report Click the Run button. Notice the new tab at the bottom of your screen labeled IA1_Revenue(0). This tab displays your report output results. Your output report looks the same as your Interactive Design View except that the numbers are larger. You are now processing your full table instead of only reading the first 500 records. Page 46

47 You can switch between the Live Preview and the Results View by selecting the appropriate tab. Instead of having two tabs open close the results panel. This will leave only the Interactive Design View open. Click the Close view. button on IA1_Revenue(0) in the upper right hand corner of the results Page 47

48 2.2.2 How to Format a Column Back on the Interactive Design View panel, click the Revenue field. When you select the Revenue field, the ribbon becomes field-specific. Some of the groupings may already be expanded depending on the width of your screen (in this screen shot it is already expanded but it may not be in yours, based on the resolution of your screen). We re not going to do anything here, because the Revenue field already has our desired monetary sign (the $ sign) and commas, as does our column total. This is because we formatted that field within the meta data. By doing that in the meta data, EVERY report that uses the field Revenue will by default have this formatting attached to it. If you wanted to overwrite that, you could at the report layer. There are many other aspects of the field specific tab and you can browse those in this ribbon bar. Sort, rank, do a top xx only report, format the field with different fonts or colors, you can build aggregation functions over the field, add traffic lighting, or even create a drill down link to another report and pass the value of the field that you drilled down on to a secondary report. You can learn how to do all of that using the tutorials! For now, we ll just look at adding an aggregation. Page 48

49 2.2.3 How to Use Aggregation Functions You are going to add a count of the number of orders for each product type to the report. If collapsed, expand Dimensions in the Data panel. Drag Order Number down to Sum - just below Revenue on the Query panel. Remember that you can also drag it directly onto the report or double-click it to insert it on the report. Note: Make sure that Order Number is specified as Sum column and NOT a By column! Right-click Order Number, in the Query panel, to open the field-specific submenu. Page 49

50 Select More, then Aggregation Functions and then select Count. You want to move the Order Number field before the Revenue field. This example will show you how to reorder your fields if they aren't in the sequence you want. Select the Order Number field in the Interactive Design View panel. Notice that an outline is drawn around the field and its values. Page 50

51 Drag the field to the left of the Revenue column. You will see a red bar indicating where the field will be positioned when you release the mouse button. Because you positioned the Order Number column beside the sort field (Product Type), an additional menu appears. The options are Drop as Sort and Drop as Sum. Drop as Sort makes the selected field a sort field. For this tutorial, select Drop as Sum. You can also move the Order Number column by dragging Order Number above Revenue in the Query panel. To create a new heading in the Query panel right-click Cnt.OrderNumber to see the field specific submenu. Select Change Title and type the new title Order Count. Page 51

52 Run the report by clicking on the RUN button. You have completed your initial summary report. You will return to this report later. Save your report by clicking on the SAVE button. Close the report in the RUN window IA1_Revenue(0) to return to the Interactive Design View. We will continue to use this report as the basis for our next report How to Use Auto Drill & Analysis Online analytical processing (OLAP) is best known as the technology that allows a user to slice and dice through data or drill down into data. DB2 Web Query makes it easy to provide users with a drill-down, slice and dice interface. There is more to working with a drill-down report in the tutorials, but for now, we ll take a quick look! Select the Format ribbon and expand the Navigation group if it is compressed. Page 52

53 Click the little sliver with the down arrow in the Auto Drill & Analysis tool. Once the arrow is selected, choose Olap Options and then More options in the pop up menu. Select the two options highlighted below. You are providing the end user with some capabilities to manipulate the data they view in the report. The Dimensions grouped in tabs provides a tabular interface at the top of the report to add additional columns (interactively) to the report, or filter on various elements of the report. It also lets you set selection criteria on the fly ( where country does NOT = United States ). The allow drill down on Dimensions enables the non-numeric (typically) fields to allow for a drill down when clicked on. Run your report. Page 53

54 The Product Type is automatically highlighted and underlined; this indicates that you can drill down on this column. Click Audio. You just drilled down to Product Category based on Audio Product types within a single report. Page 54

55 Take a look at the tabular interface at the top of the report: This is where you have a lot of different options in determining what data you want to look at ALL WITHIN A SINGLE REPORT. You can filter the data, for example, choose a specific year by clicking on the down arrow for a selection of YEAR values in your data. You can even set selection criteria like where YEAR does NOT equal yyyy by clicking on the = button and toggling through different expressions available to you. So while this report is called auto drill down it is really a drill anywhere report. From here you could save it into Excel, or as an active report, or even as another auto drill report that you can come back to the next day after having iterated through the data to this point. SAVE the report by clicking on the main menu ICON and choosing SAVE AS. Name it IA_Revenue_Drill_Down. CONGRATULATIONS you just created your first auto-drill down report in DB2 Web Query! Auto Drill & Analysis has much more power than the simple example you just executed. As Page 55

56 mentioned previously, a much more detailed OLAP tutorial is available in the DB2 Web Query for i Redbook Tutorials that you can obtain at ibm.biz/db2wqezinstall. 3 DB2 Web Query Usage/Audit Reports 3.1 IBM DB2 Web Query Information Folder DB2 Web Query now ships with some reports available for the System (or Web Query) Administrator to get a view of what is happening on your system as it relates to Web Query usage. This was nearly impossible with Query/400. Back in the BI Portal tree, open up the IBM DB2 Web Query Information top level folder (remember, you can double click or click on the arrow to expand the view) and then the Report Information sub-folder. These are IBM supplied usage/auditing reports. Double Click on the Audit Summary Dashboard report. Page 56

57 This dashboard looks very different from the previous ones we looked at. This dashboard is a multi-layered one. The top level report is a count of reports by Top Level Folder. Run your mouse cursor across one or more of the slices of the pie and you ll see some interesting details. Click on the Top 10 Most Run Reports Last 30 Days bar below the pie chart. Note the scroll bars on the right and at the bottom. Click on the Top 10 Longest Running Reports Last 30 days bar to expand that report section. Note some of the columns of the report. Page 57

58 Now click on the Top 10 Most Active Users Last 30 Days. And consider how would you have ever gotten this information about your most active Query/400 users or longest Query/400 running reports? It would be difficult at best. Note that your screens SHOULD look different from this because this is a live query against data stored in the DB2 Web Query repository all day long. These reports are Active reports which you have seen previously. Even though this is a top 10 most active user report many more than 10 records are shown because there is a record for every report that a user ran. In this particular report, there are 35 records. But you could have 3500 based on the reports those Top 10 users ran. But an ACTIVE report allows you filter the data, sort, remove or add back in columns of interest, even create a chart within the report. Let s try it. Page 58

59 Look for the down arrow to the right of the Last Run Timestamp column. Let s sort on this in descending order. Click on that down arrow and review the pop up menu. Click on sort descending and notice how your report has changed. Perhaps you want to focus on what a specific user is doing. You can filter in a VALUE within the data by just clicking on a cell of the report containing the value you want to filter on. Under the User column, click on DB2WQTEST user (if you don t see that user, just click on any user of choice perhaps even your own userid you signed on with). Page 59 Now you see a subset of records in your view.

60 To remove the filter, click on that user again (DB2WQTEST in this example) and click on the Remove Cell Filter. Perhaps it would be nice to see the number of unique reports run across this set of audit data. You can add calculated fields to the report. Click on the down arrow next to REPORT NAME and select CALCULATE and DISTINCT: Page 60

61 A new calculation has been added under Report Name: The AUDIT reports can help you get your arms around DB2 Web Query utilization and long running reports. You can also see when reports were last edited. You can also customize your own auditing capability. DB2 Web Query provides a user exit that can be leveraged such that your own program collecting information can be executed every time a report is run. There is more information about that under the DOCUMENTS link off the DB2 Web Query wiki: ibm.co/db2wqwiki. Look for Dynamic RunTime Environments. Page 61

62 4 Sample Reports for the System Administrator 4.1 IBM i Administration Samples Folder The EZ-Install package also includes a number of reports designed to show utilization metrics. These sample reports are built over something called IBM i Services which are delivered as part of OS upgrades at various levels. These services make data available to SQL interfaces (like DB2 Web Query) that was previously only available through APIs or CL commands. You may want to collapse the IBM DB2 Web Query Information top level folder to tidy things up a bit, and then expand (click on arrow or double click) the IBM i Administration Samples top level folder. Page 62

63 Because these reports are based on functions in IBM i that are shipped at various levels of the OS, some reports may or may not run. So the very first report in the folder is a check to see if the reports are enabled or not. If you are at 7.2 or above, your chances of all reports running is much higher Find Out Which Reports are Supported Double click on Get Status of Sys Admin Reports. Page 63

64 In our case, it looks like the necessary pre-reqs, the underlying service is indeed available for all reports based on the REPORT_STATUS column. If you wanted to run those reports directly from here, you could click on the links under the FULL_PATH column. There are some other pre-reqs necessary for these reports to get valid data, but for now, why don t you click on the FULL_PATH column for the Top 10 Jobs by CPU chart: The report opens in a new browser window: Page 64

65 This is a report that you could change if you wanted to. Perhaps you d prefer the top 20 jobs, or turn it into a pie chart. By providing the sample reports and underlying infrastructure, this would be very easy to do. Close the Top 10 Jobs by CPU Time window and go back to the BI portal System(s) CPU Utilization Dashboard Let s take a look at System CPU Dashboard. If you double click on it, you ll run it within the BI Portal window you have open. Since this is a fairly large dashboard, let s run it in its own window. Click on the System CPU Dashboard link under Full Path column within the report you currently have showing. This auto refresh dashboard opens up in a new window: Page 65 This sample dashboard shows CPU utilization across multiple LPARS (if you have linkages to those system set up in this case we only have the one system in our network), and across

66 multiple time intervals. It is leveraging an ability to auto run the reports on the dashboard on a timed interval, in this case every 1 minute. If you wait 1 minute, you should see it be refreshed with some *LOADING messages appearing for each report. Close out the dashboard window and go back to the BI portal Other Sample Reports Double click on the Spool File Usage report. Your report should look different (in terms of the data) from this one. Page 66

67 If you want to, run some of the other sample reports in the IBM i Administration Samples top level folder. If you want to learn more about how these were built over the IBM i Services, refer to the EZ- Install getting started page at ibm.biz/db2wqezinstall. 5 Creating Even More Sample Reports with the Wizards 5.1 Quickly Build Reports with YOUR Data With recent versions of DB2 Web Query (Express or Standard), two wizards are provided. Both wizards provide an easy way to jump start your reporting environment by walking you through steps to create synonyms (meta data) and auto generate reports. The actual number of reports will vary based on your data (and how many measurements or numeric fields the wizard finds). True date fields are also automatically decomposed into date attributes like month, quarter, and year, and the wizards attempt to also determine hierarchical relations in fields that look to represent a dimension. A dimension might be geography where you have fields like COUNTRY, STATE, and CITY. The wizards will build a relationship for these fields to enable reports like the auto drill down report type. The two wizards are the meta data wizard, and the upload wizard. The meta data wizard builds synonyms and reports over your relational data. The upload wizard does a similar thing but for uploaded spreadsheet or flat file data. In this lab, we ll use the meta data wizard to build Page 67

68 synonyms over the DB2 Web Query Sample database installed in the same server/partition as DB2 Web Query Invoking the Meta Data Wizard Right-click on your TEAMXX Tutorials folder (you may need to expand the DB2 Web Query Training folder). Scroll down to the metadata option and select WIZARD. If you don t have the meta data option, then you ll want to make sure you have the right authorization in security center to be able to work with meta data (you ll need to ask the instructor to add you as a DBA for your top level folder). If you didn t have adapter configurations before, this would give you an opportunity to specify your data source/connection to a database. However, this has already been done for you. So click on the Import Metadata button. Page 68

69 The DB2 CLI *LOCAL adapter should be selected, but if not, select that adapter and click on the NEXT button. Page 69

70 5.1.2 Create Meta Data (Synonyms) You ve not seen a meta data build screen before in this lab. But here is where you have an option to create meta data (synonyms in DB2 Web Query terms). You can create synonyms over tables/files and SQL Views, which is the default here. You COULD (we won t in this lab) create meta data over SQL Aliases, Stored Procedures (SQL or RPG procedures defined to DB2), SQL functions or user defined functions, and more. This is very powerful stuff to be able to use DB2 (or existing legacy programs) in your reports. For now, just leave the defaults of Tables/Views select, but enter QWQCENT in the library input box and select the NEXT button. On this next screen you ll select the tables/files you want to build your synonym over. Select the INVENTORY, ORDERS, PLANT and STORES tables. MAKE SURE you add a prefix of your team name in the prefix box, for example, Team21_ (the underscore is nice to separate the prefix from the rest of the synonym name). Page 70

71 Review your selections (you ll have to scroll up and/or down to get all the tables, and then click on NEXT. Page 71

72 You should see success messages. Click on NEXT. Note that you are now working under the JOIN tool (look at the highlighted toolbar in the ribbon at the top of the screen). We ve selected 4 tables/files, and we need to provide a hint as to how to join these to the wizard. The ORDERS table is the parent table to the other 3, so select TEAMxx_ORDERS as the fact table (fact and dimension tables are a data warehouse concept in this case the wizard uses these terms although we have really not replicated data into a warehouse or other data model). Click NEXT. Page 72

73 Now that we ve selected our fact table (ORDERS), let s select the other 3 and add to the join condition. Select the (with teamxx_ prefix) INVENTORY, PLANT and STORES tables. Again, don t get caught up in the add tables to the star schema verbiage we re not really building a star schema data model that is typical in data warehousing, but simply specifying the join relationships. Review your selections and click on NEXT. Page 73

74 Note that the wizard has taken you to the Measures and Dimensions section. The wizard assumes numeric fields, like REVENUE, or COST OF GOODS SOLD are measurements and non-numeric fields are dimensions. And again, it will attempt to create logical hierarchies of certain dimension fields and decompose true date fields. Scroll down to under the Dimensions icon. Click on the arrow next to Teamxx_ORDERS (be sure to click on the one under the dimensions folder) to expand that section. Page 74

75 Click on Order,Date,Simple arrow to expand that section. Page 75

76 The wizard has decomposed that true date field called ORDERDATE into a year, month, quarter and day set of attributes you can use in your reports. The Wizard created a minimal set of date attributes *if* the date fields in your legacy tables/files are true date fields (which is a bit of a rarity). Previously, we discussed the Date Dimension table that comes with EZ-Install. Chances are high you aren t using true date fields, so a better approach would have been to select the Date Dimension table as another table to be joined into this cluster of tables. So just consider this an example of auto date decomposition! Page 76

77 11. Either collapse those sections you just expanded, or just scroll down a bit. Expand the TEAMXX_PLANT dimension by clicking on the arrow. Note there is an expandable GEOGRAPHY section. This is because the wizard found fields in your table that seemed to represent a geographical dimension. Expand the GEOGRAPHY dimension to see those fields and how the wizard set up an auto drill down hierarchy starting with country and then state, etc. Page 77

78 12. What if the wizard mis-interpreted or completely missed a dimension that is important to how your business looks at data elements such as PRODUCTS. You have an opportunity here to edit this to correct any poor assumptions. Let s take a look at the INVENTORY dimension. Either collapse the plan dimension or scroll up and select the arrow next to TEAMXX_INVENTORY. Page In this case, the wizard did not recognize product oriented fields as related. But that s ok, we can create a product dimension and the hierarchy that the business requires. Right click on Product Type and select CREATE HEIRARCHY

79 14. Expand Product Type with the down arrow. Note that there is only one field listed there: Product Type. 15. Let s fill out the dimension by adding Product Category, Model, and Product Name (in that order) to the hierarchy. Select and hold down the left mouse button on Product Category and drag it up underneath Product Type. Then drag and drop MODEL under category, and product name underneath model. Your hierarchy should look like this with all of those fields in alignment under Product Type. Page 79

80 16. Click on the NEXT button. 17. Next you want to save your synonym. In theory, once you learn more about meta data and application folders, you could save this synonym to a specific application folder with the idea that what you created you want to make available for anyone to use to build reports over. In other words, you really wouldn t want to have multiple copies of the same synonyms around but we do this in the lab just for training purposes. For now, just take the defaults and click on OK. Page 80

81 The synonym and reports will be stored in subfolders teamxx_orders_cls within the db2_web_query_training top level folder. What is the CLS? That stands for cluster as we have created a synonym that contains a JOIN, or a cluster of tables/files Generate Sample Reports 18. Now the wizard will auto generate reports. This step will take a few minutes because its doing a lot of work to create a lot of reports. Page 81

82 19. When complete, go back to your main BI Portal web query browser window. Do you see a dashboard? Maybe you don t like the colors used here, or want to change the title or other aspects of the dashboard. These are all sample reports/dashboards that can be used as is or as examples to build on. You may need to do a refresh on your browser, but.navigate to your Teamxx subfolder and expand it. You should see a whole slew of new folders. Each of these folders contains a set of reports that were auto generated by the wizard. WOW! 20. The Wizard generated auto drill reports, some dashboards in the form of compound documents, an accordion and active report, and many more. The number of reports it generates will depend on your data and how many measurements you have defined. Go ahead and open the Analytics folder and sample some of the reports by double clicking on them. Feel free to open up some of the other subfolders and run those reports as well! Page 82

83 22. CONGRATULATIONS! You have finished the EZ-Install Test Drive lab! When you are done, please remember to sign off (upper right hand corner of BI portal). And note that you can do all this and more on your own system with EZ-Install. 6 Additional Information: Links Links: Ibm.biz/db2webqueryi - main website Ibm.co/db2wqwiki - technical wiki Db2webqueryi.blogspot.com Doug Mack s blog Ibm.biz/db2wqezinstall EZ-install getting started page Contact the DB2 Web Query Team at QU2@us.ibm.com Page 83

Satisfy the Business Using Db2 Web Query

Satisfy the Business Using Db2 Web Query Satisfy the Business Using Db2 Web Query Rob Bestgen Db2 for i Lab Services bestgen@us.ibm.com Blog: db2webqueryi.blogspot.com qu2@us.ibm.com Db2 Web Query for i From Report Modernization to Business Intelligence

More information

How to Get Started with DB2 Web Query

How to Get Started with DB2 Web Query How to Get Started with DB2 Web Query Doug Mack DB2 for i Lab Services mackd@us.ibm.com Twitter: @mckdrmoly Blog: db2webqueryi.blogspot.com QU2@us.ibm.com Agenda Get to Version 2.2 Coming SOON: EASY Install

More information

Cool Things You Can Do with DB2 Web Query for i

Cool Things You Can Do with DB2 Web Query for i Cool Things You Can Do with DB2 Web Query for i Doug Mack DB2 for i Lab Services mackd@us.ibm.com QU2@us.ibm.com Agenda Quick Introduction A Query/400 Renaissance is underway Use DB2 Web Query for Systems

More information

Using Sample DB2 Web Query Reports and Charts built over IBM i (SQL) Services for System Administrators

Using Sample DB2 Web Query Reports and Charts built over IBM i (SQL) Services for System Administrators Using Sample DB2 Web Query Reports and Charts built over IBM i (SQL) Services for System Administrators For those customers with DB2 Web Query Version 2.2 already installed Table of Contents 1. Sample

More information

What s New and Cool Things You Can Do with DB2 Web Query

What s New and Cool Things You Can Do with DB2 Web Query What s New and Cool Things You Can Do with DB2 Web Query Doug Mack DB2 for i Lab Services mackd@us.ibm.com Twitter: @mckdrmoly Blog: db2webqueryi.blogspot.com QU2@us.ibm.com DB2 Web Query for i Intuitive,

More information

DecisionPoint For Excel

DecisionPoint For Excel DecisionPoint For Excel Getting Started Guide 2015 Antivia Group Ltd Notation used in this workbook Indicates where you need to click with your mouse Indicates a drag and drop path State >= N Indicates

More information

Db2 Web Query for i : Going Beyond Traditional Reporting and BI with Version 2.2.1

Db2 Web Query for i : Going Beyond Traditional Reporting and BI with Version 2.2.1 Cognitive Systems Db2 Web Query for i : Going Beyond Traditional Reporting and BI with Version 2.2.1 Doug Mack mackd@us.ibm.com Rob Bestgen bestgen@us.ibm.com Db2 Web Query for i From Report Modernization

More information

Day 1 Agenda. Brio 101 Training. Course Presentation and Reference Material

Day 1 Agenda. Brio 101 Training. Course Presentation and Reference Material Data Warehouse www.rpi.edu/datawarehouse Brio 101 Training Course Presentation and Reference Material Day 1 Agenda Training Overview Data Warehouse and Business Intelligence Basics The Brio Environment

More information

Quick Start to Value with Db2 Web Query EZ-Install

Quick Start to Value with Db2 Web Query EZ-Install Quick Start to Value with Db2 Web Query EZ-Install Doug Mack IBM Lab Services mackd@us.ibm.com QU2@us.ibm.com Agenda Step 1: Get the product installed using EZ-Install Step 2: Take the EZ-Install Test

More information

Db2 Web Query Demonstration

Db2 Web Query Demonstration Cognitive Systems Db2 Web Query Demonstration Doug Mack Cognitive Systems Lab Services mackd@us.ibm.com Analytics Experiences Insurance Industry: Why are our gross profit on policies sold in South America

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training

OBIEE. Oracle Business Intelligence Enterprise Edition. Rensselaer Business Intelligence Finance Author Training OBIEE Oracle Business Intelligence Enterprise Edition Rensselaer Business Intelligence Finance Author Training TABLE OF CONTENTS INTRODUCTION... 1 USER INTERFACE... 1 HOW TO LAUNCH OBIEE... 1 TERMINOLOGY...

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Unit 6 - Data Integration Quick Links & Text References Overview Pages AC418 AC419 Showing Data on the Web Pages AC420 AC423 CSV Files Pages AC423 AC428 XML Files Pages

More information

Intellicus Enterprise Reporting and BI Platform

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

More information

Introduction to IBM Rational HATS For IBM System i (5250)

Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41

Rev. C 11/09/2010 Downers Grove Public Library Page 1 of 41 Table of Contents Objectives... 3 Introduction... 3 Excel Ribbon Components... 3 Office Button... 4 Quick Access Toolbar... 5 Excel Worksheet Components... 8 Navigating Through a Worksheet... 8 Making

More information

Working With Data Release 8.2 Version 01M

Working With Data Release 8.2 Version 01M Working With Data Release 8.2 Version 01M May 05, 2017 Active Technologies, EDA, EDA/SQL, FIDEL, FOCUS, Information Builders, the Information Builders logo, iway, iway Software, Parlay, PC/FOCUS, RStat,

More information

XLCubed Version 9 QuickStart

XLCubed Version 9 QuickStart XLCubed Version 9 QuickStart 1 P a g e Contents Welcome... 3 Connecting to your data... 3 XLCubed for Pivot Table users... 3 Adding a Grid, and the Report Designer... 5 Working with Grids... 7 Grid Components...

More information

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below.

The first thing we ll need is some numbers. I m going to use the set of times and drug concentration levels in a patient s bloodstream given below. Graphing in Excel featuring Excel 2007 1 A spreadsheet can be a powerful tool for analyzing and graphing data, but it works completely differently from the graphing calculator that you re used to. If you

More information

If you have questions or need assistance in any way, please contact MicroEdge Technical Support.

If you have questions or need assistance in any way, please contact MicroEdge Technical Support. AngelPoints Advanced Reporting Users Guide 2017 Advanced Reporting leverages existing technologies current employed in GIFTS Online to provide AngelPoints users with a new and more robust environment to

More information

Working with Actions Stratum.Viewer 6

Working with Actions Stratum.Viewer 6 Working with Actions Stratum.Viewer 6 Getting Started Access to Actions Accessing Actions Functionality Introduction to Actions Quick Start Set up an Action Tasks Add an Email Action Add a File Share Action

More information

How metadata can reduce query and report complexity As printed in the September 2009 edition of the IBM Systems Magazine

How metadata can reduce query and report complexity As printed in the September 2009 edition of the IBM Systems Magazine Untangling Web Query How metadata can reduce query and report complexity As printed in the September 2009 edition of the IBM Systems Magazine Written by Gene Cobb cobbg@us.ibm.com What is Metadata? Since

More information

Module 4: Creating Content Lesson 5: Creating Visualizations Try Now!

Module 4: Creating Content Lesson 5: Creating Visualizations Try Now! Module 4: Creating Content Lesson 5: Creating Visualizations Try Now! In this Try Now! exercise, you will be creating a visualization in your Sales domain, based on the data you uploaded from your Microsoft

More information

Introducing V3 Analytics A U G U S T

Introducing V3 Analytics A U G U S T Introducing V3 Analytics A U G U S T 2 0 1 7 Table of Contents Document Versioning 2 Introduction 3 Terminology 3 Analytics Platforms: V1 Analytics versus V2 Analytics versus V3 Analytics 3 Schedule 3

More information

Table of Contents Chapter 1: Getting Started System requirements and specifications Setting up an IBM Cognos portal Chapter 2: Roambi Publisher

Table of Contents Chapter 1: Getting Started System requirements and specifications Setting up an IBM Cognos portal Chapter 2: Roambi Publisher Table of Contents Chapter 1: Getting Started 7 Roambi workflow 7 System requirements and specifications 8 Supported versions of IBM Cognos 8 Single sign-on support 8 Setting up an IBM Cognos portal 8 Chapter

More information

Managed Reporting Environment

Managed Reporting Environment Managed Reporting Environment WebFOCUS MANAGED REPORTING What is MRE and what does it mean for FLAIR users? MRE extends services to agencies giving them secure, self-service Web access to information they

More information

CheckBook Pro 2 Help

CheckBook Pro 2 Help Get started with CheckBook Pro 9 Introduction 9 Create your Accounts document 10 Name your first Account 11 Your Starting Balance 12 Currency 13 We're not done yet! 14 AutoCompletion 15 Descriptions 16

More information

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

Tableau Tutorial Using Canadian Arms Sales Data

Tableau Tutorial Using Canadian Arms Sales Data Tableau Tutorial Using Canadian Arms Sales Data 1) Your data comes from Industry Canada s Trade site. 2) If you don t want to download the data yourself, use this file. You can also download it from the

More information

Excel 2007/2010. Don t be afraid of PivotTables. Prepared by: Tina Purtee Information Technology (818)

Excel 2007/2010. Don t be afraid of PivotTables. Prepared by: Tina Purtee Information Technology (818) Information Technology MS Office 2007/10 Users Guide Excel 2007/2010 Don t be afraid of PivotTables Prepared by: Tina Purtee Information Technology (818) 677-2090 tpurtee@csun.edu [ DON T BE AFRAID OF

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011 Hands-On Lab Lab: Developing BI Applications Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: USING THE CHARTING WEB PARTS... 5 EXERCISE 2: PERFORMING ANALYSIS WITH EXCEL AND

More information

WebFOCUS Business User Edition 14 Day Trial Five Cool BI and Analytics Things to Try

WebFOCUS Business User Edition 14 Day Trial Five Cool BI and Analytics Things to Try WebFOCUS Business User Edition 14 Day Trial Five Cool BI and Analytics Things to Try Andy McCartney Director of BI and Analytics Product Marketing BUE Overview WebFOCUS, the industry's most complete and

More information

Excel. Spreadsheet functions

Excel. Spreadsheet functions Excel Spreadsheet functions Objectives Week 1 By the end of this session you will be able to :- Move around workbooks and worksheets Insert and delete rows and columns Calculate with the Auto Sum function

More information

UP L11 Using IT Analytics as an Alternative Reporting Platform Hands-On Lab

UP L11 Using IT Analytics as an Alternative Reporting Platform Hands-On Lab UP L11 Using IT Analytics as an Alternative Reporting Platform Hands-On Lab Description IT Analytics has a diverse and powerful way of displaying data to your users. In this lab, you will learn how to

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Getting Started Guide. ProClarity Analytics Platform 6. ProClarity Professional

Getting Started Guide. ProClarity Analytics Platform 6. ProClarity Professional ProClarity Analytics Platform 6 ProClarity Professional Note about printing this PDF manual: For best quality printing results, please print from the version 6.0 Adobe Reader. Getting Started Guide Acknowledgements

More information

MicroStrategy Analytics Desktop

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

More information

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

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 Copyright 2010 Intellicus Technologies This document and its content

More information

Chronodat Issue Tracker Add-in. User Manual CHRONODAT, LLC. February 15, 2017 Version P age

Chronodat Issue Tracker Add-in. User Manual CHRONODAT, LLC. February 15, 2017 Version P age Chronodat Issue Tracker Add-in User Manual CHRONODAT, LLC February 15, 2017 Version 2.0 1 P age Introduction The introduction section of the document describes the scope and objective of Office 365 Chronodat

More information

COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM)

COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM) COGNOS (R) ENTERPRISE BI SERIES COGNOS REPORTNET (TM) GETTING STARTED Cognos ReportNet Getting Started 07-05-2004 Cognos ReportNet 1.1MR1 Type the text for the HTML TOC entry Type the text for the HTML

More information

Eloqua Insight Intro Analyzer User Guide

Eloqua Insight Intro Analyzer User Guide Eloqua Insight Intro Analyzer User Guide Table of Contents About the Course Materials... 4 Introduction to Eloqua Insight for Analyzer Users... 13 Introduction to Eloqua Insight... 13 Eloqua Insight Home

More information

Pivot Tables in Excel Contents. Updated 5/19/2016

Pivot Tables in Excel Contents. Updated 5/19/2016 Pivot Tables in Excel 2010 Updated 5/19/2016 Contents Setup a Pivot Table in Excel 2010... 2 General Field List Features... 4 Summing and Counting Together... 6 Grouping Date Data... 7 Grouping Non-Date

More information

DATA WAREHOUSE BASICS

DATA WAREHOUSE BASICS DATA WAREHOUSE BASICS A Software Overview using the Retail Golf Model with version 9 NOTE: This course material was developed using Hummingbird version 9 with Windows XP. There will be navigational differences

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

Introduction to Microsoft Excel 2007

Introduction to Microsoft Excel 2007 Introduction to Microsoft Excel 2007 Microsoft Excel is a very powerful tool for you to use for numeric computations and analysis. Excel can also function as a simple database but that is another class.

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at : GOOGLE APPS Application: Usage: Program Link: Contact: is an electronic collaboration tool. As needed by any staff member http://www.google.com or http://drive.google.com If you have difficulty using

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Excel 2013 Workshop. Prepared by

Excel 2013 Workshop. Prepared by Excel 2013 Workshop Prepared by Joan Weeks Computer Labs Manager & Madeline Davis Computer Labs Assistant Department of Library and Information Science June 2014 Excel 2013: Fundamentals Course Description

More information

Introduction to Access 97/2000

Introduction to Access 97/2000 Introduction to Access 97/2000 PowerPoint Presentation Notes Slide 1 Introduction to Databases (Title Slide) Slide 2 Workshop Ground Rules Slide 3 Objectives Here are our objectives for the day. By the

More information

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman Chapter 9 Copyright 2012 Manning Publications Brief contents PART 1 GETTING STARTED WITH SHAREPOINT 1 1 Leveraging the power of SharePoint 3 2

More information

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. *

Microsoft Access II 1.) Opening a Saved Database Music Click the Options Enable this Content Click OK. * Microsoft Access II 1.) Opening a Saved Database Open the Music database saved on your computer s hard drive. *I added more songs and records to the Songs and Artist tables. Click the Options button next

More information

Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN

Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN Paper RIV05 Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN ABSTRACT The SAS Business Intelligence platform provides a wide variety of reporting

More information

Building Reports in BI

Building Reports in BI Building Reports in BI Ashia Coleman & Andrew Tuplin 2013 Retail Summit Scottsdale, Arizona summit.iqmetrix.com events@iqmetrix.com Slide 2 - Center: Center is the data. (updated nightly from RQ4). Every

More information

Working with Workbooks

Working with Workbooks Working with Workbooks In Datameer, you can create a workbook to get to new insights with your data. Inside the workbook, you can add additional data sources, change the column and sheet names, collapse

More information

SAS Visual Analytics 8.2: Getting Started with Reports

SAS Visual Analytics 8.2: Getting Started with Reports SAS Visual Analytics 8.2: Getting Started with Reports Introduction Reporting The SAS Visual Analytics tools give you everything you need to produce and distribute clear and compelling reports. SAS Visual

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

What s new in Excel 2013? Provided by Work Smart

What s new in Excel 2013? Provided by Work Smart What s new in Excel 2013? Provided by Work Smart Contents Topics in this guide include: Visualize Share Analyze Touch For more information The first thing you see when you open Excel 2013 is a brand new

More information

Microsoft Excel: More Tips, Tricks & Techniques. Excel 2010 & Excel Cutting Edge Chapter of IAAP

Microsoft Excel: More Tips, Tricks & Techniques. Excel 2010 & Excel Cutting Edge Chapter of IAAP Microsoft Excel: More Tips, Tricks & Techniques Excel 2010 & Excel 2007 Cutting Edge Chapter of IAAP Dawn Bjork Buzbee, MCT The Software Pro Microsoft Certified Trainer Bonus Resources Follow-up Q&A, additional

More information

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR REPORT... 3 DECIDE WHICH DATA TO PUT IN EACH REPORT SECTION...

More information

City College of San Francisco Argos Training Documentation

City College of San Francisco Argos Training Documentation City College of San Francisco Argos Training Documentation Prepared by Edgar Coronel Strata Information Group Updated March 21, 2013 Contents Login into Argos... 2 Navigation Area... 3 Explorer view...

More information

Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet!

Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet! Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet! Hi folks! Before beginning the article, I just wanted to thank Brian Allan for starting an interesting discussion on what Strong at Excel means

More information

Reading Sample. Creating New Documents and Queries Creating a Report in Web Intelligence Contents. Index. The Authors

Reading Sample. Creating New Documents and Queries Creating a Report in Web Intelligence Contents. Index. The Authors First-hand knowledge. Reading Sample In this sample chapter, you l l start in Chapter 2 by creating your first document and query in SAP BusinessObjects BI. In this process, we ll explore the query panel,

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

BE Share. Microsoft Office SharePoint Server 2010 Basic Training Guide

BE Share. Microsoft Office SharePoint Server 2010 Basic Training Guide BE Share Microsoft Office SharePoint Server 2010 Basic Training Guide Site Contributor Table of Contents Table of Contents Connecting From Home... 2 Introduction to BE Share Sites... 3 Navigating SharePoint

More information

Building reports using the Web Intelligence HTML Report Panel

Building reports using the Web Intelligence HTML Report Panel Building reports using the Web Intelligence HTML Report Panel Building reports using the Web Intelligence HTML Report Panel Copyright 2008 Business Objects. All rights reserved. Business Objects owns the

More information

Table of Contents 1-4. User Guide 5. Getting Started 6. Report Portal 6. Creating Your First Report Previewing Reports 11-13

Table of Contents 1-4. User Guide 5. Getting Started 6. Report Portal 6. Creating Your First Report Previewing Reports 11-13 Table of Contents Table of Contents 1-4 User Guide 5 Getting Started 6 Report Portal 6 Creating Your First Report 6-11 Previewing Reports 11-13 Previewing Reports in HTML5 Viewer 13-18 Report Concepts

More information

MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 15) Creating Interactive Dashboards

MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 15) Creating Interactive Dashboards MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 15) Creating Interactive Dashboards Objective: Create a dashboard with interactive data filtering using Tableau Learning Outcomes: Understand

More information

econnect Baccarat User Guide EC7 June 2017

econnect Baccarat User Guide EC7 June 2017 econnect Baccarat User Guide EC7 June 2017 Table of Contents Baccarat Camera View A. Card Displayed on Virtual Table B. Bet Session Recording C. How to open a camera D. What is displayed on Data View E.

More information

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A.

CCRS Quick Start Guide for Program Administrators. September Bank Handlowy w Warszawie S.A. CCRS Quick Start Guide for Program Administrators September 2017 www.citihandlowy.pl Bank Handlowy w Warszawie S.A. CitiManager Quick Start Guide for Program Administrators Table of Contents Table of Contents

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Filling Data Across Columns

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

SITE DESIGN & ADVANCED WEB PART FEATURES...

SITE DESIGN & ADVANCED WEB PART FEATURES... Overview OVERVIEW... 2 SITE DESIGN & ADVANCED WEB PART FEATURES... 4 SITE HIERARCHY... 4 Planning Your Site Hierarchy & Content... 4 Content Building Tools... 5 Pages vs Sites... 6 Creating Pages... 6

More information

Introductory Excel Walpole Public Schools. Professional Development Day March 6, 2012

Introductory Excel Walpole Public Schools. Professional Development Day March 6, 2012 Introductory Excel 2010 Walpole Public Schools Professional Development Day March 6, 2012 By: Jessica Midwood Agenda: What is Excel? How is Excel 2010 different from Excel 2007? Basic functions of Excel

More information

Classroom Blogging. Training wiki:

Classroom Blogging. Training wiki: Classroom Blogging Training wiki: http://technologyintegrationshthornt.pbworks.com/create-a-blog 1. Create a Google Account Navigate to http://www.google.com and sign up for a Google account. o Use your

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

Instructions for Using the Databases

Instructions for Using the Databases Appendix D Instructions for Using the Databases Two sets of databases have been created for you if you choose to use the Documenting Our Work forms. One set is in Access and one set is in Excel. They are

More information

SAP BusinessObjects Analysis, edition for OLAP User Guide SAP BusinessObjects XI 4.0

SAP BusinessObjects Analysis, edition for OLAP User Guide SAP BusinessObjects XI 4.0 SAP BusinessObjects Analysis, edition for OLAP User Guide SAP BusinessObjects XI 4.0 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business ByDesign,

More information

PTC Integrity Process Director

PTC Integrity Process Director Introduction PTC Integrity Process Director Product Guide 3.4 PTC Integrity Process Director is a process definition and deployment solution aimed at providing an efficient approach to the challenge of

More information

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts Microsoft Excel 2013 Enhanced Objectives Explore a structured range of data Freeze rows and columns Plan and create an Excel table Rename

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Table of Contents The Excel Window... 2 The Formula Bar... 3 Workbook View Buttons... 3 Moving in a Spreadsheet... 3 Entering Data... 3 Creating and Renaming Worksheets... 4 Opening

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software.

Lastly, in case you don t already know this, and don t have Excel on your computers, you can get it for free through IT s website under software. Welcome to Basic Excel, presented by STEM Gateway as part of the Essential Academic Skills Enhancement, or EASE, workshop series. Before we begin, I want to make sure we are clear that this is by no means

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Chronodat Help Desk. (User Manual) By CHRONODAT, LLC

Chronodat Help Desk. (User Manual) By CHRONODAT, LLC Chronodat Help Desk (User Manual) By CHRONODAT, LLC For further information, visit us at www.chronodat.com For support, contact us at support@chronodat.com Version 2.0.0.0 Created: 09-24-2018 1 P a g e

More information

Welcome to Cole On-line Help system!

Welcome to Cole On-line Help system! Welcome to Cole On-line Help system! Cole Online is an Internet based information directory that allows fast and efficient access to demographic information about residences and businesses. You can search

More information

Quality Gates User guide

Quality Gates User guide Quality Gates 3.3.5 User guide 06/2013 1 Table of Content 1 - Introduction... 4 2 - Navigation... 5 2.1 Navigation tool bar... 5 2.2 Navigation tree... 5 2.3 Folder Tree... 6 2.4 Test history... 7 3 -

More information

Using Graph-N-Go With ODS to Easily Present Your Data and Web-Enable Your Graphs Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA

Using Graph-N-Go With ODS to Easily Present Your Data and Web-Enable Your Graphs Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA Paper 160-26 Using Graph-N-Go With ODS to Easily Present Your Data and Web-Enable Your Graphs Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA ABSTRACT Visualizing and presenting data effectively

More information

Financial Statements Using Crystal Reports

Financial Statements Using Crystal Reports Sessions 6-7 & 6-8 Friday, October 13, 2017 8:30 am 1:00 pm Room 616B Sessions 6-7 & 6-8 Financial Statements Using Crystal Reports Presented By: David Hardy Progressive Reports Original Author(s): David

More information

UAccess ANALYTICS Next Steps: Working with Bins, Groups, and Calculated Items: Combining Data Your Way

UAccess ANALYTICS Next Steps: Working with Bins, Groups, and Calculated Items: Combining Data Your Way UAccess ANALYTICS Next Steps: Working with Bins, Groups, and Calculated Items: Arizona Board of Regents, 2014 THE UNIVERSITY OF ARIZONA created 02.07.2014 v.1.00 For information and permission to use our

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Word: Print Address Labels Using Mail Merge

Word: Print Address Labels Using Mail Merge Word: Print Address Labels Using Mail Merge No Typing! The Quick and Easy Way to Print Sheets of Address Labels Here at PC Knowledge for Seniors we re often asked how to print sticky address labels in

More information

Table of Contents. Table of Contents

Table of Contents. Table of Contents Powered by 1 Table of Contents Table of Contents Dashboard for Windows... 4 Dashboard Designer... 5 Creating Dashboards... 5 Printing and Exporting... 5 Dashboard Items... 5 UI Elements... 5 Providing

More information