Dear all,
I have a list of elements and their count (refer image 1) . But I need it in the other format of list as image-2. Any solution will be helpful.
Thanks in advance,
Ilayaraja P
Dear all,
I have a list of elements and their count (refer image 1) . But I need it in the other format of list as image-2. Any solution will be helpful.
Thanks in advance,
Ilayaraja P
Try List.GroupByKey, where the list is your counts and the key is your headings. May have to use a List.transpose and and then add the headings to the front of your list.
Thanks @Claus and @jacob.small for your reply.
I have the combined list but I want the list in other format like Image-2.
Thanks
Ilayaraja P