displayoptions
This command is used to set the display precision for summation options in SuperWEB2.
This setting only applies to SuperWEB2, and only to measures, not record counts. See Set Precision for Summation Options - SuperWEB2 for more information and examples.
Usage | Description |
---|---|
displayoptions <dataset_id> | Display the settings currently configured for the specified dataset. |
displayoptions <dataset_id> <summation_option> | Display the settings currently configured for the specified summation option in the specified dataset. |
displayoptions <dataset_id> <summation_option> set numberOfDecimalPlaces <value> | Set the display precision (number of decimal places) for the specified summation option. |
displayoptions <dataset_id> <summation_option> clear numberOfDecimalPlaces | Clear any display precision setting for the specified summation option. |
When setting or checking the display precision settings, you must use the display name of the summation option. If the name includes any of the following special characters, then you need to escape them by using a \
before the special character:
'"<>{}[]()$*:?/|
For example, if the display name of the summation option is "Total trip spend ($000)", you would write this as follows:
displayoptions MyDatasetID "Total trip spend \(\$000\)" set numberOfDecimalPlaces 0