ranges
Usage | Description |
---|---|
ranges <database_id> | Display the custom range limits currently defined for the specified database. For example:
CODE
In this example:
|
ranges <database_id> <field_or_regex> | Display any custom ranges defined for the specified field. Ranges are only applicable to the fields available in the Summation Options. You can either specify the field using the field's display name, or you can specify a regular expression and SuperADMIN will display the settings for all matching fields. For example:
CODE
|
ranges <database_id> <field_or_regex> custom <min> <max> <min_increment> | Add a limitation on custom ranges to the specified field (or fields matching the regular expression). You can specify:
SuperWEB2 users will not be able to create a range for this field that breaches these limits. The limits apply to quantile user defined fields as well as custom ranges, although the increment will be ignored by quantiles. |
ranges <database_id> <field_or_regex> custom clear | Clear the custom range from the specified field (or fields matching the regular expression). |