Table of Contents
data:display-performances
- display performance targets, current values, residuals
(Decida Procedure)
data:display-performances d
|
d
|
Performance data object.
d must have rows with names of performances
and columns "Target Current Residual"
|
|
Displays barchart with each performance current-value next to target,
and barchart with each performance residual.
|
data d
d read-inline {{Target 1 2} {Current 2 3} {Residual .1 .1}}
d.row label 0 X
d.row label 1 Y
set Performances "X Y"
d display-performances
Richard Booth, Michael McLennan, George Howlett
Table of Contents