TargetFact (Object)

Member of:

Facts collection

Description:

This object represents an individual Bullet, Slider, Speedometer, Thermometer and TrafficLight, (Live) Funnel Chart, and (Live) LineChart target fact object. It does not have any methods, and only includes a read-only Name property. TargetFact objects can be selected from the database if a column is available, or you can create a computed item that reflects a target amount. Data functions can be applied to fact values to aggregate values.

Example:

This example :shows how to display the name of the name of the target fact in an Alert box:

Alert(Speedometer.TargetFacts["Targeted Sales"].Name)

Methods:

None

Properties:

Read-Write:Property Name as String, DataFunction as Number

Objects:

None