PipelineDealsMovementsAverageAgeInDaysByStages
Returns the average number of days deals spend in each pipeline stage during the specified time period.
View-Specific Information
SELECT
The provider uses the Pipedrive API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client-side within the provider.
| Column | Supported Operators |
| PipelineId | = |
| UserId | = |
| StartDate | = |
| EndDate | = |
For example, the following query is processed server-side:
SELECT * FROM PipelineDealsMovementsAverageAgeInDaysByStages WHERE StartDate = '2022-05-18' AND EndDate = '2023-05-18'
Columns
| Name | Type | References | Description |
| PipelineId | Integer | The unique identifier of the pipeline whose per-stage age statistics are returned. | |
| StageId | Integer | The unique identifier of the stage within the pipeline. | |
| Value | Integer | The average number of days deals spent in this stage during the specified period. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.
| Name | Type | Description | |
| UserId | Integer | ID of the user who's pipeline statistics to fetch. | |
| StartDate | Datetime | Start of the period. Date in format of YYYY-MM-DD | |
| EndDate | Datetime | End of the period. Date in format of YYYY-MM-DD |