Facts collection
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.
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)
None
Read-Write:Property Name as String, DataFunction as Number
None