<< journalentry << | Table Of Contents | >> leaveallowance >> |
Keyword | journalmode |
Purpose | This attribute controls what journal entries are aggregated into the report. |
|
Syntax | journalmode (journal | journal_sub | status_dep | status_down | status_up | alerts_dep | alerts_down) |
|
Arguments | journal | This is the regular journal. It contains all journal entries that are dated in the query interval. If a property is given, only entries of this property are included. Without a property context, all the project entries are included unless hidden by other attributes like hidejournalentry. |
journal_sub | This mode only yields entries if used in the context of a task. It contains all journal entries that are dated in the query interval for the task and all its sub tasks. |
|
status_dep | In this mode only the last entries before the report end date for each property and all its sub-properties and their dependencies are included. If there are multiple entries at the exact same date, then all these entries are included. |
|
status_down | In this mode only the last entries before the report end date for each property and all its sub-properties are included. If there are multiple entries at the exact same date, then all these entries are included. |
|
status_up | In this mode only the last entries before the report end date for each property are included. If there are multiple entries at the exact same date, then all these entries are included. If any of the parent properties has a more recent entry that is still before the report end date, no entries will be included. |
|
alerts_dep | In this mode only the last entries before the report end date for the context property and all its sub-properties and their dependencies are included. If there are multiple entries at the exact same date, then all these entries are included. In contrast to the status_down mode, only entries with an alert level above the default level, and only those with the highest overall alert level are included. |
|
alerts_down | In this mode only the last entries before the report end date for the context property and all its sub-properties is included. If there are multiple entries at the exact same date, then all these entries are included. In contrast to the status_down mode, only entries with an alert level above the default level, and only those with the highest overall alert level are included. |
|
Context | resourcereport, taskreport, textreport, tracereport, accountreport |
<< journalentry << | Table Of Contents | >> leaveallowance >> |