SummaryByBits

Title  Summary by Bits

Description

Summarizes records containing a bitwise coded value domain.

Usage

          
The output table containing summary information will have chart(s) associated with it.

License

Basic

Syntax

SummaryByBits (input_records, bit_field, report_bits, summary_fields, output_table, {selection_mode})

Parameter Explanation Data Type
input_records Dialog Reference

The table to summarize.

GPTableView
bit_field Dialog Reference

The field containing bit values. This field must have a coded value domain assigned of type short or long. The first dataset specified in the Input Records parameter defines the list of fields.

Field
report_bits Dialog Reference

A list of bits and their description to use to split the summary field value by.

GPValueTable
summary_fields Dialog Reference

The numeric fields to summarize in addition to counting the bits. For each summary field, an additional chart will be created. The first dataset specified in the Input Records parameter defines the list of fields.

Field
output_table Dialog Reference

The table to write the summarized results to.

DETable
selection_mode (Optional) Dialog Reference

Specifies how layers without selection are processed

  • PROCESS_ALL — Every record is evaluated. This is the default.
  • PROCESS_SELECTED_ONLY — Layers without selections are skipped. Only selected records are evaluated.

GPString

Code Samples