ADVIZOR Help
v7.2+
v7.2+
  • Introduction
  • Overview
    • ADVIZOR Help
    • ADVIZOR Overview
      • Analyst
      • Analyst/X
      • Data Blender
      • Desktop Navigator
      • Server AE
      • Managed Hosting
  • Using ADVIZOR
    • File Ribbon
      • Open an Existing ADVIZOR Project
      • Restore a Backup Project Version
      • Save a Project
      • Template Library
      • Update Expired Credentials
    • Analyze Ribbon
      • Select and Exclude Data
      • Flight Recorder
      • Set Coloring
        • Use Color Scale
        • Use Color By
        • Color Legend
      • Navigation Pane
    • Author Ribbon
      • Charts, Pages, and Dashboards
        • Composing Pages with Charts
        • Page Gallery
      • Load Data
        • Load New Data Using the Data Wizard
        • Load Text Data
        • Load Microsoft Excel Data
        • Load Microsoft Access Data
        • Load SQL Server Data
        • Load Oracle Data
        • Load a Database via ODBC
        • Manage Data Sources
        • Replace an Existing Data Source
      • Design Pages
        • Create Navigation Pane Content
        • Rearrange Charts
        • Change Chart Fonts
      • Use Color Models
        • Manage Color Models
        • Assign Color Models to Pages
        • Color Workshop
        • Identify How Color Is Applied to Data
        • Uncolorable Tables
      • Configure Charts
        • Property Explorer
        • Link Unmatched Rows
        • Show Missing Values
        • Use Polygon Map Format
        • Use FocusFormat Property
      • Condition Data
        • Project Workshop
        • Use the Expression Builder
        • Use the Link Wizard
        • Delete a Link
        • Date Formatter
        • Configure Data Hierarchies
      • Explore Data Usage
      • Identify Issues with Legacy Projects
      • Data Pool Visualization
    • Model Ribbon
      • Predictive Analytics: Analyst/X
      • Analytics Process
        • Bin a Categorical Field
        • Date Fields
        • Zip Codes
      • Predictive Modeling Pane
      • Configuring a Model
      • Managing Models
    • Share Ribbon
      • Share Results
      • Export Tables
      • Deployment and ADVIZOR Server
        • ADVIZOR Server Dashboards
        • Publishing to ADVIZOR Server
        • Server Security
        • Credential Based Filters
        • Embedding Data in a Project
  • Charts and Visual Discovery
    • Charts Overview
      • Bar Chart
        • Inserting a Bar Chart
        • Bar Chart Toolbar
      • Counts
        • Inserting a Counts
        • Counts Toolbar
      • Data Constellation
        • Inserting a Data Constellation
        • Data Constellation Toolbar
      • Data Sheet
        • Inserting a Data Sheet
        • Data Sheet Toolbar
      • Heat Map
        • Inserting a Heat Map
        • Heat Map Toolbar
      • Histogram
        • Inserting a Histogram
        • Histogram Toolbar
      • Line Chart
        • Inserting a Line Chart
        • Line Chart Toolbar
      • Map
        • Inserting a Map
        • Map Toolbar
      • Multiscape
        • Inserting a Multiscape
        • Multiscape Toolbar
      • Parabox
        • Inserting a Parabox
        • Parabox Toolbar
      • Pie Chart
        • Inserting a Pie Chart
        • Pie Chart Toolbar
      • Scatterplot
        • Inserting a Scatter Plot
        • Scatter Plot Toolbar
      • Summary Sheet
        • Inserting a Summary Sheet
        • Summary Sheet Toolbar
      • Text Box
        • Inserting a Text Box
        • Text Box Toolbar
      • Text Filter
        • Inserting a Text Filter
        • Text Filter Toolbar
      • Time Table
        • Inserting a Time Table
        • Time Table Toolbar
    • Recommended Chart Use
    • Visual Discovery
      • Using Colors
      • Selection
      • Managing Viewpoint
      • Missing Values
    • User Interfaces
      • Context Menu
      • Keyboard
  • Release Notes
    • What's New
      • Release 7.2
      • Release 7.1
      • Release 7.0
      • Release 6.8
      • Release 6.7
      • Release 6.6
      • Release 6.4
      • Release 6.3
      • Release 6.2
      • Release 6.2.2
      • Release 6.0
      • Release 5.9
      • Release 5.8.2
      • Release 5.7
      • Release 5.6.2
      • Release 5.6.1
      • Release 5.51
      • Release 5.5
      • Release 5.4.1
      • Release 5.4
      • Release 5.3
      • Release 5.22d
      • Release 5.2 SalesAdvizor
      • Release 5.1
      • Release 5.0.3
      • Release 5.0
    • If You Need Additional Help
    • Copyright
Powered by GitBook
On this page
  1. Charts and Visual Discovery
  2. Charts Overview

Counts

PreviousBar Chart ToolbarNextInserting a Counts

Last updated 5 years ago

A Counts chart shows the details of data in a table as a data grid. It gives you numeric summaries of your data, both overall and selected. Learn about each Counts feature below:

Data Sheet: it's a Data Sheet!.

  • A Counts view is built from a Data Sheet, so it has all of the behaviors defined for .

Sizes: rows and selection state.

  • The top rows give the total number of rows in the data table, and the number of selected and excluded rows. Since all fields are in the same table, these numbers will be the same for each field.

For categorical fields: number of unique values, mode...

  • Categorical fields are described by the number of unique values (total and selected) and the mode (most common value), total and selected.

For continuous fields: mean, standard deviation, min, max, and sum.

  • Standard descriptive statistics are available: mean, standard deviation, min, max, and sum, for both the complete population and the currently selected subset.

Subsets: you can select subsets of the information.

  • You can filter the display to exclude (or include) types of information: simple statistics only, selected subset only.

Zoombars: Optional scroll and zoom control.

  • By default, no Zoombar is displayed, but it can be useful when Basic View and Selected Only are false, so it is available on request.

Grid Specification

The layout, labels, and statistics included in a Counts chart can be customized. This is done through the "Grid Specification" property in the Properties pane for the chart (opened from the Advanced Chart Properties button in the chart toolbar).

Grid Example

For this example, the Chart Data Specification lists 4 fields from the MutualFunds table: "# Funds", "3-Year Performance (%)", "Volatility (%)", and "Net Assets ($mm)". (Note that spaces included in field names or labels are preceded by a tilde (~) character, or the full name is enclosed in double-quote marks in the Properties pane.) The Grid Specification property defines 5 rows with 2 columns each: a static label and a statistic calculated from each of the 4 input fields (sum or average of the selected rows). The string "row" in the specification identifies the beginning of a new row in the displayed chart; tokens after that define the contents of successive columns in the chart. The first row is always displayed as a heading.

Statistics are specified like this:

        [1-9].[StatisticName]

The initial number is the index of a field in the "Chart Data Specification" property, shown directly above the "Grid Specification" value. The "StatisticName" tells which statistic should be calculated. Valid choices are:

Statistic Name

Meaning

Applies to type

Rows

Total count of rows in the table, regardless of selection state

Any

Selected

Count of selected rows

Any

Unselected

Count of unselected rows

Any

Excluded

Count of excluded (or filtered) rows

Any

Unique

Count of distinct non-null values in non-excluded rows of the specified field

Any

UniqueSelected

Count of distinct non-null values in selected rows of the specified field

Any

Mode

Most common value in non-excluded rows of the specified field

String

ModeSelected

Most common value in selected rows of the specified field

String

Mean

Average value of non-excluded rows of the specified field

Numeric

MeanSelected

Average value of selected rows of the specified field

Numeric

StdDev

Standard deviation of non-excluded rows of the specified field

Numeric

StdDevSelected

Standard deviation of selected rows of the specified field

Numeric

Min

Minimum value of non-excluded rows of the specified field

Numeric

MinSelected

Minimum value of selected rows of the specified field

Numeric

Max

Maximum value of non-excluded rows of the specified field

Numeric

MaxSelected

Maximum value of selected rows of the specified field

Numeric

Sum

Sum of values of non-excluded rows of the specified field

Numeric

SumSelected

Sum of values of selected rows of the specified field

Numeric

Statistic names must be Capitalized as shown above.

Notice that data can come from up to 9 fields in a single table, and may be laid out in any way you wish: you do not need to put multiple statistics from the same field in a single row or column, and you do not need to lay out the table in the "column per field" layout that is used by the Counts chart by default.

If no "Grid Specification" is given, then standard statistics for each field are displayed in a separate column; the statistics displayed are governed by the "Basic View" and "Selected Only" property settings.

See also:

From: "Basic View", "Selected Only" properties in the .

From: "Show Zoombar" property in the .

Advanced Chart Properties pane
Advanced Chart Properties pane
Inserting a Counts chart
Tool bar controls
Advanced Chart Properties
Visual Discovery
Data Sheets