T()

T(x) returns the value in result x. Result x can be calculated dynamically and be output in different formats.

T(x)  

Decimal Time of result x.

  .Exists Returns 1 if there is a time of any value in result x.
  .Name Name of result x, equivalents TName().
  .Overwritten Returns 1 if the time in result x is overwritten.
  .Positive Returns 1 if a time greater than 0 is saved in result x.
  .Decimal Numerical value saved in result x.

 

.Rounded

Numerical value of result x rounded according to Time Rounding settings, equivalents TR().

  .Text

Time x as text formatted hh:mm:ss, equivalents TText().

  .Info Returns the Info text of result x. Not applicable for results based on raw data.

Avoid using the T() function for Formula Results - it creates major dependencies within your file!

TR()

TR(x) returns the rounded time in result x as decimal value.

Avoid using the TR() function for Formula Results - it creates major dependencies within your file!

See also T(), TText(), TName().

TName()

TName(x) returns the name of the result with ID x.

See also T(), TR(), TText().

TText()

TText(x) returns the formated time value in result x.

See also T(), TR(), TName().