Disable select data spreading methods on Planning Analytics Workspace Local
You can configure your Planning Analytics Workspace Local environment to disable any combination of the Repeat, Repeat leaves, Equal leaves, and Straight line data spreading methods.
About this task
When you disable a data spreading method, the method cannot be applied in a cube view or in a
single cell widget. The method is grayed-out and cannot be selected in the Data spread
options window and the spreading method cannot be applied using data spread keyboard shortcuts.
Important: This
procedure disables data spreading only in a cube view or in a single cell widget in Planning Analytics Workspace. If Planning Analytics for Microsoft Excel is also available in your local environment, these
settings have no impact on data spreading in Planning Analytics for Microsoft Excel.
Procedure
Example
To disable the Repeat, Repeat leaves, Equal leaves, and Straight line data spreading methods on Windows, add this line to the paw.ps1 configuration file.
$env:DISABLED_SPREAD_OPTIONS="Repeat,RepeatLeaves,EqualLeaves,StraightLine"
To disable the Repeat, Repeat leaves, Equal leaves, and Straight line data spreading methods on Linux, add this line to the paw.env configuration file.
export
DISABLED_SPREAD_OPTIONS="Repeat,RepeatLeaves,EqualLeaves,StraightLine"