The Card has 3 data fields available for binding :
- Actual Value : main value displayed on the Card
- Target : target displayed in the Card, compared to the Actual Value
- Series : how we split series of different Cards in the same container
Actual Value
This represents the primary quantity we want to display as text on the Card.
This field must be aggregated : you must choose an aggregation function (SUM, AVG, …)
This field is required.
Target Value
This represents the Target we want to display as text on the Card, and will be compared to the Actual Value.
When this field is bound, an additional information is displayed as text : a KPI indicating how the Actual Value compares to the Target Value, which can be configured.
This field must be aggregated : you must choose an aggregation function (SUM, AVG, …).
This field is optional.
Series
This represents the series field to generate a different contained Cards for each different value in this Series field.
Each Card will take a portion of size of the widget depending on the container shape. In order to access the other values, the user may need to scroll.
Please see the corresponding chapter to configure the Card as Widget container.
Example : If you have a field called “Equipment”, you may want to plot a completely separate Card for each value of Equipment :
Post your comment on this topic.