#merge

  1. A

    Merging collections with different number of rows

    Hi Everyone, I have this requirement where I need to merge two collections. One is having 2 Columns and 5 rows and second one is having 1 Column and 2 rows. When I am merging these two collections, I am getting a collection with 3 Columns and only 2 rows (number of rows in second collection)...
Top