Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Trial balance trasformation

Hi all,   i would need support to move from this input      to this output     so to recap i need to append the last 3 column to the first 3 (excluding file name that has to appea...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi Anonymous ,

     

    Here's my solution.

    1.Duplicate a table out, then keep half of the two tables, and unify the column names.

     

    2.Append.

     

     

     

    3.Group by.

     

     

    4.Add custom columns.

     

    5.Expand columns and remove the unneeded columns, then filter rows. Keep the row whose index is 1.

     

    6.Add a custom column to get file name.

     

    Here's the results.

     

     

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.