How to configure the Summary Tab?

How to configure the Summary Tab?

Summary tab

The concept of the Summary tab is to provide a place where the STAC Administrator can display data from multiple areas of STAC in a single place. The Summary tab allows the creation of multiple pages, allowing for different users to see the data that matters at a glance without having to scroll through multiple fields or records that are not relevant for their work.

What can be published in the Summary Tab?

There are two methods to create pages in the Summary tab: Using the Summary Page Writer or Crystal reports.

The Summary Page Writer is the most efficient and faster solution. The STAC Administrator can write a set of SQL queries and publish them. Each page can have multiple queries, and each query can either present data in a grid (for multiple records) or in a Form format with fields distributed between the section.

Using Crystal report allows for additional formatting in the page, like using colors for example, but Crystal is a reporting tool, and it takes longer to generate the report that way. As the STAC administrator, they understand the reason it takes a little bit longer to generate a report, but the users don’t necessarily understand that difference and think there is a problem with the application. When in fact, the mistake was made by the Circuits STAC Administrator for not setting up the module efficiently for their users.

How to create a summary page using the Summary Page Writer?

To create or modify existing pages, the admin should use the Screen Customization Tools. The view should be set to Custom.
Idea
Administrators can change the view to Preview. This will allow the admin to see the Summary page as the users will view the screen.

This will allow administrators to see the edit buttons directly on the Summary tab.

  1. The Add button allows users create a new summary page or Add a query to the current summary page.
  2. The Edit button allows users to edit the Summary page title and description.
  3. The Delete button allows user to delete the entire summary page
  4. The Pencil icon allows users to edit the Query.
  5. The Trash icon allows users to delete a Query.
  6. The Square icon allows users to edit the order and name of the columns in the grid defined in the query.

How to add a new Query?

To add Query to the Summary page, select the Add Button > Add Query and fill out the Query Name and SQL Statement.
When adding a new query or editing the SQL for a section, the following fields are available
NameDescription
Query NameThe name of the section. That is displayed at the top of each section
SQL StatementIndicates the SQL syntax used to retrieve the data.
 Variables
 Indicates the 2 variables that can be used in the SQL statement (IncidentId or Userlogged). Users are able to select the variable from the screen to add the variable into the SQL Statement.
ViewIf the statement returns multiple records, the admin should use a grid view. If only one records is retrieved, then administrators can use the Form view and select the name of columns per row
ShowThis provides the ability to create a section and not publish it until it is ready

What are the limitations for a query in the Summary Tab?

The Summary tab Queries do NOT accept:
  1. Queries with pound sign (#) to name a column.
  2. Queries with compound name between double quote marks (e.g. "Attorney Name" or "Directory Id") to name a column.
  3. Queries with single quote between the string to name a column.
  4. Column name with space that is used as hyperlink to another column (e.g. "Directory Id" to be the hyperlink reference to the "Defendant" column)

    Alert
    Columns should be named as a single string without any quotes between or spaces.
Below are some valid and invalid examples:
  1. SELECT incident_no, --valid
  2. incident_no as case_no, --valid
  3. incident_no as caseno, --valid
  4. incident_no as case, --valid
  5. case_no = incident_no, --valid
  6. incident_no as 'Case No', ---invalid
  7. incident_no as "Case No", ---invalid
  8. incident_no as 'Case #', ---invalid
  9. incident_no as "Case #", ---invalid
  10. 'Case No' = incident_no, ---invalid
  11. 'Case #' = incident_no, ---invalid
  12. "Case No" = incident_no, ---invalid
  13. "Case #" = incident_no, ---invalid

How to edit fields from a Query?

Once the SQL Statement is created in the Query and saved. Users can select the Square icon  to decide the order of the fields, whether or not the field is shown on the screen and the caption for the field. 


How to add a Crystal Report to the Summary Tab?

Once the Crystal Report is ready, the administrator will need to add the report like any other report in STAC, and use the screen field to indicate this report will be listed in the Summary Tab.

    • Related Articles

    • How to use the Summary Tab?

      What is the Summary Tab? The Summary Tab is a screen where a user can go to get a quick meaningful snapshot of their case without going from tab to tab to get the information. The reports published to the Summary tab should be simple and to the ...
    • How to configure the Document Maintenance?

      Introduction Merging documents is without a question one of the most powerful functions in the system. Agencies can design and create their own documents pulling data from STAC. There are variables available to retrieve dates, names, charges, ...
    • How to Configure Variables?

      How to Configure Variables? Go to: Setup > Codes > Variables Field Description Variable Name This is the name of the variable and the identifier that is sent to the word processor. Avoid renaming variables, for it will cause errors on all documents ...
    • How to configure Discovery?

      How to configure Discovery? There are 2 main code tables that are associated to configuring the Discovery: Image Options Exchange Image Options Code Table for Discovery configuration: To access these configurations, go to Setup > Codes > Image ...
    • How to configure Scoresheets?

      How to configure Scoresheets? There are a few code tables that are associated in the Setup of Scoresheets. Case Type To access these configurations: Setup > Codes > Case Types Field Description Scoresheet years to import This field indicates the ...