cancel
Showing results for 
Search instead for 
Did you mean: 

Grouping, Transforming, and Describing

SOLVED
Highlighted
MsBindy
Asteroid

Grouping, Transforming, and Describing

I think I am overthinking some data manipulation I'm trying to accomplish.

 

I have a list of Change Orders on a project, each with a Change Order number and a standard description.

 

I would like to turn it into a table that groups the change order by that standard description, and then lists the change orders.  However, I don't just want to concatenate the change orders.  I want them to be listed a little differently if they are a contiguous range.

 

I've put some sample start data and the desired results in the attached workflow.

Attachment
Download this attachment
3 REPLIES 3
Highlighted
MsBindy
Asteroid

Grouping, Transforming, and Describing

I think I am overthinking some data manipulation I'm trying to accomplish.

 

I have a list of Change Orders on a project, each with a Change Order number and a standard description.

 

I would like to turn it into a table that groups the change order by that standard description, and then lists the change orders.  However, I don't just want to concatenate the change orders.  I want them to be listed a little differently if they are a contiguous range.

 

I've put some sample start data and the desired results in the attached workflow.

Attachment
Download this attachment
binu_acs
Polaris

Re: Grouping, Transforming, and Describing

@MsBindy one way of doing this

image.png

Attachment
Download this attachment
Raj
Nebula

Re: Grouping, Transforming, and Describing

@MsBindy 
find the workflow attached
mark done if solved.

Attachment
Download this attachment
MsBindy
Asteroid

Re: Grouping, Transforming, and Describing

Thank you both!  These are actually quite similar.