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.
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"