pyp6xer_lookahead
Identify activities active within a specified lookahead window from the data date. Covers in-progress and upcoming activities starting in the window.
Instructions
Return activities active within the next N days from the data date.
An activity is included if: finish >= data_date AND start <= data_date + days_ahead. This covers in-progress activities and those starting in the window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache_key | No | Cache key identifying the loaded XER file (set when calling pyp6xer_load_file) | default |
| days_ahead | No | Number of calendar days ahead to include in the lookahead window | |
| proj_id | No | Project ID or short name; uses first project if omitted |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |