Nov 10, 20238:16 AM - edited Nov 10, 20238:17 AM
Contributor
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?
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.
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.