Input

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

InputAcceptsRequired
ValueValue (a single number)Optional

Outputs

OutputProduces
ValueValue (a single number)

Settings

Typed in on the node or set by the assistant, not wired.

SettingDefaultNotes
Min0The lowest value the slider can reach.
Max100The highest value the slider can reach.
Step1The increment per notch, e.g. 0.25 for quarter-point moves.
CurrentValue50Where 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.

Related nodes