Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

Using Advanced Reporting

Adding a Section/Group

A common function of reporting is grouping data by a certain value on the report. For example, if you needed a report of all matter players grouped by the associated matter, you can easily create a report that lists all of the players from the eCounsel database. However, it may be more useful to include the matter associated with each player record, and organize the report so that all of the players are grouped by the associated matter.

To Group Results:

  1. Open Analysis Center, select a universe, and click Begin.
  2. In the Universe outline pane on the Query Panel, open the Matters folder, open the Base Info (Matter) folder, and add the þÿ Matter Name and Number dimension as result object.
  3. Expand the Players folder under the Matters root folder, and add the following dimensions as result objects:
  • þÿ Name
  • þÿ Role
  • þÿ Start Date
  1. Click the þÿ Run Query button.
    þÿ

The report is sorted by the first object in the results table, which is the Matter Name and Number column. This effectively groups the records by the associated matter. Note that matters containing multiple players appear multiple times.

image

To Create a Section:

To format the report so that the matter name appears only once, a section can be inserted. Right-click a cell in the Matter Name and Number column on the report, and select Set as Section.

þÿ

Note that the Set as Section option is not available when you right-click in a header column.

The report is now grouped under a section heading containing the selection data (in this case, the Matter Name and Number), with the player data in the table below each grouping.

þÿ

Now assume that you want the same report but would like to see all of the player assignments grouped by the individual player. The same report can be manipulated to provide a list of player assignments grouped by the individual.

Undo the matter grouping by clicking the þÿ Undo button on the toolbar, and then right-click a cell in the Name column and select Set as section.

The report is refreshed to display the player information grouped by the individual player. The other data, including the matter name, appears under the section header containing the player’s name.

þÿ

Using Subreports

Complex reports often contain data from multiple sources that are not suited to organization in a single table. In a traditional reporting tool such as SAP Crystal Reports, reports can be sectioned so that data can be logically grouped together making the report easier to read and understand. This grouping is accomplished primarily using subreports, which aggregate data together in a separate section on the same report.

In Analysis Center, the concept is handled in one of two ways: by creating multi-table reports, or by creating tabbed reports.

Creating a Multi-table Report

Multi-table reports are single-page reports that contain information grouped logically in separate tables. Multi- table reports are best suited to reports that will be printed, as the information will appear in contiguous sections on a single report. The best way to create a multi-table report is by using an iterative approach. The iterative approach means to build each table on the report individually.

To Create a Multi-table Report:

  1. In the Universe outline pane on the Query Panel, open the Matters folder, open the Base Info (Matter) folder, and add the following dimensions as result objects:
  • þÿ Matter Name and Number
  • þÿ Matter Type
  • þÿ Matter Status
  • þÿ Open Date
  1. Click the þÿ Run Query button.
  2. Name the table (for example, “Matter Summary”) and set Matter Name and Number as a section.þÿ
  3. Click the þÿ Edit Query button.
  4. On the Query Panel, add a new group of objects to the report (such as Players information) and click the þÿ Run Query button.
  5. On the Edit Report panel, note that the new objects do not appear automatically on the report. Instead of appending the new objects to the existing table, select the newly added objects (pressing the <CTRL> key allows you to click on multiple objects to select) and drag them to a blank space on the report. This will create a new table containing just the new object data.
    þÿ
  6. Format the new table as desired. For example, in the report above, the Players objects were dragged to the right of the matter base information.
  7. Repeat Steps 4-7 to add additional information to the report.

Creating a Tabbed Report

A tabbed report is a multi-page report that contains related data segregated into separate tabs. Tabbed reports are most useful for reports on a single record (such as a single matter or entity) and require a filter or prompt to limit the result set to a single record—if not, the information for multiple records will aggregate on the report tabs, showing co-mingled results from multiple records. The iterative report building approach works for building tabbed reports as well, except that each new table will be placed on a new report tab.

* A tabbed report must have a built-in prompt to restrict the report data to that related to a single record.

To Create a Tabbed Report:

  1. In the Universe outline pane on the Query Panel, open the Matters folder, open the Base Info (Matter) folder, and add the following dimensions as result objects:
  • þÿ Matter Name and Number
  • þÿ Matter Type
  • þÿ Matter Status
  • þÿ Open Date
  1. Drag and drop the Matter Name and Number object into the Query Filters pane.
  2. Select an appropriate operator. In this example, specify a single value for the matter name by selecting Equal to from the middle drop-down list (list of operators).
  3. Click on the image Define Filter Type button, and select Prompt.
    image
  4. Click the image Run Query button.
  5. On the Prompts dialog box, double-click a matter from the list of values (or highlight a matter and move it over with the right arrow image), then click OK.þÿ
  6. Format the table, including adding sections (e.g., set Matter Name and Number as a section), naming the table (e.g., “Matter Summary”), resizing cells, etc.
    To rename the report, either double-click the report tab (named “Report1” by default), or right-click it and select Rename Report.þÿ
    In the Name value of the Rename Report dialog box, type a descriptive name such as “Matter Summary”.
  7. Click the image Edit Query button.
  8. On the Query Panel, open the Players folder and add the Name, Role, and Start Date objects to the Result Objects pane and click the image Run Query button.
  9. On the Edit Report panel, note that the new objects do not appear automatically on the report. Instead of appending the new objects to the existing table, right-click the report tab and select Add Report. A new report tab appears.
    þÿ
  10. Right-click the new tab and select Rename Report. Type a descriptive name (in this case, “Players”).
  11. Select the newly added objects (pressing the <CTRL> key allows you to click on multiple objects to select) and drag them to the new report tab.þÿ
  12. Format the new table as desired.
  13. Repeat Steps 8-13 to add additional information to the report.

Adding Custom Variables

Analysis Center allows you to define custom variables for use with a report. A custom variable is a report object based on a user-defined formula; the formula can be used to achieve a nearly unlimited number of reporting effects, including but not limited to concatenating multiple values into a single field, performing mathematical functions on numeric data, or creating conditional values.

Concatenating Data

Assume for the purposes of grouping data, you concatenate the matter name and matter number into a single custom variable. Doing so keeps the name and number together in the section header, as opposed to treating them separately. To create a single field containing both data elements, follow the instructions below.

To Create a Variable to Concatenate Data:

  1. In the Universe outline pane on the Query Panel, open the Matters folder, open the Base Info (Matter) folder, and add the following dimensions as result objects:
  • þÿ Matter Name
  • þÿ Matter Number
  • þÿ Matter Status
  • þÿ Open Date
  1. Click the image Run Query button.
  2. When the report displays, decide where you want the variable to appear. If you want to replace an existing column with new variable data, select a cell in that column. If you do not want variable data to appear in the report, make sure no cells, columns, or rows are selected in the report.
  3. On the Edit Report panel, click the image Add Custom Variable button.
    þÿ
  4. On the Create New Variable dialog box, type a name for the variable.
  5. Either double-click the Matter Name object in the Available Objects list, or drag-and-drop it into the Formula text box.þÿ
  6. For this example, in the Operators field, click the “+”operator, or manually type it into the Formula field.
  7. Add a space and an open parenthesis in quotes: “ (“.
  8. Type another “+”, and then drag-and-drop the Matter Number object onto the text box.
  9. Type another “+”, and then type the closing characters in quotes (for example, “)”).
  10. The formula should read as follows:
    =[Matter Name]+" ("+[Matter Number]+")"
    þÿ
  11. Click the green Validate check mark to check the formula syntax. If there is an error, correct the formula (or verify that the report objects in this particular formula exist in the report) and re-validate.
    þÿ
    If the syntax is correct, you will see an informational “The formula is correct” message below the Formula field.
    image
  12. On the Create Variable dialog box, click OK.

The new variable has replaced the selected cell’s data. It is also available for use in another column(s) in the report. It may be appended to the existing table or used to replace an existing cell in the table just like any other object.
image

Creating Conditional Values

Assume that your data design supports multiple status designations for matters that are not closed. For reporting purposes, you would like know simply whether a matter is in process or completed. You can create a custom variable that converts a matter status of “Open” or “Active” to “In Process”, and any other status to “Closed”.

To Create a Variable for Conditional Values:

  1. Decide where you want the variable to appear. If you want to replace an existing column with new variable data, select a cell in that column. If you do not want variable data to appear in the report, make sure no cells, columns, or rows are selected in the report.
  2. On the Edit Report panel, click the image Add Custom Variable button.
  3. On the Create New Variable dialog box, type a name for the variable.
  4. In the Formula text box, type the following:
    =If(([Matter Status]="Open" OR [Matter Status]="Active");"In Process";"Completed")
  5. Click Validate to check the formula syntax. If there is an error, correct the formula (or verify that the report objects in this particular formula exist in the report) and re-validate. If the formula validates, click OK.
    image
  6. On the Create New Variable dialog box, click OK.
    The new variable is now available for use on the report. It may be appended to the existing table or used to replace an existing cell on the table just like any other object.
    þÿ

Creating Reports with Data from Multiple Modules

Analysis Center makes it possible to query and report on data from multiple eCounsel or Secretariat modules. For example, a report containing both matter player information and personal details about those players can appear on the same report. This data is stored in two separate eCounsel modules—player data in the Matters module and personal data in the People module. In order to correctly link data from two separate modules, two separate queries can be built and linked together using the object merge functionality.

Merging allows Analysis Center to include the same object on two separate queries, or data providers, then merge those identical objects so that the query results from the two separate queries are linked together properly.

To Create a Report with Data from Multiple Modules:

  1. Open Analysis Center, select a universe, and click Begin.
  2. In the Universe outline pane on the Query Panel, open the Matters folder, open the Base Info (Matter) folder, and add the image Matter Name dimension as result object.
  3. Open the Players folder under the Matters folder, and add the following dimensions as result objects:
  • image Name
  • image Role
  1. Right-click on the data provider tab (named “Query 1” by default) and select Rename. You can also double-click the tab to rename it. Type a descriptive name such as “Player” and click OK.
    þÿ
  2. Run the query and then edit the query again (with the image Edit Query button).
  3. Right-click the tab again and select Duplicate. This action creates an exact copy of the current query. You will get an error message if you try to duplicate the query without running the first query.
  4. Right click the new tab and select Rename. Type a descriptive name such as “Personal Data”.
  5. With the new Personal Data tab open, remove the existing Result Objects dimensions from the query.
  6. In the Universe outline pane on the Query Panel, open the People folder, open the Base Info (People) folder, and add the following dimensions as result objects:
  • image Name
  • image Gender
  • image Admin #
  1. Click image Run Queries.
    þÿ
  2. Choose an appropriate option on the Add Query dialog box.
    þÿ
  3. Click the top Data Access tab and then click the image Merge button.
    þÿ
  4. In the Available Objects pane, merge the two objects containing the same data (in this case, the Name objects) by selecting both objects. To select both objects, press and hold the <CTRL> key and clicking each object. Click OK.
    þÿ
    Where appropriate, the additional data appears on the report.
  5. Click a cell in the Name column, and select Set as Section to group the data by player.þÿ

Using this technique, data from the Matters module can be added to a report using matter data, so long as the two separate data providers share a single common data object.

* This technique is not necessary to link matter and invoice data, as data in these modules is linked in the universe design.

Adding Data from Another Module to a Report

Because invoices in eCounsel are directly related to matters, the invoice and matter data is integrated in the eCounsel universe, allowing you to add matter objects to invoice reports without resorting to the techniques described above. The example below creates a basic matter cost report with information from the Invoices module.

To Create a Report with Matter and Invoice Data:

  1. Open Analysis Center, select a universe, and click Begin.
  2. In the Universe outline pane on the Query Panel, open the Invoices folder, open the Base Info (Invoice) folder, and add the following dimensions as result objects:
  • image Vendor
  • image Invoice #
  1. Open the Invoice Matter folder (from the Invoices parent folder), and add the following dimension and measure as result objects:
  • image Matter Name
  • imageTotal Billed
  1. Click the image Run Query button.
  2. To group by the matter, right-click a cell in the Vendor column, select the Break submenu, and select Add Break.
  3. Right-click a cell in the Total Billed column, select the Format Number submenu.
  4. On the Format Number dialog box, click on the Default tab. Select the format with the $ and the 2-digit decimal precision – $1234.57; ($1234.57), and then click OK.
  5. Right-click on the Total Billed column, select the Insert submenu, and select Sum.
    þÿ
    Each matter section is now summarized.
    þÿ
  6. Click the image Edit Query button.
  7. In the Universe outline pane on the Query Panel, open the Matters folder, open the Base Info (Matter) folder, and add the following dimensions as result objects:
  • image Matter Type
  • image Matter Status
  1. Click the image Run Query button.
  2. Select the newly added objects (pressing the <CTRL> key allows you to click on multiple objects to select) and drag them to far right corner of the first section. You should see a small rectangle appear.
    þÿ
    The new matter is added to the existing invoice report.
    þÿ
  • Was this article helpful?