/group-listagg-columns

Group columns into one column, works in similar manner as listagg in SQL

MIT LicenseMIT

Group Listagg Columns

| Description | Usage | Execution | Possible future features |

Description

Tool to concatenate values over multiple rows when grouping. Can be used with fairly easily while using Summary() or Split table platforms.

Usage

Fill columns you want to group by and the columns you want to group (concatentate/listagg over) to correct columns and press run.

GUI

startup

Result

result

Options

  • Suffix
    • Suffix which will be added to columns
  • Multiple response
    • Used to determine if new columns should have multiple response Modeling Type

Execution

N/A

Possible future features

  • Combine with Summary and Join platforms