Duplicate ticket status columns in report on multiple pipelines

Probley
Contributor
Probley_1-1699621994920.png

 

I am trying to make a pivot report to show tickets by status and pipeline, but the status columns are duplicated for each pipeline. How can I combine them in a single column? 

0 Upvotes
2 Accepted solutions
Ben_M
Solution
Key Advisor

That is because each pipeline has it's own waiting on contact status. The statuses are tied to the pipeline within the Tickets object and not to the Tickets object itself. If you wanted the property to be tied to the Ticket object you could build out a workflow and copy the value to a Ticket property not tied to pipelines and then report on the custom field to report across pipelines.

View solution in original post

Probley
Solution
Contributor

Thanks @Ben_M! I was able to get it working. 

 

Probley_0-1699979331989.png

 

For anyone interested, I created a "Ticket Status (Reporting)" property on tickets and create the following workflow:

Probley_1-1699979465312.png

 

 

 

View solution in original post

0 Upvotes
2 Replies 2
Ben_M
Solution
Key Advisor

That is because each pipeline has it's own waiting on contact status. The statuses are tied to the pipeline within the Tickets object and not to the Tickets object itself. If you wanted the property to be tied to the Ticket object you could build out a workflow and copy the value to a Ticket property not tied to pipelines and then report on the custom field to report across pipelines.

Probley
Solution
Contributor

Thanks @Ben_M! I was able to get it working. 

 

Probley_0-1699979331989.png

 

For anyone interested, I created a "Ticket Status (Reporting)" property on tickets and create the following workflow:

Probley_1-1699979465312.png

 

 

 

0 Upvotes