GuhanTM
(GuhanTM)
July 16, 2020, 6:41am
1
Please help me to solve this.
I need to get the count values (“Y”) in “Col 2” in Datatable 2 for each values in Column 2 in Datatable 1.
What I have:
Datatable 1:
Datatable 2:
What I need:
In a New Datatable:
Since dealing with datatable with large data, I am trying in LinQ Query instead of For Each loop:
Please help me
@GuhanTM Check this Workflow :
I think we can achieve the needed output by applying a Left Join Operation first and then use a Group By and Count Linq query to get the required Output provided the result datatable is already built.
GroupByCount.zip (8.4 KB)
2 Likes
GuhanTM
(GuhanTM)
July 20, 2020, 6:42am
4
Thank you @supermanPunch . Its working as I expected.
Again, thanks a lot.
1 Like
system
(system)
Closed
July 23, 2020, 6:42am
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.