ranges
This command configures the limits for the custom range and quantile user defined fields available in SuperWEB2.
If users are currently logged in to SuperWEB2 while you make changes to the range limits, then those users will not see the effect of your changes until they log out and log back in.
Usage | Description |
---|---|
ranges <dataset_id> | Display the limits currently defined for the specified dataset. For example:
CODE
In this example:
|
ranges <dataset_id> <field_or_regex> | Display any range limits currently defined for the specified summation option. You can either specify the summation option using its display name, or you can specify a regular expression and SuperADMIN will display the limits for all matches. For example:
CODE
|
ranges <dataset_id> <field_or_regex> custom <min> <max> <min_increment> | Apply a limit to the specified summation option (or any summation options matching the regular expression). You can specify:
The limits apply to both custom ranges and quantiles, although the increment does not apply to quantiles. For example, the following command sets custom ranges for the "Customer Profit" field in the
CODE
|
ranges <dataset_id> <field_or_regex> custom clear | Clear the custom range from the specified summation option (or any summation options matching the regular expression). For example:
CODE
To clear all custom ranges for a particular dataset, you can use the regular expression For example, the following command would clear all custom ranges defined for the
CODE
|