Visualization

KPICard

Shows a single headline number with a label, such as total pipeline or cash on hand, as a card you can drop on a dashboard. Give it an optional comparison value and the card also shows the percent change and an up/down indicator against that baseline.

Inputs

InputAcceptsRequired
ValueValue (a single number)Yes
LabelTextYes
CompareValueValue (a single number)Optional

Outputs

OutputProduces
CardView

Example

An Aggregate node sums Pipeline.Amount to get total pipeline value. Connect that sum to Value, set the Label to Total Pipeline, and connect last quarter's total to CompareValue. The card reads $12.4M with a green up arrow and +8.3% versus last quarter, the number your Monday pipeline review opens with.

Related nodes