SummaryByBits

Title  Summary by Bits

Description

          

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

Syntax

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

Parameter Explanation Data Type
input_records Dialog Reference

<p>The table to summarize.</p>

GPMultiValue
bit_field Dialog Reference

<p>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.</p>

Field
report_bits Dialog Reference

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

GPValueTable
summary_fields Dialog Reference

<p>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.</p>

GPMultiValue
output_table Dialog Reference

<p>The table to write the summarized results to.</p>

DETable
selection_mode (Optional) Dialog Reference

<p> Specifies how layers without selection are processed <ul><li>PROCESS_ALL &#8212; Every record is evaluated. This is the default.</li><li>PROCESS_SELECTED_ONLY &#8212; Layers without selections are skipped. Only selected records are evaluated.</li></ul> </p>

GPString

Code Samples

Environments

workspace