Forum Discussion
EaglesTony
Post Prodigy
1 year agoHow can I combine on a group by ?
hi, I have the following: Application Code Info 401 Doe, John| 401 Doe, Jane| 402 Trust, Frank| ...
- 1 year ago
Hi EaglesTony
while grouping, you can simply pull the column that you want _[ColumnName] which will convert it into a list. Post this, just wrapping it around Text.Combine() shall do the trick. Thanks
SundarRaj
Super User
1 year agoHi EaglesTony
while grouping, you can simply pull the column that you want _[ColumnName] which will convert it into a list. Post this, just wrapping it around Text.Combine() shall do the trick. Thanks