Lesson 16: Advanced Charting – Compliance Warnings by Person with a Drill-Down We want a chart that shows compliance messages for each person. We will compare two years to see if problems are increasing. We want to be able to drill down from the chart to a report. Create the Drill-Down Report Right-click on the Expense Analysis (Line Item/Matter) object and select NEW > REPORT. Add the following fields as dimensions: Header (Segment) – OwnerFlat (Segment) – CUSTOMERUNIQUEID (Field) Header (Segment) – OwnerFlat (Segment) – EXPENSEOWNER (Field) Header (Segment) – LineItem (Segment) – Transaction Year (Field) Header (Segment) – LineItem (Segment) – Compliance (Segment) – ComplianceMessage (Segment) - CompMessageDescription (Segment) – THEVALUESHORT (Field) Add the following field as a measure: Header (Segment) – LineItem (Segment) – Compliance (Segment) – ComplianceMessage (Segment) - CompMessageDescription (Segment) – MESSAGEID (Field) Change the SUM Aggregation Function to Count. Note: You may want to change the column titles to more friendly names. Create a Prompted Filter Right-click on CUSTOMERUNIQUEID and select Filter Values. Change the < VALUE > Type to Parameter and the Description to CustomerID. Click OK. In the Quick Access Toolbar, click the SAVE button. Save the chart in this location: Content > [Your Company Name] > My Content. Name the report “Lesson 16 - Advanced Charting - Compliance Warnings by Person with a Drill Down – Part 2." Close InfoAssist. Create a Basic Chart Right-click on the Expense Analysis (Line Item/Matter) object and select NEW > CHART. Add Header (Segment) – LineItem (Segment) - LineItemType (Segment) – Expense (Field) to the X-Axis. Set the visibility to Hide. Set Header (Segment) – OwnerFlat (Segment) - CUSTOMERUNIQUEID (Field) to the X-Axis. This is the timekeeper number or employee ID. We use it rather than the name so that it can be a parameter that is passed to a drill-down report later. Set Header (Segment) – LineItem (Segment) – Compliance (Segment) - ComplianceMessage (Segment) – MESSAGEID (Field) as the Measure. Then change the SUM aggregation function to Count. Set Header (Segment) – LineItem (Segment) – TransactionYear (Field) as the Legend (Series). Setting Data Labels and Type In the Series tab, in the Properties group, click on the Data Labels button and set the location to Above to turn on data labels for each bar. In the Series tab, in the Select group, use the drop-down selector to change from All Series to Series 1 – 2012. In the Series tab, in the Properties group, click on the Type drop-down selector to select Line. This will change the 2012 series to a line graph, while the 2011 series stays as a bar graph. Change Titles and Theme Right-click on the MESSAGEID field and change the title to Number of Compliance Warnings. Right-click on the CUSTOMERUNIQUEID field and change the title to Timekeeper. On the Home tab, in the Report group, select Theme. Select the ENgradient_combine.sty template. Add a Page Header of Compliance Errors by Year. In the Quick Access Toolbar, click the SAVE button. Save the chart in this location: Content > [Your Company Name] > My Content. Name the report “Lesson 16 - Advanced Charting - Compliance Warnings by Person with a Drill Down." Linking the Drill-Down Report to the Chart Click on the MESSAGEID field in the Measure (Sum) field container. In the Field – MESSAGEID tab, in the Links group, click on Hyperlink. Select Report. Click the Browse button. Select Lesson 16 - Advanced Charting - Compliance Warnings by Person with a Drill Down – Part 2 report. Click the blue and white ampersand button (&) to enter a parameter. Enter Customer ID for the Name. It must be formatted (all caps, initial caps, lowercase, etc.) exactly like the Parameter Description we created earlier in the lesson. Select Field for the Type. Choose CUSTOMERUNIQUEID for the Value. Run the report. Click on one of the bars to verify that the detail report displays. Was this article helpful? Yes No