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
| Input | Accepts | Required |
|---|---|---|
Value | Value (a single number) | Yes |
Label | Text | Yes |
CompareValue | Value (a single number) | Optional |
Outputs
| Output | Produces |
|---|---|
Card | View |
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.