Skip to main content

Delta

  • 2 minutes to read

Cards allow you to visualize the difference between the actual and target values using special delta values and a delta indicator. If the default layout is used (Stretched layout type), the card displays the following delta values/elements:

Card_StretchedLayout_OnlyDeltaElements

  • Delta Indicator - Indicates whether the actual value is less or greater than the target value.
  • Percent Variation and Absolute Variation - delta values that show a difference between the actual and target value. You can also display the Percent of Target value. To do this, customize the card’s layout.

To customize settings that relate to the calculation and display of delta values/elements, use the Options button (the DataItemsArea_OptionsButton icon) displayed next to the data item container in the Cards section.

Cards_DeltaOptions_OptionsButton

In the invoked Card Settings dialog, go to the Delta Options tab:

CardSettings_DeltaOptionsTab

Then, specify the following settings:

Option

Description

Result Indication

You can specify the condition for displaying delta indication.

  • Greater is Good - The ‘good’ indication is displayed if the actual value exceeds the target value; if the target value exceeds the actual value, the ‘bad’ indication displays.

    Card_GreaterIsGood

  • Less is Good - The ‘bad’ indication displays if the actual value exceeds the target value; if the target value exceeds the actual value, the ‘good’ indication displays.

    Card_LessIsGood

  • Warning if Greater - A warning is displays only if the actual value exceeds the target value.

    Card_WarningIfGreater

  • Warning if Less - A warning is displays only if the target value exceeds the actual value.

    Card_WarningIfLess

  • No Indication - Indication does not display.

    Card_NoIndication

Threshold type / Threshold value

For instance, you can specify that a specific indication should be displayed when the actual value exceeds the target value by 10% or by $2K. Use the Threshold type combo box to select whether you wish to specify the comparison tolerance in percentage values or absolute values. Then use the Threshold value box to specify the comparison tolerance. If the delta value is between the positive and negative Threshold, the delta value is gray and no indication is displayed.

See Also