Slider
A draggable control that outputs a number between a minimum and maximum you set. It turns a buried assumption into something you can move by hand while the model reacts, which makes it the fastest way to run a what-if. Drop it onto a dashboard form so reviewers can test sensitivities without touching the pipeline.
Inputs
| Input | Accepts | Required |
|---|---|---|
Value | Value (a single number) | Optional |
Outputs
| Output | Produces |
|---|---|
Value | Value (a single number) |
Settings
Typed in on the node or set by the assistant, not wired.
| Setting | Default | Notes |
|---|---|---|
Min | 0 | The lowest value the slider can reach. |
Max | 100 | The highest value the slider can reach. |
Step | 1 | The increment per notch, e.g. 0.25 for quarter-point moves. |
CurrentValue | 50 | Where the slider currently sits; this is the number it outputs. |
Example
Set Min 0, Max 10, Step 0.25 and connect the Slider to the growth-rate input
of a CompoundGrowth node projecting five years of revenue. Dragging from 3.0 to
5.5 re-runs the projection instantly, so the difference between a conservative and
an aggressive plan is visible in the chart as you move it.