Skip to main content
Skip table of contents

RSE Suppression

Summary

Suppresses RSE values over a given threshold.

Filenamerse_suppression
DependenciesRSE Calculation Module
Priority

The RSE modules must be configured to run in the following sequence:

  1. RSE Calculation Module.
  2. Any other configured modules that update the RSE cube.
  3. RSE Suppression Module.

The RSE Calculation Module now runs automatically whenever you have a dataset configured to use SuperSERVER weightings. It only needs to be configured if you want to change any of its settings. If you do not specifically configure the RSE Calculation Module it will automatically run before any other RSE modules.

Configuration

CODE
method addmethod <method_id> [{table|mandatory}] [<display_name>]
method <method_id> adddcplugin <plugin_id> rse_suppression
method <method_id> <plugin_id> addproperty suppression_threshold <threshold>

Example

CODE
method addmethod MethodID
method MethodID adddcplugin RSESuppression rse_suppression
method MethodID RSESuppression addproperty suppression_threshold "0.5"

Properties

suppression_threshold

The threshold for suppressing RSE. Any RSE above this value will be suppressed.

The threshold must be greater than 0.

Required
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.