<< listtype (column) << | Table Of Contents | >> logicalexpression >> |
Keyword | loadunit |
Purpose | Determines what unit should be used to display all load values in this report. |
|
Syntax | loadunit (days | hours | longauto | minutes | months | quarters | shortauto | weeks | years) |
|
Arguments | days | Display all load and duration values as days. |
hours | Display all load and duration values as hours. |
|
longauto | Automatically select the unit that produces the shortest and most readable value. The unit name will not be abbreviated. It will not use quarters since it is not common. |
|
minutes | Display all load and duration values as minutes. |
|
months | Display all load and duration values as months. |
|
quarters | Display all load and duration values as quarters. |
|
shortauto | Automatically select the unit that produces the shortest and most readable value. The unit name will be abbreviated. It will not use quarters since it is not common. |
|
weeks | Display all load and duration values as weeks. |
|
years | Display all load and duration values as years. |
|
Context | export, resourcereport, taskreport, textreport, tracereport, accountreport |
<< listtype (column) << | Table Of Contents | >> logicalexpression >> |