BlurredVision
Technical User
I am looking for a formula that will take the description of the record and combined the descriptoin when a matching record ID is found - My data looks something like this
Description Record_ID
----------- -----------
Primary 37
Secondary 83
Billing 28
Campus 37
Primary 82
I would need to pull together the Description into a single string where the Record_ID's match
Using Record_D 37 as an Example, my output would need to look like this: "Primary, Campus"
I am running CR v10..
Thanks for any help given..
Description Record_ID
----------- -----------
Primary 37
Secondary 83
Billing 28
Campus 37
Primary 82
I would need to pull together the Description into a single string where the Record_ID's match
Using Record_D 37 as an Example, my output would need to look like this: "Primary, Campus"
I am running CR v10..
Thanks for any help given..