Title Summary by Bits
The output table containing summary information will have chart(s) associated with it.
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 — Every record is evaluated. This is the default.</li><li>PROCESS_SELECTED_ONLY — Layers without selections are skipped. Only selected records are evaluated.</li></ul> </p> |
GPString |
workspace