11
Views
3
Comments
Solved
How can i merge cell of table records

Hi all, I having this trouble to merge cell when the next row have the same candidate.id with the previous row. Like you can see in the image attached. I want to merge the cell having same value of 2 rows and make the Recruitment Process having two attributes like the below iimage. I don't have any idea for this yet. Please let me know if you have a solution.

Champion
Solution

Hello

You can create a Nested list in this case, Where you need to put the many elements in a list which will be in a block and from the parent pass the identifier, Like

I have created one example with, Book and Category,So I have added some categories and books

So multiple books can belong to same  category, this is just a quick poc example for the use case you had.So in that case you can avoid duplicates in next rows,Like in your case one Name can be under multiple Recruitment process,

So if this is what you are looking for then I have added one sample for you hope that might help you.

https://personal-ejuytnht.outsystemscloud.com/NestedList/NestedList?_ts=638357762704349890

Also I am adding some related post links that can help you

https://www.outsystems.com/forums/discussion/71081/how-can-i-show-multiple-records-in-the-same-row-of-a-table-newbie-here/

Thanks
Best Regards
Tousif Khan


NestedList.oml

This is what i need. Thanks a lot!

Champion

You are Welcome 😀
Glad to help you with this
Best Regards
Tousif Khan

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.