BulkBanding
  • 1 Minute to read
  • Dark
    Light
  • PDF

BulkBanding

  • Dark
    Light
  • PDF

Article summary

BETA

Creates multiple numeric bands at the same time, reading in upper and lower limits and labels from a definition file.

Numeric Bands group continuous data into discrete bands so that data can be selected within specified ranges.  Bulk Banding allows multiple NumericBands to be created together, reading all range and label data from a single excel spreadsheet.

Method

KeyValue(s)Description
methodBulkBanding
project

filename"%DATAPATH%FolderName/Filename.xlsxFile containing Banding details.  Must be *.xlsx
renameSuffixsuffix string to attach to existing field name
newSuffixsuffix string to be appended to name of new NumericBand/Range field
hideSourcetrue/falseOptional.  Default = false
startRow2Optional. Row number of first data row.   Default is 2.

File Layout

Bulk Banding will use the first sheet in the workbook.

A / 1Source Table Name - case sensitive
B / 2Source Field Name - case sensitive
C / 3Lower Limit
D / 4Upper Limit
E / 5Label

NOTE: Bulk Banding will fail with "Not enough rows or columns" if there are less than 5 columns in Sheet0

Examples

{ 
"method" : "BulkBanding", 
"filename" : "%DATAPATH%BULK_BANDING.xlsx", 
"renameSuffix" : "_source", 
"hideSource" : true, 
"startRow" : 2, 
"project" : "Demo" 
}



Was this article helpful?

What's Next