Combining Different Rows into a Single Row

Hello!

Was wondering if there is any Domo function/beast mode that can be utilized to combine results of a column across multiple rows to display in a single row.

For example, if I had company name and office locations:

Row 1: XYZ | Pittsburgh

Row 2: XYZ | Fresno

Row 3: XYZ | Dallas

Could I have it so Domo shows 1 record versus 3 and displays as:

Row 1: XYZ | Pittsburgh, Fresno, Dallas

Best Answer

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    Hi @user077529

    You can utilize a Group By tile in a Magic ETL dataflow to group your rows together and then use the "Combine strings by ," option in the group by tile.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    Hi @user077529

    You can utilize a Group By tile in a Magic ETL dataflow to group your rows together and then use the "Combine strings by ," option in the group by tile.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**