IS INITIAL EXERCISE. This material is inspired by and partially based on the IBM s DB2 OLAP Server exercises produced by Doreen Fogle.

Size: px
Start display at page:

Download "IS INITIAL EXERCISE. This material is inspired by and partially based on the IBM s DB2 OLAP Server exercises produced by Doreen Fogle."

Transcription

1 DSV, KTH / SU PETIA WOHED IS5/2I1224 INTEGRATION SERVER IS INITIAL EXERCISE This material is inspired by and partially based on the IBM s DB2 OLAP Server exercises produced by Doreen Fogle. In this exercise, you will start by learning the basic functionality of DB2 s OLAP Integration Server. To do this you must first brows a completed OLAP model as well as a number of Metaoutlines based on it. An OLAP model is a dimensional model and it defines the logical structure for the warehouse. Based on this OLAP model, several metaoutlines may be defined. A metaoutline can be considered as a view definition, i.e., as a logical structure which is materialised during execution and physically stored in form of cubes (or DB2 OLAP Database in Fig 1). After that, you will create your own model and a couple of metaoutlines. Desktop OLAP Model Integration Server desktop Integration Server OLAP Metaoutline Server TCP/IP TCP/IP DB2 OLAP server Relational data source ODBC OLAP Metadata Catalog ODBC TCP/IP OLAP Command Interface DB2 OLAP database Fig 1. DB2 OLAP Integration Server Architecture PART 1 BROWSING A COMPLETED OLAP MODEL Start the DB2 OLAP Integration Server Desktop (in Windows, choose Start > Programs > Database Management Systems > IBM-Database-Systems > IBM DB2 OLAP Server 7.1 > DB2 OLAP Integration Server > Desktop. It may happen that for your account the path you need to go for opening the program is only a part of the path suggested here.). Connect to the server OLAP, and the OLAP metadata catalogue IDB for your account. E.g., in Fig 2 IDB049 is in this exercise the metadata catalogue for the account jdb049, which is my account. (NB! Do not mix up IDB catalogues with the JDB catalogues, which also exist but are not relevant for this exercise. Note also that you need to enter your password twice.)

2 Fig 2. The Login Window for the DB2 OLAP Integration Server Select the Existing tab to see the list of existing models, see Fig 3. Fig 3. IBM DB2 OLAP IS model and metaoutline meny Open The Beverage Company Model by selecting it and pressing the OPEN button. When prompted select TBCWHS as data source and enter user name and password to connect to 2

3 the source database, see Fig 4 (in Fig 1, the source database in the left-hand side is refereed to as Relational data source. All of you will select data from one and the same data source, i.e., TBCWHS). Fig 4. Login window to the data source The model is opened in a two frame window. The left frame displays the list of source tables, i.e. the tables in the source DB. For the moment it is only possible to build a dimensional model based on a single source DB (see the single DB symbol in the left part of Fig 1). This source DB is the result received from the staging area where a number of different data sources, data bases and/or flat files, are integrated. In this frame you can also see the columns of the source tables (by clicking on the plus symbol ahead a table name), the instances of a table (by right clicking on a table and selecting View Table Data menu), as well as the views defined on the tables (by selecting View > Show Views from the menu). Feel free to test these options. The right frame is the area where a dimensional model is displayed, and also the area where you can build and/or modify your own dimensional model. You drag source tables from the left frame to the right frame to create fact tables and dimensions. You can then perform different operations on the columns of a table, e.g., add, hide, delete, transform. We will come back to this functionality later on, when creating a new model. But before this we will browse through the example model you just opened. Select View>View All Columns to see the columns in each of the dimensions. (You can also do this by right clicking on a dimension and selecting View Columns menu.) You will receive the model shown in Fig 5. 3

4 Fig 5. The Beverage Company Model The join (i.e., the relation) of the fact table to a dimension table is shown by a line. To view the join information you can either hover over the join line, or you can right click on the line and select Properties. It is worth to note that IBM s terminology is slightly different from the terminology we so far have used in the course. One major difference is the distinction made between a dimension and a table. For instance the dimension Market consists of the tables Geography and Customer_Order (see Fig 5). (The terms Dimension table = table and Dimension branch = Dimension are also introduced in Integration Server s documentation, but for simplicity we will avoid using them.) The dimension properties (Fig 6) then differ from the table properties (Fig 7). We open these windows by right-clicking on a dimension name or a table name, correspondingly, and selecting Properties from the pop-up menu. Try to do this. The difference is that hierarchies are only defined for dimensions, whereas the column properties, and joins are matters for the tables. 4

5 Fig 6. Dimension Properties window Fig 7. Table Properties window Another difference is the explicit differentiation between the time dimension (called in our example Year) from the rest of the dimensions (note the clock symbol, contra the cube symbols ahead the dimension names). Furthermore, one more dimension category is introduced, namely an account dimension (which is called Measure in our example). This dimension is an exact copy of the fact table, and according to IBM s recommendations it must be introduced if there is more than a single measure (i.e., a single fact) in the fact table. (Note that ALL_FACTS which is the fact table in our example and the Measures dimension have exactly the same content). We can modify either of the tables and the other is always the same. Furthermore, a lot of symbols are used beside the columns. Their semantic is as follows: Symbol Meaning Description A string column A measures column in the fact table A numeric column in any dimension table other than the fact table A date/time column A hidden column, i.e., a column that will not be available for analysis use in the user interface. Keys have usually this setting. A drill-through column A primary key column A column on which a hierarchy filter is defined A column on which a column transaction is defined A column on which hierarchy transaction is defined A foreign key in the fact table A primary key in a dimension table, This property can be changed from the Table Properties window by pressing the Hide button, see Fig 7 This property can be changed from the Table Properties window by pressing the Drill-Through button, see Fig 7 5

6 which is used as a foreign key in the fact table An attribute column This property can be changed from the Table Properties window by pressing the Attribute button, see Fig 7 Now, after you have been introduced to some basic terminology and symbols, you are ready to brows through the table properties for the tables from the example. Please, follow the steps described below. During your browsing you can try to change some settings, but please do not save your changes, or restore the current settings at the end of your browsing. 1. Browse the Account table (by right-clicking on the table name and selecting Properties and then Columns button) Fig 8. the Table Properties window for the Account table In the displayed table: Name shows the name of the columns in the table Table Name shows the name of the table which we are browsing Column Name shows the source column on which the dimensional model column is defined Hidden (H ) shows whether a column is hidden or not Drill-Through (D..) shows whether a column is defined as a drill-through column or not Attribute (A ) NA shows whether a column is defined as an attribute or not means not applicable a) Notice that the key columns are all hidden b) Notice that the Sales column and the Unit Prise column are both based on the Charge source column. 6

7 2. Close the Table Properties window for the Account table (by selecting Cancel) and browse the Product table columns (by right-clicking on the table name and selecting Properties and then Columns button) a) Notice that the key column is hidden b) Notice that Caffeinated and Diet are defined as attributes. 3. Close the Table Properties window for the Product table and browse the Time table columns a) Notice that, also here, the key column is hidden. b) Notice that there are several columns derived from the Date source column, e.g., Day, Month, Quarter, Week and Year. This is shown by a + (red plus symbol) included into the date/time symbol. 4. Close the Table Properties window for the Time table and browse the Geography and the Customer_Orders tables one after another. View the column properties first (by as earlier selecting the Column tab). After that view the general properties for those tables (by selecting the General tab in the Table Properties window). The windows in Fig 9 and Fig 10 will be displayed for the two tables. a) Notice the Drill-Through columns for the Customer_Orders table. b) Notice the difference in the Level field in the Table Properties window General tab for the two tables. Fig 9. The Table Prop General tab for Geography table Fig 10. The Table Prop General tab for Customer_Orders table 5. For the sake of completeness brows also the fact table Now after have browsed through all the tables it is time to brows trough the dimensions. (Recall the difference in the IBM s terminology, we displayed earlier). 6. Brows the Time dimension, which is in our example called Year (by right-clicking on Year dimension and selecting Properties and then press the Hierarchies tab). You will get to the window in Fig 11. This is the place where the hierarchies are defined, edited and deleted. 7

8 Fig 11. The Dimension Properties window for the Year dimension 7. Select for instance the Year_Quarther_Month_Week_Day hierarchy and press Edit button. The window from Fig 12 will appear. This hierarchy contains five levels. Fig 12. The Year_Quarther_Month_Week_Day hierarchy in the edit hierarchy window 8. Select Time.Day and press the View Sample pushbutton to see a sample of the hierarchy members. (See Fig 13). 8

9 Fig 13. Sample for the Year_Quarther_Month_Week_Day hierarchy PART 2 BUILDING AN OLAP MODEL 1) Start the DB2 OLAP Integration Server Desctop (if it is not already started) Connect to the data source TBCWHS (see Fig 4). If the DB2 OLAP Integration Server Desktop is already open go to File > Open 2) Select the New tab 3) Select the OLAP Model tool (not the assistant 1 ) and press the Open pushbutton. 4) Select TBCWHS as the data source and provide your user name and password. Select OK. 5) Create the Fact table and the Account Dimension. Select the TBC.ALL_FACTS table and drag it to the right hand panel of the window 2. Drop the fact table somewhere in the middle of the Model panel. Select No when you are promted to create the time dimesnion from the fact table. (Selecting Yes would result in an automatic creation of the time table as a copy of the fact table. Adjusting then the time dimension would require more work than creating it manually from scratch, and we are therefore not interested in this option.) Select Yes to add an Account dimension. The accounts dimension will have all the same columns and members as the fact table. This will be the dimension that is tagged with the Accounts tag. (Unless the fact table does 1 The assistant is limited and does not support some important functionality, e.g. create a fact table from multiple source tables [p3-10, OLAP Integration Server Model User s Guide]. Therefore we will only use the standard user interface in this exercise. 2 The Integration Server automatically defines the first table drown to be the fact table. 9

10 not consist any facts, the existence of an Account dimension is required by the Integration Server, so it is equally well to create it now.) 6) Create the Time Dimension Drag the TBC.Time table to the model window placing it on empty space in the upper right corner of the model diagram. The dimesnion will be created but will not be named until it is joined to the fact table. Select the Join mode (Under Edit in the commando line Add Join Mode setting should be marked. If not, do it.). Draw a line from ALL_FACTS to the new dimension (click on ALL_FACTS name and draw a line holding the mouse button pressed down) Accept the default dimension name of Time (from the table name) and select a dimension type of Time. Press OK. Define the join as the Key column in the TIME table and the Time_key in the ALL_FACTS table. Select Add to define the join and then close the window. You will see the join appear in the diagram. (If in the underlying RDB schema, the primary and foreign keys were defined on these tables, the Integration Server should automatically create this relation.) 7) Create the Product Dimension Drag the TBC.PRODUCT table to the model window placing it on empty space in the upper left hand corner of the model. When defining the join, let the Dimension Type be Default. Define the join from the PRODUCT.key column to the product_key column in the ALL_FACTS table. 8) Create the Geography Dimension Drag the TBC.GEOGRAPHY table to the model window placing it on empty space in the left side of the model. When defining the join, let the Dimension Type be Default. Define the join from the GEOGRAPHY.key column to geography_key column in the ALL_FACTS table. 9) Verify that your model looks like the model in Fig

11 Fig ) Save the model by selecting File > Save As. Name the model Live TBC Model. 11) Modify the dimension names (right click on the dimension and select rename) Rename PRODUCT -> Product Rename GEOGRAPHY -> Market Rename TIME -> Year Rename Accounts -> Measures 12) Modify the Product dimension columns. (Right click on the PRODUCT table and select properties. Select Columns tab.) Hide the Key column (select the column and press the Hide button) Define CAFFEINATED and DIET as attributes (select both columns by the use of the shift key and select the Attribute button) Select OK. Note that the model icons are updated for the Product dimension. 13) Hide the Key column for the Time table, the Accounts Table (which contains a compound key), and the Geography table. Go to the corresponding Table Properties window, Columns tab. Select the Key column and press the Hide pushdown button. 11

12 14) Create the Product hierarchy. Right click on the Product dimension and select properties. Select the Hierarchy tab. Select Add button to define a hierarchy Name the hierarchy ProductGroup-ProductID Expand the Product dimension (on the left hand side) Define the top level of the hierarchy by either double-clicking on the PRODUCT_GROUPID or dragging and dropping the PRODUCT_- GROUPID to the hierarchy window. If you use the drag and drop method, you must drop it on the parent in this case the parent is the name of the hierarchy. Define the next level of the hierarchy to be PRODUCT_ID. View a sample of the hierarchy to see if this is the way you want your hierarchy to look. Select OK to add the hierarchy. Select OK to exit the dimension properties Save the model 15) Create a Date-hierarchies for the Year dimension, using the predefined in the Integration Server time hierarchies. Go to the Table Properties window for the Time table, Columns tab. Select the Date column and press the Date-Hierarchy pushdown button (see Fig 15) Select Year, Quarter, Month, Week, Day hierarchy and press OK to define this hierarchy and return to the Table Properties window. Fig 15. The Date Hierarchy window Creating a time-hierarchy in this way, will create new columns for each level in the hierarchy. Browse through the columns and pay attention to the columns Year, Quarter, Month, Week, and Day created during the last step. Select OK to return to the Model window. 12

13 16) Adjust the time hierarchy you just created. This is to ensure meaningful and unique names. Go to the Dimension Properties window for the Year dimension and select the Hierarchies tab. The Year_Quarther_Month_Week_Day hierarchy which appears in the window is the hierarchy which we created in the pervious step. Select this hierarchy and press the Edit button. (You will reach the Edit Hierarchy window in Fig 16.) Fig 16. The Edit Hierarchy window View a sample of this hierarchy by selecting TIME.Day and pressing View Sample. (see Fig 17) Fig 17. A sample for the time hierarchy Even if the instance we see is logically correct it is not precisely user friendly. Let improve its presentation. Close the Sample window and return to the Edit Hierarchy window. 13

14 Starting with the lowest level of the hierarchy define the following transformation for it: Select TIME.Day and press Transform pushdown button Select the Prefix/Suffix tab Select Parent Name as Prefix and print.day. in the Custom Prefix input field. Select the option None for Suffix. (see Fig 18) Select OK to define this transformation and return to the Edit Hierarchy window. Fig 18. The Edit Transformation window for Day Now, define the following transformation for the next lowest level, i.e., week. As Prefix select Parent Name, in the Custom Prefix field print.week., and finally select the None option for Suffix. Define the following transformation for Month. Select TIME.Month and press Transform pushdown button Select the Replace tab Enter 1 in the Search for field and enter Jan in the Replace with field. Select Match Whole Word and Replace All Occurrences options. Push the Add to List button Do the same for 2-12 replacing them with Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec. See Fig 19. (If you do not specify Match the whole word you will end up with JanJan for month 11) 14

15 Select the Prefix/Suffix tab. Select None for Prefix Fig 19. Select Grandparent Name for Suffix and a. for Custom Suffix (i.e., your input should be a single dot.) Press OK to return to the Edit Hierarchy window. While TIME.Month is still selected press the Filter pushdown button. Select the Ordering tab in the Edit Filter TIME:Month window. The Sort Order should be Ascending, to guarantee than the months will appear in chronological order. Select OK to return to Edit Hierarchy window. Transform quarter so that the Prefix is None, Custom presifx is QTR and no suffix. Now, check that your hierarchy look like the hierarchy in Fig 20 (To do this select TIME.Day and press the View Sample button in the Edit Hierarchy window) Fig 20. The definition of this time hierarchy is now completed. Select File>Save to save the definition of the model. 15

16 17) Now, define a Year-Period-Week hierarchy for the Year dimension (based on Year, Period_Num, and Week_of_year attributes), so that a sample of it will look like the sample in Fig ) Define also a 2000-Quarter-Month-Week hierarchy for the Year dimension (based on Year, Quarter, name_of_month, and week_of_year attributes), so that a sample of it will look like the sample in Fig 22. Furthermore, to guarantee that this hierarchy only will select information for the year 2000, we need to define the following filter. Select TIME.Year in the Edit Hierarchy window for the 2000-Quarter- Month-Week hierarchy and press the Filter pushdown button. Select the tab (next to the Condition input field), select 2000 from the list and press OK. Be sure to select the Add button to add the filter to your conditions and press OK to define the filter and return to the Edit Hierarchy window. Fig 21. A sample Fig 22. A sample 19) Create a Region-State-City hierarchy for the Market dimension (based on Region, State and City attributes). Adjust the hierarchy so its lowest level will have the form city.state. 20) Create four hierarchies for each region in the US (West, East, Central and South). Each of those hierarchies should have region, state, and city. City should be transformed to city.state. A filter should be defined on each region to match the region name. 21) Create a hierarchy for Europé, i.e. Europé-Country-City (based on region, state, and city). The region filter should naturally be Europé. City should like earlier be transformed to the form city.state. 22) You should now have defined six hierarchies for the Market dimension, see Fig 23. Return to the OLAP Model window and save the model. 16

17 Fig 23. The hierarchies for the Market dimension Now, after have modified the dimensions it is time to modify the fact table. 23) Go to the Table Properties window, Columns tab, for the fact table. Rename the CHARGE column to Sales (by simply left hand side mouse clicking on it after it has first been marked.) Hide the key attributes (Geography_key, time_key, product_key), if you have not already done it. Hide also the TIMESTAMP column. Define a new column, based on the Sales column by performing the following steps. Select the Sales column Press the Add button Type Unit Price in the Name input field. Note that the new column will be based on the CHARGE Physical Column. (see Fig 24) Select OK. You are now prompted to define the transformation for the new column. Press the Transformation Rule tab button Choose the division operator Select the QUANTITY column from the list Check that the formula at the bottom of the window is the same as the one in the window in Fig 25. Select OK to complete the definition of the transformation Select OK to exit the properties of the table and to return to the OLAP Model window. Note that the Unit Price column you just crated appears now in the fact table, as well as in the Accounts table. 17

18 Fig 24. The Add New Column window Fig 25. The Column Properties window 24) Verify that your model looks like the model in Fig 26 and save it. Fig 26. The Model 18

19 PART 3 BROWSING A COMPLETED METAOUTLINE If it is not already started, start the DB2 OLAP Integration Server Desktop (Fig 2). Connect to the data source TBCWHS (Fig 4). Select the Existing tab to see the list of existing models. Expand the model named The Beverage Company Model. You will see all the metaoutlines defined for this model. Select the metaoutline named Traditional Beverage Co Metaoutline and select the Open button. When prompted, select TBCWHS for the source database and log in. The left pane of the window, the Model Pane, shows the Dimensions in the star-join schema. (Note that the Fact table is indirectly shown by the existence of the Measures dimension, which also may be an explanation for the existence of this special kind of dimension) If you expand the dimensions, you will see the columns of the dimensions and the hierarchies which have been defined. The right pane of the window, the Metaoutline Pane, shows the definition of the metaoutline. Expand the plus signs in the model and metaoutline window panes and you will receive the metaoutline in Fig 27. Fig 27. Traditional Beverage Co Metaoutline 19

20 The metaoutline definition contains: - Dimensions and type of dimension e.g., the dimension Measures is of the type Accounts - Dimension storage type i.e., Sparse (which is explicitly written in the Metaoutline window), and Dense (all dimensions that are not defined as Sparse. Dense is not explicitly written in the Metaoutline window.) - The member consolidation i.e., Addition, Subtraction, Do not consolidate - Member properties i.e., Label only, Dynamic calc, expense reporting - Alias definitions e.g., Alias: PRODUCT_GROUP - Formulas e.g., Margin % Sales - Members not sourced from the Model e.g., Profit, Margin, Total Expenses (in the Measures dimension) Diet Drinks - Dimensions not sourced from Model e.g., The Scenario dimension and its attributes Actual and Budget, was not sourced from the Model. - Attribute dimension and their associations to a dimension e.g., Caffeinated and Diet associated to the Product dimension - The deep of a hierarchy e.g., The red X on the TIME.Week and TIME.Day shows that the hierarchy built in this metaoutline will not contain those last two levels. If you want to see a sample of the metaoutline, right click on the metaoutline name (at the top of the right pane) and select Sample. The order of the dimensions in the metaoutline is significant for the DB2 OLAP Server performance. Therefore the order should be: Large dense dimensions Small dense dimensions Small sparse dimensions Large sparse dimensions Attribute dimensions A short description of the metaoutline dimensions from Fig 27 follows: The Time Dimension The Time dimension is tagged as time dimension type (the red text in the Type/Consolidation column). It is a dense dimension (which can be seen by right clicking on it and selecting properties and then Member info tab). It contains a five-level hierarchy: Year, Quarter, Month, Week, Day. The time dimension is dense which implies that it will be physically stored as a block. The lowest two levels of the Time dimension hierarchy have a cross through them which means that they will not be included in the final outline. This makes Month to the lowest level of detail in the outline. The remaining members of the hierarchy, above the Month, are defined as dynamic 20

21 calculation which means that they will be dynamically calculated at run-time. The Measure Dimension The next dimension is the Measures dimension, tagged as Accounts dimension type. It is also defined as label-only. The label only tag reflects the business requirement to have members which function only as headings or grouping members. Their value is in providing a placeholder for grouping like members together, not in their quantitative value [DB2 OLAP Server Theory and Practices: Redbooks]. The Measure dimension contains a number of members which are not source from the model: Profit, Margin, Total Expenses, Inventory, Ratios, Margin%, and Profit%. This is graphically shown by the rectangle preceding each of them. Furthermore, the consolidation properties shows the following connections: Profit = Margin Total Expenses Margin = Sales COGS Total Expenses = Marking + Payroll + Misc Margin and Total Expenses will be dynamically calculated at retrieval time. Moreover, two Ratios are defined in this dimension, namely: Margin% (defined as Margin%Sales, where % is the modulus operator) and Profit% (defined as Profit%Sales). Finally, the tag Expense Reporting is set for a number of members. Try to find out what it stands for. (Hint: Use the help function. Since, it is rather a product specific feature, it is almost impossible to guess it.) The Product Dimension The product dimension is a sparse dimension. The Diet and Caffeinated attribute dimension are associated with it and we will return to them later on. Two hierarchies are defined in this dimension: ProductGroupID-ProductID and Diet drinks ProductID. Diet drinks is manually defined in the metaoutline (indicated by the rectangle symbol). Right click on Product.PRODUCT_ID under Diet drinks and select Filter to view the filter. Take also a look at a sample for the product dimension (by right clicking on it selecting sample, and expanding the hierarchies). Note also the alias definition both for the PRODUCT_GROUPID (Alias: PRODUCT_GORUP) and for PRODUCT_ID (Alias: PRODUCT_NAME). An alias is defined through the corresponding Member Properties window Member Info tab (reached by right clicking on the corresponding member and selecting properties). The Market Dimension The Scenario Dimension The Attribute Dimension The Market dimension is a sparse dimension and it is defined as a three-level hierarchy: Region, State and City. View a sample of this dimension. The Scenario dimension is one more dimension defined manually (and not sourced from the model.) It is created to group together the Actual and Budget data and is therefore tagged as Label only. Finally, there are two attribute dimensions: Caffeinated and Diet. Both of them are Boolean. The source attributes, i.e., Product.CAFFEINATED and Product.DIET, are shown for the respective attribute dimension. 21

22 1) Browse through the rest of the metaoutlines defined on The Beverage Company Model i.e., Browse through the Holidays Metaoutline Browse through the Periods Metaoutline Browse through the TBC Europe Metaoutline 2) Try to identify the differences between the four metaoutlines. 3) Close all the metaoutlines by selecting Close under the File menu for each one. PART 4 CREATING AN OWN METAOUTLINE 1) Create a new metaoutline If it is not already started, start the DB2 OLAP Integration Server Desktop. If you have any Models or Metaoutlines open, close them. Select File>New from the commando line. Select the OLAP Metaoutline. In the entry list at the bottom at the window, choose Live TBC Model (the model you created during PART 2 of this exercise). Select the Open button to crate a new metaoutline. When prompted, connect to the source database (TBCWHS). An empty metaoutline appears (it is untitled until the metaoutline is saved). Save the empty metaoutline under the name The Traditional Live Metaoutline 2) Create the Time dimension Expand the Year dimension in the Model pane Drag the Year-Quarter-Month-Week-Day hierarchy from the Model Pane (the left pane in the window) to the Metaoutline Pane (the right pane in the window). This creates the entries in the time dimension. Rename the Year dimension in the Metaoutline to TIME (This can be done by right clicking on it, selecting properties, and retyping the name) When still on the TIME dimension Member Property window, select the Member Info tab and ensure that this dimension is defined as a Dense dimension (a setting in the lower part of the window). Set also the Data Storage setting (on the same window) to Dynamic Calc. Press OK to confirm the new settings and return to the Metaoutline window. Set TIME.Year, and TIME.Quarter to be Dynamic Calc, and set TIME.Month to be Store Data. This setting is done from the respective Member Properties window (reached by right clicking on the member and selecting Properties), Member Info tab. 22

23 Choose Month to be the lowest level of detail for this hierarchy. (Right click on TIME:Month and cross Build down to here option). Finally, overwrite the transformation of the TIME.Month in the Metaoutline by removing its suffix. (Right click on TIME.Month and select Transformation. Set the Suffix setting to None and remove the. from the Custom Suffix input field.) Save the Metaoutline (ignore the Warning message.) 3) Create the Measures dimension Drag the Measures dimension from the Model pane to the Metaoutline pane. Ensure that it is defined as type Accounts and Dense dimension. Set its Data Storage setting to be Label only. Create the Profit members (not based on the attributes from the star-join model). Select the Measures dimension in the right pane Select Edit>Add Member as Child.., from the commando line Type Profit as Member Name when required. Create the Margin member as a child of Profit. Create the Total Expenses as a child of Profit (or as a sibling to Margin) Create the Ratios as a sibling to Profit (or as a child to Measures) Create Margin% and Profit% as children to Ratios Create Inventory as a sibling to Ratios Check that the structure you have created so far (containing in the Measures dimension of only manually defined members, which is shown by the rectangle preceding them) corresponds to the one in Fig 27. If the order of your members differs from the one in the example, it can easily be changed by dragging and dropping the members into the desired position. Define now the Measures dimension members in the Metaoutline which are based on the Live-TBC Model, so that you will end up with a Measures dimension identical to the one in Fig 27. This is achieved by dragging and dropping the members from the Model to the desired position in the Metaoutline. Set the properties for the newly defined members as given below. (This is done from the corresponding Member Properties window, reached by right clicking on a member and selecting Properties). Member Consolidation Data Other Formula Storage Profit addition Dynamic Calc - - Margin addition Dynamic Calc - -..Sales addition Store Data - - COGS subtraction Store Data - - Total Expenses subtraction Dynamic Calc Expense Reporting - MARKETING addition Store Data Expense Reporting - 23

24 Member Consolidation Data Other Formula Storage PAYROLL addition Store Data Expense Reporting - MISC addition Store Data Expense Reporting - Ratios ignore Label only - - Margin% ignore Dynamic Calc Two Pass Calculation Margin%Sales Profit% ignore Dynamic Calc Two Pass Calculation Profit%Sales Inventory ignore Label only - - OPENING_ INVENTORY ignore Store Data Time Balance: First, Expense Reporting Typed in footnote 3 ADDITIONS ignore Store Data Expense Reporting - ENDING_ INVENTORY ignore Store Data Time Balance: Last, Expense Reporting - Verify that your metaoutline looks so far like The Traditional Beverage Co Metaoutline (if it is difficult to do this by using Fig 27, open both metaoutlines in the Integration Server Desktop and compare them) Save The Traditional Live Metaoutline (the Metaoutline you are creating right now). 4) Create the Product dimension Drag the ProductGroup-ProductID hierarchy from the Product dimension in the Model pane to the Metaoutline pane (dropping it on a blank area of the window below all other dimensions). You will of course first need to expand the Product dimension in the star-join schema in order to be able to see its hierarchies. Create the Diet Drinks hierarchy Create a new child to the Product dimension called Diet Drinks (for example by selecting Product and choosing Edit>Edit Member as Child) Expand the PRODUCT table in the Model window Drag the PRODUCT_ID from the Model pane and drop it on the Diet Drinks in the Metaoutline pane. If you get a message indicating that PRODUCT_ID is already member of this dimension (as a part of the PRODUCT_GROUPID-PRODUCT_ID hierarchy) answer YES, to add it anyway. Limit the instances of the Diet Drinks hierarchy to only include diet drinks - Right click on the PRODUCT_ID in the Diet Drinks hierarchy and select filter. - Pull down the column list and choose DIET - The operator should be in - Select the ellipsis (..) and choose Y for the value of the filter - Select Add to add the filter to the list - Select OK to complete the definition of the filter. 3 ENDIF; "ENDING_INVENTORY"="OPENING_INVENTORY"+ADDITIONS-Sales; 24

25 Define the Product dimension to be of the type Standard and to be a sparse dimension. It is done from the Dimension Properties window, Member Info tab. Select the Outline Build tab and choose the Add as shared members option to automatically tag the PRODUCT_ID, which appear in both hierarchies, as a shared member. Press OK. Define the consolidation properties for Diet Drinks to be ignore. Create aliases as given bellow, by selecting the desired Alias name from the pull down list in the corresponding Member Properties window, Member Info tab. PRODUCT_GROUPID Alias: PRODUCT_GROUP PRODUCT_ID Alias: PRODUCT_NAME. Save the metaoutline 5) Create the Market dimension Drag the Region-State-City hierarchy from the Market dimension in the Model pane to a blank area in the Metaoutline pane. Verify that the Market dimension in the metaoutline is a sparse dimension. Verify that all its members are defined as addition. Save the metaoutline 6) Create the Scenario dimension Select the Add members as siblings when Market dimension is selected, enter the dimension mane Scenario, and press OK. Set the properties for this dimension to be Sparse and Label Only. Create a Budget member and an Actual member, as children to Scenario and both with the consolidating property Ignore. Select the Default Load Member setting for Actual (which you reach by right clicking on Actual). Save the metaoutline 7) Create the attribute dimensions: Caffeinated and Diet Expand the Attributes within the Product dimension in the Model pane (NB! do not mix the Attributes in the Product dimension with the PRODUCT table) Drag PRODUCT.COFFEINATED from the Model pane to some free space in the Metaoutline pane. Do the same for the PRODUCT.DIET attribute. Change the Attribute dimension type to Boolean (for both Attribute dimensions). This is done from the Attribute Dimension Properties window for the respective Attribute dimension which is reached by right clicking on the Attribute dimension and selecting Properties. (Press OK in the warning window to confirm the type change.) 25

26 Note that the Attributes dimensions were automatically associated with the Product dimension since these attributes were defined in the Product dimension in the star-join schema. Associate the members of the Attribute dimensions with the members of the Product dimension. Right click on the PRODUCT.COFFEINATED member of the Attribute dimension COFFEINATED and select Properties. Select the By Metaoutline Member option under Association (under the General tab) Choose PRODUCT.PRODUCT_GROUPID -> PRODUCT.PRODUCT_ID from the drill down list and press OK. Associate PRODUCT.DIET member of the Attribute dimension DIET to PRODUCT.PRODUCT_GROUPID -> PRODUCT.PRODUCT_ID Define the Attribute member names Select Edit from the commando line and choose Attribute Member Names On the Member Name Format tab, choose Parent option for Value, the _underscore option for Separator, and the Prefix option under Prefix/Suffix. Under the Boolean and Date tab, change True with Y and False with N (because these are the values present in the source data.) Press OK to confirm the new settings. Verify that your Metaoutline looks like The Traditional Beverage Co Metaoutline Save your Metaoutline PART 5 MATERIALISING A METAOUTLINE Now, after you have created a metaoutline you can materialise it (i.e. execute it and physically store the results in a cub), see the right most part of Fig 1. However one last setting you need to do before going on with this is to set the TIME.Month data store property to be STORE DATA (which is done from TIME.Month property window, Member Info tab). Save your metaoutline and follow the steps below: 1) Go to Outline>Member and Data Load.. under the commando line. 2) In the appeared window, fill in your user name under Application Name and Trad under the Database Name. Select Use Default Calc Script option (The second time you are doing this you will also need to select the option: Delete all members first, in order to overwrite the already existing data with the new one. But, do not bother about this now, we are not going to do this in this exercise.) See Fig

27 Fig 28. 3) Select Next 4) In the appeared window select the option for Now for Loading Essbase (see Fig 29) and press Finish. Fig 29. 5) When the data load is ready you will receive a confirmation message: Successfully loaded OLAP:jdb049:Trad. Press OK to confirm this message, then Close the Data and Member Load window. 6) When you have finished with your work do not forget to Exit Hyperion Integration Server Desktop. 27

HYPERION ESSBASE INITIAL EXERCISE

HYPERION ESSBASE INITIAL EXERCISE DSV, KTH / SU PETIA WOHED IS5/2I1224 HYPERION ESSBASE 020417 HYPERION ESSBASE INITIAL EXERCISE In this exercise, you will learn the basic navigation in MS Excel as an interface tool to DB2 OLAP server.

More information

IBM DB2 OLAP Server and DB2 OLAP Starter Kit

IBM DB2 OLAP Server and DB2 OLAP Starter Kit IBM DB2 OLAP Server and DB2 OLAP Starter Kit Version 7 OLAP Integration Server Metaoutline User s Guide Hyperion Solutions Corporation P/N: SC27-0784-00 Copyright International Business Machines Corporation

More information

Oracle Essbase & Oracle OLAP: The Guide to Oracle's Multidimensional Solution by Michael Schrader et al. Oracle Press. (c) Copying Prohibited.

Oracle Essbase & Oracle OLAP: The Guide to Oracle's Multidimensional Solution by Michael Schrader et al. Oracle Press. (c) Copying Prohibited. Oracle Essbase & Oracle OLAP: The Guide to Oracle's Multidimensional Solution by Michael Schrader et al. Oracle Press. (c) 2010. Copying Prohibited. Reprinted for Swapnil Ramkrishna Khirade, Accenture

More information

OLAP Spreadsheet Add-in User s Guide for 1-2-3

OLAP Spreadsheet Add-in User s Guide for 1-2-3 IBM DB2 OLAP Server and Starter Kit OLAP Spreadsheet Add-in User s Guide for 1-2-3 Version 7 SC27-0785-00 IBM DB2 OLAP Server and Starter Kit OLAP Spreadsheet Add-in User s Guide for 1-2-3 Version 7 SC27-0785-00

More information

A Case Study Building Financial Report and Dashboard Using OBIEE Part I

A Case Study Building Financial Report and Dashboard Using OBIEE Part I A Case Study Building Financial Report and Dashboard Using OBIEE Part I This is a 1 st document in the series of building financial reports and dashboard taking Essbase as Data Source. This document briefs

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

Lesson 1: Creating and formatting an Answers analysis

Lesson 1: Creating and formatting an Answers analysis Lesson 1: Creating and formatting an Answers analysis Answers is the ad-hoc query environment in the OBIEE suite. It is in Answers that you create and format analyses to help analyze business results.

More information

Release is a maintenance release for Release , , , or

Release is a maintenance release for Release , , , or Oracle Essbase Studio Release 11.1.1.4.00 Readme [Skip Navigation Links] Purpose... 1 New Features... 1 New Features in Release 11.1.1.1... 2 Supported Paths to this Release... 4 Supported Platforms...

More information

How to Work with Excel Report and Interactive Analysis

How to Work with Excel Report and Interactive Analysis How-To Guide SAP Business One, version for SAP HANA Document Version: 1.4 2016-07-29 PUBLIC How to Work with Excel Report and Interactive Analysis SAP Business One 9.2 PL04 and Later, version for SAP HANA

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

Instructor : Dr. Sunnie Chung. Independent Study Spring Pentaho. 1 P a g e

Instructor : Dr. Sunnie Chung. Independent Study Spring Pentaho. 1 P a g e ABSTRACT Pentaho Business Analytics from different data source, Analytics from csv/sql,create Star Schema Fact & Dimension Tables, kettle transformation for big data integration, MongoDB kettle Transformation,

More information

Budget Process Tools: Smart View Ad Hoc Basics 1

Budget Process Tools: Smart View Ad Hoc Basics 1 Budget Process Tools: Smart View Ad Hoc Basics 1 01.12.17 CalPlan HCP (Human Capital Planning) CalRptg HCPRptg Smart View 1 An ad hoc committee What is your particular purpose for querying into your CalPlanning

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

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Designer/Player 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 3 Who should read this manual... 3 What s included in this manual... 3 Symbols

More information

Tivoli Common Reporting V2.x. Reporting with Tivoli Data Warehouse

Tivoli Common Reporting V2.x. Reporting with Tivoli Data Warehouse Tivoli Common Reporting V2.x Reporting with Tivoli Data Warehouse Preethi C Mohan IBM India Ltd. India Software Labs, Bangalore +91 80 40255077 preethi.mohan@in.ibm.com Copyright IBM Corporation 2012 This

More information

BUSINESS INTELLIGENCE. SSAS - SQL Server Analysis Services. Business Informatics Degree

BUSINESS INTELLIGENCE. SSAS - SQL Server Analysis Services. Business Informatics Degree BUSINESS INTELLIGENCE SSAS - SQL Server Analysis Services Business Informatics Degree 2 BI Architecture SSAS: SQL Server Analysis Services 3 It is both an OLAP Server and a Data Mining Server Distinct

More information

Dimensionality & Dimensions of Hyperion Planning

Dimensionality & Dimensions of Hyperion Planning Dimensionality & Dimensions of Hyperion Planning This tutorial will take you through the dimensionality concepts of Hyperion Planning. Dimensions are the basic foundation of the Hyperion Planning application

More information

Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is

Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is You should now see the main screen which is called the main screen or menu screen.

More information

Lab 01 Developing a Power Pivot Data Model in Excel 2013

Lab 01 Developing a Power Pivot Data Model in Excel 2013 Power BI Lab 01 Developing a Power Pivot Data Model in Excel 2013 Jump to the Lab Overview Terms of Use 2014 Microsoft Corporation. All rights reserved. Information in this document, including URL and

More information

Visit our Web site at or call to learn about training classes that are added throughout the year.

Visit our Web site at  or call to learn about training classes that are added throughout the year. S a gee RPAc c pa ci nt e l l i ge nc e Ana l y s i s ST UDE NTWORKBOOK Notice This document and the Sage Accpac ERP software may be used only in accordance with the accompanying Sage Accpac ERP End User

More information

Budget Process Tools: Smart View Ad Hoc Basics 1

Budget Process Tools: Smart View Ad Hoc Basics 1 Budget Process Tools: Smart View Ad Hoc Basics 1 10.27.16 CalPlan HCP (Human Capital Planning) CalRptg HCPRptg Smart View 1 An ad hoc committee What is your particular purpose for querying into your CalPlanning

More information

PowerPlanner manual. Contents. Powe r Planner All rights reserved

PowerPlanner manual. Contents. Powe r Planner All rights reserved PowerPlanner manual Copyright Powe r Planner All rights reserved Contents Installation... 3 Setup and prerequisites... 3 Licensing and activation... 3 Restoring examples manually... 4 Building PowerPivot

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Conditional Formatting

Conditional Formatting Microsoft Excel 2013: Part 5 Conditional Formatting, Viewing, Sorting, Filtering Data, Tables and Creating Custom Lists Conditional Formatting This command can give you a visual analysis of your raw data

More information

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

Business Intelligence Tutorial

Business Intelligence Tutorial IBM DB2 Universal Database Business Intelligence Tutorial Version 7 IBM DB2 Universal Database Business Intelligence Tutorial Version 7 Before using this information and the product it supports, be sure

More information

Implementing a Data Warehouse with SQL Server 2014

Implementing a Data Warehouse with SQL Server 2014 Training Handbook Implementing a Data Warehouse with SQL Server 2014 Some elements of this workshop are subject to change. This workshop is for informational purposes only. Module 2: Creating Multidimensional

More information

Liferay Portal 4 - Portal Administration Guide. Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer

Liferay Portal 4 - Portal Administration Guide. Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer Liferay Portal 4 - Portal Administration Guide Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer Liferay Portal 4 - Portal Administration Guide Joseph Shum Alexander Chow Redmond Mar Jorge Ferrer 1.1

More information

INFORMATION TECHNOLOGY SPREADSHEETS. Part 1

INFORMATION TECHNOLOGY SPREADSHEETS. Part 1 INFORMATION TECHNOLOGY SPREADSHEETS Part 1 Page: 1 Created by John Martin Exercise Built-In Lists 1. Start Excel Spreadsheet 2. In cell B1 enter Mon 3. In cell C1 enter Tue 4. Select cell C1 5. At the

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

1. Managing Information in Table

1. Managing Information in Table 1. Managing Information in Table Spreadsheets are great for making lists (such as phone lists, client lists). The researchers discovered that not only was list management the number one spreadsheet activity,

More information

Anaplan Snapshotting Learning App User Guide

Anaplan Snapshotting Learning App User Guide Anaplan Snapshotting Learning App User Guide For Public Use Last updated: May 19, 2016 Prepared by ZS Associates ZS Associates +1 847 492 3600 www.zsassociates.com Overview Background Snapshotting is a

More information

Creating a Pivot Table

Creating a Pivot Table Contents Introduction... 1 Creating a Pivot Table... 1 A One-Dimensional Table... 2 A Two-Dimensional Table... 4 A Three-Dimensional Table... 5 Hiding and Showing Summary Values... 5 Adding New Data and

More information

Purchase Order Processor

Purchase Order Processor Purchase Order Processor Last Update: 6/26/13 Digital Gateway, Inc. All rights reserved ii Table of Contents PO PROCESSOR... 1 SETUP... 5 CONNECTION SETTINGS... 5 Overview... 5 PO Processor Settings Manager...

More information

In this task, you specify formatting properties for the currency and percentage measures in the Analysis Services Tutorial cube.

In this task, you specify formatting properties for the currency and percentage measures in the Analysis Services Tutorial cube. AL GHURAIR UNIVERSITY College of Computing CIS 303 Data Mining Week 3: Modifying Measures, Attributes and Hierarchies After defining, deploying, and processing your initial cube, and then reviewing dimension

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

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Files in Microsoft Excel are referred to as Workbooks. This is because they can contain more than one sheet. The number of sheets a workbook can contain is only limited by your computer

More information

OneStop Reporting 4.5 OSR Administration User Guide

OneStop Reporting 4.5 OSR Administration User Guide OneStop Reporting 4.5 OSR Administration User Guide Doc. Version 1.2 Updated: 10-Dec-14 Copyright OneStop Reporting AS Contents Introduction... 1 Who should read this manual... 1 What s included in this

More information

User Guide For Universal Devices Administrative Console (ISY)

User Guide For Universal Devices Administrative Console (ISY) User Guide For Universal Devices Administrative Console (ISY) - 1 - Table of Contents 1. PURPOSE 6 2. THEORY OF OPERATION 6 3. INSTALLATION 7 4. CONFIGURATION 8 4.1 Prerequisites 8 4.1.1 Host Computer

More information

How to Work with Excel Report and Interactive Analysis

How to Work with Excel Report and Interactive Analysis How-To Guide SAP Business One, version for SAP HANA Document Version: 1.7 2017-10-31 PUBLIC How to Work with Excel Report and Interactive Analysis SAP Business One 9.2 PL10 and Later, version for SAP HANA

More information

for Q-CHECKER Text version 15-Feb-16 4:49 PM

for Q-CHECKER Text version 15-Feb-16 4:49 PM Q-MONITOR 5.4.X FOR V5 for Q-CHECKER USERS GUIDE Text version 15-Feb-16 4:49 PM Orientation Symbols used in the manual For better orientation in the manual the following symbols are used: Warning symbol

More information

1. Attempt any two of the following: 10 a. State and justify the characteristics of a Data Warehouse with suitable examples.

1. Attempt any two of the following: 10 a. State and justify the characteristics of a Data Warehouse with suitable examples. Instructions to the Examiners: 1. May the Examiners not look for exact words from the text book in the Answers. 2. May any valid example be accepted - example may or may not be from the text book 1. Attempt

More information

V-CUBE Sales & Support. User Manual

V-CUBE Sales & Support. User Manual V-CUBE Sales & Support User Manual V-cube, Inc. 2013/12/20 This document is the user manual for V-CUBE Sales & Support. 2013 V-cube, Inc. All Rights Reserved. Revision history Revision date Details 2013/12/20

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

OLAP Reporting with Crystal Reports 9

OLAP Reporting with Crystal Reports 9 Overview Crystal Reports has established itself as the reporting tool of choice for many companies and excels in providing high quality formatted information based on data stores throughout an organization.

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

BaanBIS Decision Manager 2.0. Modeler User's Guide

BaanBIS Decision Manager 2.0. Modeler User's Guide BaanBIS Decision Manager 2.0 A publication of: Baan Development B.V. P.O.Box 143 3770 AC Barneveld The Netherlands Printed in the Netherlands Baan Development B.V. 2001. All rights reserved. The information

More information

Using the Customize Dialog Box

Using the Customize Dialog Box Toolbar Tools > Customize Using the Customize Dialog Box The Customize tool is used to define custom work environment, toolbar, and tool settings. The Customize dialog box appears when you access the Customize

More information

Analytics: Server Architect (Siebel 7.7)

Analytics: Server Architect (Siebel 7.7) Analytics: Server Architect (Siebel 7.7) Student Guide June 2005 Part # 10PO2-ASAS-07710 D44608GC10 Edition 1.0 D44917 Copyright 2005, 2006, Oracle. All rights reserved. Disclaimer This document contains

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

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

More information

Creating Interactive Procedures and Training Courses

Creating Interactive Procedures and Training Courses Creating Interactive s and Training Courses 2017 ParallelGraphics CONTENTS INTRODUCTION... 1 1 PROCESS LAYOUT AND BASIC OPERATIONS... 1 1.1 General Data Flow Diagram... 2 1.2 Preparing Input Data for RapidAuthor

More information

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1

Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Using SAP NetWeaver Business Intelligence in the universe design tool SAP BusinessObjects Business Intelligence platform 4.1 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part

More information

Working with Analytical Objects. Version: 16.0

Working with Analytical Objects. Version: 16.0 Working with Analytical Objects Version: 16.0 Copyright 2017 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Sage ERP Accpac 6.0A. Financial Link Professional I User Guide

Sage ERP Accpac 6.0A. Financial Link Professional I User Guide Sage ERP Accpac 6.0A Financial Link Professional I User Guide 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and all Sage ERP Accpac product and service names mentioned herein are

More information

1. Managing Information in Table

1. Managing Information in Table 1. Managing Information in Table Spreadsheets are great for making lists (such as phone lists, client lists). The researchers discovered that not only was list management the number one spreadsheet activity,

More information

Media Planning Users Guide v

Media Planning Users Guide v Media Planning Users Guide v6.70.01.02 Updated 03/30/2017 Page 1 of 32 Media Planning & Reporting The creation and execution of a media plan is a detailed mix of media types, vendors, markets, weight levels,

More information

Beginning PowerPoint XP for Windows

Beginning PowerPoint XP for Windows Beginning PowerPoint XP for Windows Tutorial Description This course introduces you to the PowerPoint program basics for creating a simple on-screen presentation. Intended Audience Individuals interested

More information

Importing source database objects from a database

Importing source database objects from a database Importing source database objects from a database We are now at the point where we can finally import our source database objects, source database objects. We ll walk through the process of importing from

More information

Ariba Network Configuration Guide

Ariba Network Configuration Guide Ariba Network Configuration Guide Content Account Configuration Basic Profile Email Notifications Electronic Order Routing Test Account Creation Managing Roles and Users Ariba Network Support 2 Account

More information

SSAS 2008 Tutorial: Understanding Analysis Services

SSAS 2008 Tutorial: Understanding Analysis Services Departamento de Engenharia Informática Sistemas de Informação e Bases de Dados Online Analytical Processing (OLAP) This tutorial has been copied from: https://www.accelebrate.com/sql_training/ssas_2008_tutorial.htm

More information

InFOREMAX RMA Management System 7.0 User s Guide

InFOREMAX RMA Management System 7.0 User s Guide InFOREMAX RMA Management System 7.0 User s Guide Welcome to the InFOREMAX RMA Management System Integrate a powerful e-business environment today InFOREMAX-based solutions enable your electronic business

More information

Welcome to Cumulus Sites the easy to-use website portal of Cumulus that offers fast

Welcome to Cumulus Sites the easy to-use website portal of Cumulus that offers fast Welcome to Cumulus Sites the easy to-use website portal of Cumulus that offers fast file access and secure file distribution to anyone on the Web. Anyone can be allowed to self-serve access to a public

More information

COGNOS (R) 8 GUIDELINES FOR MODELING METADATA FRAMEWORK MANAGER. Cognos(R) 8 Business Intelligence Readme Guidelines for Modeling Metadata

COGNOS (R) 8 GUIDELINES FOR MODELING METADATA FRAMEWORK MANAGER. Cognos(R) 8 Business Intelligence Readme Guidelines for Modeling Metadata COGNOS (R) 8 FRAMEWORK MANAGER GUIDELINES FOR MODELING METADATA Cognos(R) 8 Business Intelligence Readme Guidelines for Modeling Metadata GUIDELINES FOR MODELING METADATA THE NEXT LEVEL OF PERFORMANCE

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

Sage 300 ERP Intelligence Reporting Connector Advanced Customized Report Writing

Sage 300 ERP Intelligence Reporting Connector Advanced Customized Report Writing Sage 300 ERP Intelligence Reporting Connector Advanced Customized Report Writing Sage Intelligence Connector Welcome Notice This document and the Sage software may be used only in accordance with the accompanying

More information

My Sysco Reporting Job Aid for CMU Customers. My Sysco Reporting. For CMU Customers (Serviced by Program Sales)

My Sysco Reporting Job Aid for CMU Customers. My Sysco Reporting. For CMU Customers (Serviced by Program Sales) My Sysco Reporting For CMU Customers (Serviced by Program Sales) 1 Accessing My Sysco Reporting... 2 Logging In... 2 The Reporting Dashboard... 3 My Sysco Reporting Process... 6 Generating a Report...

More information

Text version 15-Aug-12. for Q-CHECKER V4, V5 and V6

Text version 15-Aug-12. for Q-CHECKER V4, V5 and V6 Text version 15-Aug-12 Q-MONITOR V4 for Q-CHECKER V4, V5 and V6 USERS GUIDE Orientation Symbols used in the manual For better orientation in the manual the following symbols are used: Warning symbol Tip

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

FileLoader for SharePoint

FileLoader for SharePoint End User's Guide FileLoader for SharePoint v. 2.0 Last Updated 6 September 2012 3 Contents Preface 4 FileLoader Users... 4 Getting Started with FileLoader 5 Configuring Connections to SharePoint 7 Disconnecting

More information

Market Insight Excelsior 2 Module Training Manual v2.0

Market Insight Excelsior 2 Module Training Manual v2.0 Market Insight Excelsior 2 Module Training Manual v2.0 Excelsior 2 Module Manual Version: 2.0 Software Release: Data Set: 2016 Q4 Training (US) Excel Version: Office 365 D&B Market Insight is powered by

More information

Data Analysis and Integration

Data Analysis and Integration MEIC 2015/2016 Data Analysis and Integration Lab 8: OLAP cubes and business analytics 1 st semester In this lab we will be using Pentaho Schema Workbench (PSW) to define an OLAP cube, and we will be using

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

www.insightsoftware.com for JD Edwards World and EnterpriseOne Version: 2.1 Last Updated: August 31, 2011 Contents 1. Introduction... 4 Welcome... 4 Using this Guide... 4 2. The Console Interface... 5

More information

Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0

Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0 Cube Designer User Guide SAP BusinessObjects Financial Consolidation, Cube Designer 10.0 Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP BusinessObjects

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

Budget Process Tools: Smart View Ad Hoc Basics

Budget Process Tools: Smart View Ad Hoc Basics Budget Process Tools: Smart View Ad Hoc Basics 2 6.21.17 CalPlan HCP (Human Capital Planning) CalRptg HCPRptg Smart View 1 Agenda 1 2 3 4 5 6 Smart View Ad Hoc Basics 1 Homework Review Creating Multiple

More information

Introduction to Charts

Introduction to Charts Microsoft Excel 2013: Part 6 Introduction to Charts, Naming Cells, Create Drop-down lists, Track Changes, & Finalizing Your Workbook Introduction to Charts Charts allow you to illustrate your workbook

More information

USER GUIDE Time and Attendance User Administration Human Capital Management Suite

USER GUIDE Time and Attendance User Administration Human Capital Management Suite USER GUIDE Time and Attendance User Administration Human Capital Management Suite Ormed Information Systems Ltd. Version 1.2 (January 2015) What s Inside What s Inside...1 Introduction...2 Procedures...3

More information

Making EXCEL Work for YOU!

Making EXCEL Work for YOU! Tracking and analyzing numerical data is a large component of the daily activity in today s workplace. Microsoft Excel 2003 is a popular choice among individuals and companies for organizing, analyzing,

More information

Shopper Guide v.3: 3/23/16

Shopper Guide v.3: 3/23/16 Shopper Guide v.3: 3/23/16 SMARTOCI: ADMINISTRATOR Table of Contents 1) Getting Started...4 What is smartoci?...4 Shopper Browser Versions...5 Logging in...6 Issues Logging In (smartoci Access Issues)...6

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

CRITERION Vantage 3 Admin Training Manual Contents Introduction 5

CRITERION Vantage 3 Admin Training Manual Contents Introduction 5 CRITERION Vantage 3 Admin Training Manual Contents Introduction 5 Running Admin 6 Understanding the Admin Display 7 Using the System Viewer 11 Variables Characteristic Setup Window 19 Using the List Viewer

More information

SAP Crystal Reports for Enterprise User Guide SAP Crystal Reports for Enterprise

SAP Crystal Reports for Enterprise User Guide SAP Crystal Reports for Enterprise SAP Crystal Reports for Enterprise User Guide SAP Crystal Reports for Enterprise Copyright 2011 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP BusinessObjects Explorer,

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

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

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

CounselLink Reporting. Designer

CounselLink Reporting. Designer CounselLink Reporting Designer Contents Overview... 1 Introduction to the Document Editor... 2 Create a new document:... 2 Document Templates... 3 Datasets... 3 Document Structure... 3 Layout Area... 4

More information

Integration Overview, Example Data Model & Reports for Oracle Business Intelligence Cloud Service

Integration Overview, Example Data Model & Reports for Oracle Business Intelligence Cloud Service Integration Overview, Example Data Model & Reports for Oracle Business Intelligence Cloud Service Oracle Field Service Cloud Product Management November 2016 Key Objectives Integration Overview Walkthrough

More information

4 Managing Contacts. Performance Objectives CHAPTER

4 Managing Contacts. Performance Objectives CHAPTER CHAPTER 4 Managing Contacts Performance Objectives Upon successful completion of, you will be able to: Add, edit, and delete contacts Add a new contact from an existing contact Add a picture of a contact

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

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

SAS Infrastructure for Risk Management 3.4: User s Guide

SAS Infrastructure for Risk Management 3.4: User s Guide SAS Infrastructure for Risk Management 3.4: User s Guide SAS Documentation March 2, 2018 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. SAS Infrastructure for

More information

Help Guide Rev

Help Guide Rev Help Guide Rev. 1.0 07152014 Home Page The home page displays your vehicle(s) on a satellite map. The information box, showing vehicle information will already be opened. The information box displays your

More information

INI POS (RESTAURANT) User Manual

INI POS (RESTAURANT) User Manual IN I POS S OLUTION INI POS (RESTAURANT) User Manual 2017 Ver. INI Solutions #340-17 Fawcett Rd., Coquitlam, BC V3K 6V2 Phone 604-628-8772 Fax 604-461-6707 1 TABLE OF CONTENTS 1. Getting Started 2. How

More information

About using Microsoft Query to retrieve external data

About using Microsoft Query to retrieve external data Show All About using Microsoft Query to retrieve external data This topic contains information about: What is Microsoft Query? Setting up data sources Defining your query Working with the data in Microsoft

More information

Kenora Public Library. Computer Training. Introduction to Excel

Kenora Public Library. Computer Training. Introduction to Excel Kenora Public Library Computer Training Introduction to Excel Page 2 Introduction: Spreadsheet programs allow users to develop a number of documents that can be used to store data, perform calculations,

More information

A Tutorial for Excel 2002 for Windows

A Tutorial for Excel 2002 for Windows INFORMATION SYSTEMS SERVICES Data Manipulation with Microsoft Excel 2002 A Tutorial for Excel 2002 for Windows AUTHOR: Information Systems Services DATE: August 2004 EDITION: 1.0 TUT 130 UNIVERSITY OF

More information

Data Explorer: User Guide 1. Data Explorer User Guide

Data Explorer: User Guide 1. Data Explorer User Guide Data Explorer: User Guide 1 Data Explorer User Guide Data Explorer: User Guide 2 Contents About this User Guide.. 4 System Requirements. 4 Browser Requirements... 4 Important Terminology.. 5 Getting Started

More information

@ Copyright 2016 Infor.

@ Copyright 2016 Infor. Infor BI: Creating Reports with Application Studio Training Workbook Infor BI February 1, 2016 Course Code: 01_0061050_IEN0077_BSA Legal notice Copyright 2016 Infor. All rights reserved. Important Notices

More information

SQL Server. Management Studio. Chapter 3. In This Chapter. Management Studio. c Introduction to SQL Server

SQL Server. Management Studio. Chapter 3. In This Chapter. Management Studio. c Introduction to SQL Server Chapter 3 SQL Server Management Studio In This Chapter c Introduction to SQL Server Management Studio c Using SQL Server Management Studio with the Database Engine c Authoring Activities Using SQL Server

More information